You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
dut_utils.h move configuration of default logger to main 5 years ago
lte_ttcn3_phy.h Addition of PRACH TA correction 5 years ago
ttcn3_common.h ttcn3: make SS single threaded and use SCTP for test ports 5 years ago
ttcn3_helpers.h ttcn3_ss: fix security activation for PDCP 5 years ago
ttcn3_interfaces.h Implement override_lcid() function in ttcn3_sys_interface 5 years ago
ttcn3_ip_ctrl_interface.h ttcn3: make SS single threaded and use SCTP for test ports 5 years ago
ttcn3_ip_sock_interface.h ttcn3_ip_sock_interface.h: Don't respond to UDP/ICMP Close 5 years ago
ttcn3_port_handler.h ttcn3: make SS single threaded and use SCTP for test ports 5 years ago
ttcn3_srb_interface.h add handling of FollowOnFlag from tester 5 years ago
ttcn3_sys_interface.h ttcn3_sys_interface: Parse SIBs even when "StaticCellInfo" is missing 5 years ago
ttcn3_syssim.h Rename TX_DELAY and FDD_HARQ_DELAY_MS 5 years ago
ttcn3_ue.h Clang format UE, eNB and lib (#850) 5 years ago
ttcn3_ut_interface.h ttcn3: make SS single threaded and use SCTP for test ports 5 years ago