Commit 8254b5dd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 685953d3
...@@ -374,13 +374,13 @@ ...@@ -374,13 +374,13 @@
cell_id: 0x03, cell_id: 0x03,
n_id_cell: 3, n_id_cell: 3,
band: 38, band: 41,
dl_nr_arfcn: 522000, dl_nr_arfcn: 523020,
ul_nr_arfcn: 522000, ul_nr_arfcn: 523020,
bandwidth: 5, bandwidth: 10,
subcarrier_spacing: 30, subcarrier_spacing: 30,
ssb_nr_arfcn: 521810, ssb_nr_arfcn: 523010,
ssb_pos_bitmap: "10000000", ssb_pos_bitmap: "10000000",
root_sequence_index: 3, root_sequence_index: 3,
......
...@@ -114,9 +114,9 @@ def iRU1_SDR_tLTE2_tNR(ienb): ...@@ -114,9 +114,9 @@ def iRU1_SDR_tLTE2_tNR(ienb):
ienb.ishared('CELL1_c', { ienb.ishared('CELL1_c', {
'cell_type': 'nr', 'cell_type': 'nr',
'rf_mode': 'tdd', 'rf_mode': 'tdd',
'bandwidth': 5, 'bandwidth': 10,
'dl_nr_arfcn': 522000, # 2610 MHz 'dl_nr_arfcn': 523020, # 2615.1 MHz
'nr_band': 38, 'nr_band': 41,
'pci': 3, 'pci': 3,
'cell_id': '0x03', 'cell_id': '0x03',
'ru': { 'ru': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment