srsLTE/srsue/test/ttcn3/hdr
Daniel Willmann 3a804e23fa 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_1
2020-03-15 18:27:51 +01:00
..
dut_utils.h move configuration of default logger to main 2020-02-03 12:51:46 +01:00
lte_ttcn3_phy.h Addition of PRACH TA correction 2020-03-11 16:25:56 +01:00
ttcn3_common.h ttcn3: make SS single threaded and use SCTP for test ports 2020-02-25 21:28:15 +01:00
ttcn3_helpers.h ttcn3_ss: fix security activation for PDCP 2020-03-01 18:26:45 +01:00
ttcn3_interfaces.h Implement override_lcid() function in ttcn3_sys_interface 2020-03-09 11:56:54 +01:00
ttcn3_ip_ctrl_interface.h ttcn3: make SS single threaded and use SCTP for test ports 2020-02-25 21:28:15 +01:00
ttcn3_ip_sock_interface.h ttcn3_ip_sock_interface.h: Don't respond to UDP/ICMP Close 2020-03-15 18:27:51 +01:00
ttcn3_port_handler.h ttcn3: make SS single threaded and use SCTP for test ports 2020-02-25 21:28:15 +01:00
ttcn3_srb_interface.h add handling of FollowOnFlag from tester 2020-03-01 18:26:45 +01:00
ttcn3_sys_interface.h ttcn3_sys_interface: Parse SIBs even when "StaticCellInfo" is missing 2020-03-15 18:27:51 +01:00
ttcn3_syssim.h Rename TX_DELAY and FDD_HARQ_DELAY_MS 2020-03-11 21:16:36 +01:00
ttcn3_ue.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
ttcn3_ut_interface.h ttcn3: make SS single threaded and use SCTP for test ports 2020-02-25 21:28:15 +01:00