Skip to content

Commit 3488104

Browse files
falucocodebot
authored andcommitted
RU: Introduce sample cfg file for RAN550
1 parent 6e8f6aa commit 3488104

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
amf:
2+
addr: 127.0.1.100 # The address or hostname of the AMF.
3+
bind_addr: 127.0.0.1 # A local IP that the gNB binds to for traffic from the AMF.
4+
5+
ru_ofh:
6+
ru_bandwidth_MHz: 100 # RU instantaneous bandwidth.
7+
t1a_max_cp_dl: 500 # Maximum T1a on Control-Plane for Downlink in microseconds.
8+
t1a_min_cp_dl: 250 # Minimum T1a on Control-Plane for Downlink in microseconds.
9+
t1a_max_cp_ul: 465 # Maximum T1a on Control-Plane for Uplink in microseconds.
10+
t1a_min_cp_ul: 250 # Minimum T1a on Control-Plane for Uplink in microseconds.
11+
t1a_max_up: 250 # Maximum T1a on User-Plane in microseconds.
12+
t1a_min_up: 80 # Minimum T1a on User-Plane in microseconds.
13+
is_prach_cp_enabled: false # Configures if Control-Plane messages should be used to receive PRACH messages.
14+
is_dl_broadcast_enabled: true # Set to true for a workaround over a firmware bug in the RAN550 when operating in SISO mode.
15+
compr_method_ul: bfp # Uplink compression method.
16+
compr_bitwidth_ul: 9 # Uplink IQ samples bitwidth after compression.
17+
compr_method_dl: bfp # Downlink compression method.
18+
compr_bitwidth_dl: 9 # Downlink IQ samples bitwidth after compression.
19+
iq_scaling: 0.35 # IQ samples scaling factor applied before compression, should be a positive value smaller than 1.
20+
cells:
21+
- network_interface: enp1s0f0 # Ethernet interface name used to communicate with the RU.
22+
ru_mac_addr: 70:b3:d5:e1:5b:06 # RU MAC address.
23+
du_mac_addr: 80:61:5f:0d:df:aa # DU MAC address.
24+
vlan_tag: 1 # VLAN tag value.
25+
prach_port_id: 4 # PRACH eAXC port value.
26+
dl_port_id: [0,1] # Downlink eAXC port values.
27+
ul_port_id: 1 # Uplink eAXC port values.
28+
29+
cell_cfg:
30+
dl_arfcn: 634548 # ARFCN of the downlink carrier (center frequency).
31+
band: 78 # The NR band.
32+
channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.
33+
common_scs: 30 # Subcarrier spacing in kHz used for data.
34+
plmn: "00101" # PLMN broadcasted by the gNB.
35+
tac: 7 # Tracking area code (needs to match the core configuration).
36+
pci: 1 # Physical cell ID.
37+
prach:
38+
prach_config_index: 7 # PRACH configuration index.
39+
prach_root_sequence_index: 1 # PRACH root sequence index.
40+
zero_correlation_zone: 0 # Zero correlation zone.
41+
prach_frequency_start: 0 # Offset in P of lowest PRACH transmission occasion in frequency domain respective to PRB 0.
42+
tdd_ul_dl_cfg:
43+
nof_dl_slots: 7 # Number of downlink slots in the TDD pattern.
44+
nof_ul_slots: 2 # Number of uplink slots in the TDD pattern.
45+
46+
log:
47+
filename: /tmp/gnb.log # Path of the log file.
48+
all_level: warning # Logging level applied to all layers.
49+
50+
pcap:
51+
mac_enable: false # Set to true to enable MAC-layer PCAPs.
52+
mac_filename: /tmp/gnb_mac.pcap # Path where the MAC PCAP is stored.
53+
ngap_enable: false # Set to true to enable NGAP PCAPs.
54+
ngap_filename: /tmp/gnb_ngap.pcap # Path where the NGAP PCAP is stored.

0 commit comments

Comments
 (0)