We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3301191 commit 4c70456Copy full SHA for 4c70456
configs/cu.yml
@@ -7,10 +7,14 @@ cu_cp:
7
f1ap:
8
bind_addr: 127.0.10.1
9
10
+cu_up:
11
+ nru:
12
+ bind_addr: 127.0.10.1
13
+
14
log:
15
filename: /tmp/cu.log
16
all_level: warning
17
18
pcap:
19
ngap_enable: false
- ngap_filename: /tmp/cu_ngap.pcap
20
+ ngap_filename: /tmp/cu_ngap.pcap
configs/du_rf_b200_tdd_n78_20mhz.yml
@@ -2,6 +2,8 @@
2
3
cu_cp_addr: 127.0.10.1
4
bind_addr: 127.0.10.2
5
+nru:
6
+ bind_addr: 127.0.10.2
ru_sdr:
device_driver: uhd
@@ -30,4 +32,4 @@ pcap:
30
32
f1ap_enable: false
31
33
f1ap_filename: /tmp/du_f1ap.pcap
34
f1u_enable: false
- f1u_filename: /tmp/du_f1u.pcap
35
+ f1u_filename: /tmp/du_f1u.pcap
0 commit comments