Skip to content

Commit 4c70456

Browse files
alvasMancodebot
authored andcommitted
config: add nru section to example configs
1 parent 3301191 commit 4c70456

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

configs/cu.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ cu_cp:
77
f1ap:
88
bind_addr: 127.0.10.1
99

10+
cu_up:
11+
nru:
12+
bind_addr: 127.0.10.1
13+
1014
log:
1115
filename: /tmp/cu.log
1216
all_level: warning
1317

1418
pcap:
1519
ngap_enable: false
16-
ngap_filename: /tmp/cu_ngap.pcap
20+
ngap_filename: /tmp/cu_ngap.pcap

configs/du_rf_b200_tdd_n78_20mhz.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
f1ap:
33
cu_cp_addr: 127.0.10.1
44
bind_addr: 127.0.10.2
5+
nru:
6+
bind_addr: 127.0.10.2
57

68
ru_sdr:
79
device_driver: uhd
@@ -30,4 +32,4 @@ pcap:
3032
f1ap_enable: false
3133
f1ap_filename: /tmp/du_f1ap.pcap
3234
f1u_enable: false
33-
f1u_filename: /tmp/du_f1u.pcap
35+
f1u_filename: /tmp/du_f1u.pcap

0 commit comments

Comments
 (0)