Commit 914d2da3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 79d2ca3f
...@@ -101,5 +101,20 @@ CELL2['pci'] = 2 ...@@ -101,5 +101,20 @@ CELL2['pci'] = 2
CELL2['cell_id'] = '0x02' CELL2['cell_id'] = '0x02'
CELL2['ru']['ru_ref'] = eref('RU2') CELL2['ru']['ru_ref'] = eref('RU2')
if 0: # to test 5G
CELL2 = {
'cell_type': 'nr',
'rf_mode': 'fdd',
'bandwidth': 5,
'dl_nr_arfcn': 537200, # 2686 MHz
'nr_band': 7,
'pci': 22,
'cell_id': '0x22',
'ru': {
'ru_type': 'ru_ref',
'ru_ref': eref('RU2')
}
}
icell1 = iENB(eref('CELL1'), CELL1) icell1 = iENB(eref('CELL1'), CELL1)
icell2 = iENB(eref('CELL2'), CELL2) icell2 = iENB(eref('CELL2'), CELL2)
https://json-editor.github.io/json-editor/?data=N4Ig9gDgLglmB2BnEAuUMDGCA2MBGqIAZglAIYDuApomALZUCsIANOHgFZUZQD62ZAJ5gArlELwwAJzplsrEIgwALKrNShYUbFUIBBKVKEBtMvEEB5IgF0ABFBri2UQRF0p2XHgqlUAjiIwvgAmqMYghsr8MIji1mwkMmTiHhjJVADm0jA0ChBSkFRSsLloEVJRuLEaIFo6hABKZMFwtgCq8DBQyM6u7iBkhkIKibIptWR49WxdashlZpZEYZpd9R4AMmCQWHS2DW0KLm6EYJzcThH+gSFh5VHHumzY2xC8+YXFggCMCi+Q7wKbi+ACYQPEQB9gSV5qBIrxHjUsEhxi8ILs6LxIkc1BABA5CGiMViKgpILAELCQMoYMFglR4KgoFIRFQAL5s56vQGfFy/Mp1fpbHb0AC0iDcGBgREwtihRT5Rz6hFiUhg8AyIE5IH+b3loJqgsIwvRYol3Glsv1LjBvROHngIjoeCKWo5LFW2n6AFkQftDnb+mcvJdfAEglRQihwvDEWw6CCedCfgoE0mFYJbSA09bBABmcFsa05Kmx5VlZHVDxp7HOXH4/o10lsclwJA1Gl0hlMlns7U5oEZ/me9YgX3iyWWjBywdfX6BlXM9Wa/uJ3NggVrH0gicWmXT9dK+0gR3O12r9NfAubr2EcfmqX7me8zNH/qnl1SN1s6wc92KZQwAoXgigKKR5hAdUHCMHg2yOVQGEIPBtm6ZkyAgAAWHxrgjYJeDwQReHpIgyBEbAUhI7BECoNgWglARCLDG5I14HBBFQSjqLYRBAOA8leHVDi5C4k8wF4ZoWgpeA5EvGEe1ZNgyA4MgAA8hKomiQDoyYdBAyTeA4WhGRQTjNO0qYqF4LBsAECBqPUkTzN04tSlM2iYh0yzBiMQiJIcsyPIs8ShkYqhpHpL8TOEgLEE84KfKIqgdAJKKNLYBk4u8oQrMgdjUpErLCORZkwCohFIH89zYqCwrEuSrybKxID5jcrTAt02r6Xq/gyFiJqKH8jkgA=
CELL: https://is.gd/HHymTx
RU: https://is.gd/PUF9oD
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