Commit df7a05b9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4f0f1bd2
......@@ -69,3 +69,19 @@ RU1 = {
iru1 = iENB('RU1', RU1) # XXX -> eref('RU1') ?
print(kslap.ref_of_instance(iru1), iru1)
CELL1 = {
'cell_type': 'lte',
'rf_mode': 'fdd',
'bandwidth': '20 MHz',
'dl_earfcn': 100, # 2120 @ B1
'pci': 1,
'cell_id': '0x01',
'ru': {
'ru_type': 'ru_ref',
'ruincell_ref': 'RU1'
}
}
icell1 = iENB('CELL1', CELL1)
print(kslap.ref_of_instance(icell1), icell1)
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