aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr
AgeCommit message (Expand)AuthorFilesLines
14 hoursnever page for TMSI with 'no assign-tmsi'HEADneels/tmsi_or_notmasterNeels Hofmeyr1-0/+4
14 hoursfix VLR evil twin on LU with unknown TMSINeels Hofmeyr1-1/+55
2024-03-01libvlr: fix auth_fsm_term(): use proper value-string for causeVadim Yanitskiy1-1/+1
2024-03-01libvlr: fix wrong cause value passed to auth_fsm_term()Vadim Yanitskiy1-1/+2
2024-03-01libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant breakVadim Yanitskiy1-1/+0
2024-01-26vlr: Use new libosmogsm struct osmo_gsup_pdp_info fieldsPau Espin Pedrol1-2/+7
2024-01-19cosmetic: vlc: Fix whitespace formatting in struct sgsn_subscriber_pdp_dataPau Espin Pedrol1-6/+6
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr2-6/+40
2022-10-27vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr4-25/+52
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr1-4/+4
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr4-23/+51
2022-10-27vlr_lu_fsm: clarify naming of static functionsNeels Hofmeyr2-11/+11
2022-10-27msc_a,vlr: add is_ciphering_required (accurately named)Neels Hofmeyr2-0/+20
2022-10-27msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attemptedNeels Hofmeyr2-16/+16
2022-05-15vlr: Add rate counters and stat itemsHarald Welte1-5/+189
2022-05-15vlr: Split vlr_subscr_rx_imsi_detach()Harald Welte1-4/+11
2021-11-30libvlr: fix is_ciph_required(): always send SecModeCmd for UTRANVadim Yanitskiy2-7/+12
2021-11-30libvlr: vlr_set_ciph_mode(): avoid redundant checkVadim Yanitskiy3-6/+0
2021-08-25cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-08-24vlr_sgs: Balance use_count incremented in vlr_sgs_loc_updatePau Espin Pedrol1-1/+6
2021-08-24vlr_sgs.c: Fix missing use_count decrease in vlr_sgs_imsi_detachPau Espin Pedrol1-1/+3
2021-08-24vlr_auth_fsm.c: Simplify function auth_fsm_wait_ai_resyncPau Espin Pedrol1-7/+3
2021-07-28add vlr_subscr_find_by_miNeels Hofmeyr1-0/+15
2021-07-02vlr_sgs: Drop recorded LastEutranPlmnId when UE no longer associatedPau Espin Pedrol1-0/+4
2021-04-29Fill Last Used E-UTRAN PLMN Id when in CSFBPau Espin Pedrol2-1/+20
2020-08-17Send "BSSMAP CommonID" to tell BSC about the IMSIHarald Welte2-14/+8
2020-06-19add rudimentary NRI support for MSC poolingNeels Hofmeyr1-0/+12
2020-06-19use new osmo_mobile_identity API everywhereNeels Hofmeyr2-38/+19
2020-06-03vlr_subscr_rx_id_resp(): dont assert on received MI typeNeels Hofmeyr1-2/+3
2020-04-20vlr_auth_fsm: Fix compilation with gcc-10Harald Welte1-1/+1
2020-01-27vlr_sgs_fsm: add missing break, do not call to_null() twiceVadim Yanitskiy1-0/+1
2020-01-27vlr: remove unused parameter 'log_level' of auth_fsm_start()Vadim Yanitskiy4-4/+2
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy1-9/+10
2020-01-25libvlr: use generic osmo_tdef API for T3250, T3260, and T3270Vadim Yanitskiy1-16/+13
2020-01-06vlr.c: fix condition to check MSISDN presenceNeels Hofmeyr1-1/+1
2020-01-06vlr_gsup_rx: fix uninitialized rcNeels Hofmeyr1-1/+1
2019-12-12gsup: indicate CN-Domain in SendAuthInfo RequestsNeels Hofmeyr1-0/+1
2019-11-19Fix some typosMartin Hauke5-15/+15
2019-10-17vlr_auth_fsm: on SAI use the GSUP provided GMM cause codeAlexander Couzens1-7/+8
2019-10-17make vlr_gmm_cause_to_mm_cause publicAlexander Couzens1-3/+3
2019-09-26catch GSUP auth result without auth_fsmNeels Hofmeyr1-0/+6
2019-09-16vlr: gmm_cause_to_fsm_and_mm_cause() drop fsm_cause_p argumentAlexander Couzens1-16/+6
2019-09-03vlr: don't log about "gratuitous ID RESPONSE"Neels Hofmeyr1-2/+0
2019-08-29vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPDNeels Hofmeyr1-1/+7
2019-08-18libvlr/vlr.c: cosmetic: move message_type assignmentVadim Yanitskiy1-2/+2
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-06-19libvlr/vlr.c: do not expire subscribers if periodic LU is disabledVadim Yanitskiy1-0/+7
2019-06-17libvlr: fix sgsn tmsi creation, replace constant with defineEric Wild1-3/+3
2019-05-27sgs_iface: detect and react to VLR/HLR failurePhilipp Maier2-20/+33