aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr_lu_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19Fix some typosMartin Hauke1-1/+1
2019-08-29vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPDNeels Hofmeyr1-1/+7
2019-08-08vlr_lu_fsm: fix missing event for IMEISVNeels Hofmeyr1-0/+1
2019-07-24vlr_lu_fsm.c: don't send LU reject twiceOliver Smith1-13/+4
2019-05-15vlr: optionally send IMEI early to HLROliver Smith1-5/+54
2019-05-14vlr_lu_fsm.c: assert for invalid eventsOliver Smith1-12/+6
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-18/+10
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-8/+8
2019-03-19libvlr: Allow 2G auth tuples to be re-used without going through AUTHSylvain Munaut1-1/+9
2019-02-04Add SGs InterfaceHarald Welte1-0/+7
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith1-1/+13
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr1-0/+1
2019-01-04fix vlr ops.subscr_assoc re-associationNeels Hofmeyr1-1/+2
2018-12-19Remove redundancy in LAC processingMax1-1/+1
2018-12-17vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEINeels Hofmeyr1-2/+1
2018-12-17tweak comment to indicate sub_pres_vlr fsm as dead codeNeels Hofmeyr1-1/+3
2018-12-11LU: do not always invoke sub_pres_vlr_fsm_start()Neels Hofmeyr1-1/+6
2018-11-16vlr: drop unused is_ps parameter in vlr_subscr_req_lu()Philipp Maier1-1/+1
2018-10-30lu_fsm: result cb: use proper cause type (warning/coverity)Neels Hofmeyr1-2/+2
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling1-1/+1
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-42/+22
2018-03-13restore sending of optional MM info messagesStefan Sperling1-0/+4
2018-03-13vlr_ciph_result: fix use after free of imeisvNeels Hofmeyr1-1/+1
2018-03-10vlr: fix GSM AKA in a UMTS AKA capable environmentNeels Hofmeyr1-1/+15
2018-03-02vlr_lu_fsm: guard against using the wrong fiNeels Hofmeyr1-34/+68
2018-03-02vlr: fix post-auth LU failure handlingNeels Hofmeyr1-2/+2
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-9/+1
2018-02-08GSUP: check osmo_gsup_encode() resultMax1-1/+4
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-5/+4
2017-12-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr1-0/+7
2017-11-20sub_pres_vlr_fsm_start: fix heap use after freeNeels Hofmeyr1-9/+15
2017-10-04cosmetic: vlr: declare a struct in .h; drop unused headerNeels Hofmeyr1-1/+0
2017-09-15Remove rest_octets.hMax1-0/+1
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-2/+2
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr1-0/+12
2017-08-07vlr: LU FSM: enable Retrieve_IMEISV_If_RequiredNeels Hofmeyr1-40/+50
2017-08-07vlr: place comments on if (0) casesNeels Hofmeyr1-1/+4
2017-07-21Add libvlr implementationHarald Welte1-0/+1424