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.
Andre Puschmann 082e002b67 nas: fix airplane mode simulation
the current implementation was somehow broken after a
NAS refactor. It was undetected because we didn't really
use it.

this fixes the simulation by using a single timer to simulate
airplane mode transitions.
the timer is rearmed in the timer_expire() function
if the correspondig event is set.

Has been tested to work well with, e.g.:

--sim.airplane_t_on_ms 5000 --sim.airplane_t_off_ms 10000
4 years ago
..
gw.h Reorganized priorities to avoid GW starve the CPU 4 years ago
gw_metrics.h Updated copyright 5 years ago
nas.h nas: fix airplane mode simulation 4 years ago
nas_common.h fix uninit vars reported by Coverity 5 years ago
nas_metrics.h Updated copyright 5 years ago
pcsc_usim.h Fix issue reading MNC length in USIM. 4 years ago
tft_packet_filter.h Make sure that remote address test has a ip mask 4 years ago
usim.h Fix issue reading MNC length in USIM. 4 years ago
usim_base.h Created k_enb_context structure that holds k_enb, NCC and NH to make it easier to restore context from failed handover. 4 years ago