osmo-msc/src/libvlr
Neels Hofmeyr 106ba523c8 vlr_lu_fsm: fix missing event for IMEISV
Event VLR_ULA_E_ID_IMEISV is listed as permitted in VLR_ULA_S_WAIT_LU_COMPL,
but is missing from the switch() on the incoming event. So, sending an IMEISV
identity during the WAIT_LU_COMPL state would crash osmo-msc.

When receiving an IMEISV, vlr_subscr_set_imeisv() in turn calls
vlr_subscr_set_imei(), so as far as the lu_fsm is concerned, receiving an
IMEISV is identical to receiving an IMEI, and it can continue to send a Check
IMEI request to the HLR. Thus simply add VLR_ULA_E_ID_IMEISV to the
VLR_ULA_E_ID_IMEI switch case.

Change-Id: I11106cb108a4b1406ff9a8b8ff5761440a274dad
2019-08-08 02:08:55 +02: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_lu_fsm: fix missing event for IMEISV 2019-08-08 02:08:55 +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