osmo-msc/src/libvlr
Neels Hofmeyr 4b78b29b8c vlr: don't log about "gratuitous ID RESPONSE"
If an ID Response comes in during a non-LU L3 Complete (Paging or CM Service
Request), no event needs to be dispatched. So far vlr_subscr_rx_id_resp()
logged a NOTICE "gratuitous ID RESPONSE?!?" if no lu_fsm is present.

An ID Response can come in particularly as payload with a BSSMAP Cipher Mode
Complete message, even though osmo-msc didn't explicitly ask for it.

It is not an error to get a Cipher Mode Complete containing an ID Response
during Paging or CM Service Request, so remove the confusing log message.

Related: OS#4168 (only loosely related)
Change-Id: I8a5b8735eb41cd0976c7ab32cdd55440d3ef70ac
2019-09-03 13:59:05 +00:00
..
Makefile.am Add SGs Interface 2019-02-04 13:36:26 +01:00
vlr.c vlr: don't log about "gratuitous ID RESPONSE" 2019-09-03 13:59:05 +00: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: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD 2019-08-29 05:42:02 +00: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