aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr_lu_fsm.c
AgeCommit message (Expand)AuthorFilesLines
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