File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments