Commit 774ee71e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 89d7dfe0
......@@ -404,9 +404,8 @@ class TestENB_Lopcomm(ENBTestCase):
return xmltodict.parse(cu)
cu1 = CU(1)
print(cu1)
uplane = cu1['xc:config']['user-plane-configuration']
assertMatch(t, cu1, {
'xc:config': {
'user-plane-configuration': {
'tx-endpoints': [
{'name': 'TXA0P00C00', 'e-axcid': {'eaxc-id': 0}},
......@@ -446,10 +445,11 @@ class TestENB_Lopcomm(ENBTestCase):
'absolute-frequency-center': 18100,
'center-of-channel-bandwidth': 1930e6,
'channel-bandwidth': 5e6,
# XXX no <gain>ru.rx_gain</gain> TODO(lu): clarify this with Lopcomm
# XXX no <gain>ru.rx_gain</gain> TODO(lu.xu): clarify this with Lopcomm
'active': 'XXX',
},
}
}
})
......
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