Skip to content

Commit 2622a8d

Browse files
configs: replace common_cell with cell_cfg
1 parent 4532c29 commit 2622a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/gnb_rf_b200_tdd_n78_10mhz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rf_driver:
1111
tx_gain: 50 # Transmit gain of the RF might need to adjusted to the given situation.
1212
rx_gain: 60 # Receive gain of the RF might need to adjusted to the given situation.
1313

14-
common_cell:
14+
cell_cfg:
1515
dl_arfcn: 632628 # ARFCN of the downlink carrier (center frequency).
1616
band: 78 # The NR band.
1717
channel_bandwidth_MHz: 10 # Bandwith in MHz. Number of PRBs will be automatically derived.

configs/gnb_rf_n310_fdd_n3_20mhz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rf_driver:
1111
tx_gain: 35 # Transmit gain of the RF might need to adjusted to the given situation.
1212
rx_gain: 60 # Receive gain of the RF might need to adjusted to the given situation.
1313

14-
common_cell:
14+
cell_cfg:
1515
dl_arfcn: 368640 # ARFCN of the downlink carrier (center frequency).
1616
band: 3 # The NR band.
1717
channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.

0 commit comments

Comments
 (0)