osmo-msc/src/libvlr
Vadim Yanitskiy 718f32fa88 libvlr/vlr.c: do not expire subscribers if periodic LU is disabled
When periodic Location Update is disabled (T3212 = 0), it was noticed
that OsmoMSC does expire subscribers quite soon - after 60 seconds
(VLR_SUBSCRIBER_LU_EXPIRATION_INTERVAL) since the last LU.

In order to avoid that, we need to check T3212 timer value in
vlr_subscr_expire_lu(), and if it's equal to 0, do not expire
anybody until the explicit IMSI Detach.

Change-Id: I2ead2241a3394dbdd5417f4554190df3fd698af2
2019-06-19 14:36:28 +07:00
..
Makefile.am Add SGs Interface 2019-02-04 13:36:26 +01:00
vlr.c libvlr/vlr.c: do not expire subscribers if periodic LU is disabled 2019-06-19 14:36:28 +07:00
vlr_access_req_fsm.c large refactoring: support inter-BSC and inter-MSC Handover 2019-05-08 17:02:32 +02:00
vlr_access_req_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00
vlr_auth_fsm.c libvlr: Allow 2G auth tuples to be re-used without going through AUTH 2019-03-19 15:24:01 +00:00
vlr_auth_fsm.h libvlr: Allow 2G auth tuples to be re-used without going through AUTH 2019-03-19 15:24:01 +00:00
vlr_core.h VLR: send CHECK-IMEI to EIR/HLR 2019-01-16 10:42:56 +00:00
vlr_lu_fsm.c vlr: optionally send IMEI early to HLR 2019-05-15 10:57:43 +02:00
vlr_lu_fsm.h vlr: optionally send IMEI early to HLR 2019-05-15 10:57:43 +02:00
vlr_sgs.c large refactoring: support inter-BSC and inter-MSC Handover 2019-05-08 17:02:32 +02:00
vlr_sgs_fsm.c sgs_iface: detect and react to VLR/HLR failure 2019-05-27 11:49:50 +00:00
vlr_sgs_fsm.h Add SGs Interface 2019-02-04 13:36:26 +01:00