Commit 0c9e78df authored by Joanne Hugé's avatar Joanne Hugé

simpleran/test_ors: configure valid NR ARFCN values

parent d6b76294
Pipeline #39674 failed with stage
in 0 seconds
......@@ -82,9 +82,9 @@ param_dict = {
'cell_type': 'nr',
'cell_kind': 'enb_peer',
'rat': 'nr',
'dl_nr_arfcn': 520000,
'ssb_nr_arfcn': 520000,
'ul_nr_arfcn': 520000,
'dl_nr_arfcn': 519000,
'ssb_nr_arfcn': 518910,
'ul_nr_arfcn': 519000,
'pci': 1,
'n_id_cell': 1,
'nr_cell_id': '0x0000001',
......@@ -97,9 +97,9 @@ param_dict = {
'cell_type': 'nr',
'cell_kind': 'enb_peer',
'rat': 'nr',
'dl_nr_arfcn': 380000,
'ssb_nr_arfcn': 380000,
'ul_nr_arfcn': 380000,
'dl_nr_arfcn': 378000,
'ssb_nr_arfcn': 378030,
'ul_nr_arfcn': 378000,
'pci': 2,
'n_id_cell': 2,
'nr_cell_id': '0x0000002',
......@@ -128,10 +128,10 @@ enb_param_dict = {
}
gnb_param_dict = {
# ors_version for tests is B39, so dl_nr_arfcn needs to be within N39
'dl_nr_arfcn': 380000,
'dl_nr_arfcn': 378000,
'nr_band': 39,
'nr_bandwidth': 40,
'ssb_nr_arfcn': 380020,
'ssb_nr_arfcn': 378030,
'gnb_id': '0x17',
'gnb_id_bits': 30,
'ssb_pos_bitmap': '10',
......
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