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