Foxconn
RPQN O-RU Installation and Operating Guide
5.5 Can I add a Switch to connect O-RU and O-DU?
Yes. Please make sure following items:
● The L2 switch should support VLAN with tag.
● Those ports (connected to BBU and RU) should be in trunk mode
● Both VLAN 1 and VLAN 2 should be in those trunk ports
● Should keep VLAN tag in those ports (DO NOT set untag)
● Enable jumbo frames. Set frame size more than 9000 Bytes.
Figure 36 O-RU O-DU connectivity with Switch and GM
5.6 How to enable Auto boot up.?
If you want to make RU running when reboot without re-execute
📄
[RP0-417] Foxconn RPQN
O-RU Operating instruction for V2 firmware_v1.0
setting Step.6 and Step.7, please add below
lines into /home/root/test/test.sh to configure IP and launch CU plane:
if
[ $(tty) =
"/dev/ttyS0"
];
then
./set_qse.sh 100
# 100 depends on your subnet setting
./init_rrh_config_enable_cuplane
fi
● How to change configuration after enabling auto boot up?
○ If you
can
remote SSH to O-RU with account/passwd : root/root
i. Make changes in
RRHconfig_xran.xml
.
ii. Running
/home/root/test/reboot.sh
○ If you
can not
remote SSH to RRH, you can
i. Connect to O-RU via the USB Serial Port.
ii. Unplug Power cord and plug again.
iii. Once the prompt is shown, press “
Ctrl+C
” to stop the running process.
iv. Make changes in
RRHconfig_xran.xml
.
v. Running
/home/root/test/reboot.sh
● How to disable auto boot up?
○ Just remove or mark the above command in
/home/root/test/test.sh
.
Version: v2.7
16