Skip to content

Commit 041e762

Browse files
configs: add baseline cu/du split configs
DU will use USRP
1 parent baf394f commit 041e762

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

configs/cu.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Example config for a locally deployed CU listening on the localhost interface for a DU connection
2+
amf:
3+
addr: 127.0.1.100
4+
bind_addr: 127.0.10.2
5+
6+
cu_cp:
7+
f1ap:
8+
bind_address: 127.0.10.1
9+
10+
log:
11+
filename: /tmp/cu.log
12+
all_level: warning
13+
14+
pcap:
15+
ngap_enable: false
16+
ngap_filename: /tmp/cu_ngap.pcap
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Example config for a DU with one 20MHz TDD cell using a USRP as RF frontend.
2+
f1ap:
3+
cu_cp_addr: 127.0.10.1
4+
bind_addr: 127.0.10.2
5+
6+
ru_sdr:
7+
device_driver: uhd
8+
device_args: type=b200,num_recv_frames=64,num_send_frames=64
9+
srate: 23.04
10+
otw_format: sc12
11+
tx_gain: 80
12+
rx_gain: 40
13+
14+
cell_cfg:
15+
dl_arfcn: 650000
16+
band: 78
17+
channel_bandwidth_MHz: 20
18+
common_scs: 30
19+
plmn: "00101"
20+
tac: 7
21+
pci: 1
22+
23+
log:
24+
filename: /tmp/du.log
25+
all_level: warning
26+
27+
pcap:
28+
mac_enable: false
29+
mac_filename: /tmp/du_mac.pcap
30+
f1ap_enable: false
31+
f1ap_filename: /tmp/du_f1ap.pcap
32+
f1u_enable: false
33+
f1u_filename: /tmp/du_f1u.pcap

0 commit comments

Comments
 (0)