Skip to content

Commit 8cdda3b

Browse files
Ismaelcodebot
authored andcommitted
configs: set TDD default config to 20 MHz. Improves COTS UE compatibility
1 parent d2dc838 commit 8cdda3b

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

configs/gnb_rf_b200_tdd_n78_10mhz.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
rf_driver:
6+
device_driver: uhd # The RF driver name.
7+
device_args: type=b200,num_recv_frames=64,num_send_frames=64 # Optionally pass arguments to the selected RF driver.
8+
clock: # Specify the clock source used by the RF.
9+
sync: # Specify the sync source used by the RF.
10+
srate: 23.04 # RF sample rate might need to be adjusted according to selected bandwidth.
11+
otw_format: sc12
12+
tx_gain: 50 # Transmit gain of the RF might need to adjusted to the given situation.
13+
rx_gain: 60 # Receive gain of the RF might need to adjusted to the given situation.
14+
15+
cell_cfg:
16+
dl_arfcn: 632628 # ARFCN of the downlink carrier (center frequency).
17+
band: 78 # The NR band.
18+
channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.
19+
common_scs: 30 # Subcarrier spacing in kHz used for data.
20+
plmn: "00101" # PLMN broadcasted by the gNB.
21+
tac: 7 # Tracking area code (needs to match the core configuration).
22+
pci: 1 # Physical cell ID.
23+
24+
log:
25+
filename: /tmp/gnb.log # Path of the log file.
26+
all_level: warning # Logging level applied to all layers.
27+
28+
pcap:
29+
mac_enable: false # Set to true to enable MAC-layer PCAPs.
30+
mac_filename: /tmp/gnb_mac.pcap # Path where the MAC PCAP is stored.
31+
ngap_enable: false # Set to true to enable NGAP PCAPs.
32+
ngap_filename: /tmp/gnb_ngap.pcap # Path where the NGAP PCAP is stored.

0 commit comments

Comments
 (0)