mirror of https://github.com/pvnis/srsRAN_4G.git
ttcn3_sys_interface: Parse SIBs even when "StaticCellInfo" is missing
The test TC_9_2_1_1_1 sends a Cell->AddOrReconfigure->Basic message without a "StaticCellInfo" member. This is used to change SIB1 of the cell and simulate a different PLMN/TAC in the test. handle_request_cell_basic() ignored the json message if "StaticCellInfo" is missing which results in the SIB not being updated (PLMN stays as 00102 for example). With this patch the SIBs after the json are now parsed even if there "StaticCellInfo" is missing. A confirmation of the json is not sent because the test does not seem to expect one in that case. Related: TC_9_2_1_1_1master
parent
bc4e4ff97b
commit
3a804e23fa
Loading…
Reference in New Issue