aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr_auth_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19Fix some typosMartin Hauke1-1/+1
2019-10-17vlr_auth_fsm: on SAI use the GSUP provided GMM cause codeAlexander Couzens1-7/+8
2019-03-19libvlr: Allow 2G auth tuples to be re-used without going through AUTHSylvain Munaut1-0/+15
2019-01-04vlr: auth_fsm: make sure vsub->auth_fsm = NULL when it terminatesNeels Hofmeyr1-3/+7
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-9/+9
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-26/+24
2018-03-15cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challengeNeels Hofmeyr1-6/+7
2018-03-10cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RESNeels Hofmeyr1-2/+4
2018-03-10cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKANeels Hofmeyr1-19/+42
2018-02-08GSUP: check osmo_gsup_encode() resultMax1-4/+9
2017-12-18cosmetic prep: publish vlr_use_umts_aka() decisionNeels Hofmeyr1-11/+1
2017-11-12vlr: auth_fsm_start: check return value of fsm allocNeels Hofmeyr1-1/+4
2017-10-31cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_Neels Hofmeyr1-16/+16
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-2/+2
2017-07-21Add libvlr implementationHarald Welte1-0/+605