srsLTE/srsue
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
2020-11-06 09:33:36 +01:00
..
hdr nas: fix airplane mode simulation 2020-11-06 09:33:36 +01:00
src nas: fix airplane mode simulation 2020-11-06 09:33:36 +01:00
test More deterministic SCell search test 2020-11-02 16:31:37 +01:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00
ue.conf.example Fix comments in ue.conf 2020-09-14 16:54:47 +02:00