aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-05-04hlr_subscr_nam(): fix condition to fix nam=false notificationsNeels Hofmeyr1-2/+2
2020-04-30D-GSM 3/n: implement roaming by mslookup in osmo-hlrNeels Hofmeyr1-0/+21
2020-04-30D-GSM 2/n: implement mDNS method of mslookup serverNeels Hofmeyr1-0/+3
2020-04-30D-GSM 1/n: add mslookup server in osmo-hlrNeels Hofmeyr1-0/+1
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr1-1/+1
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr1-322/+170
2020-04-16Cosmetic: mention OS#4491 in location cancel codeOliver Smith1-1/+1
2020-01-13fix missing braces in LOGP_GSUP_FWDNeels Hofmeyr1-5/+5
2020-01-11hlr: remove unused internal USSD listAlexander Couzens1-1/+0
2020-01-10hlr: respect the num_auth_vectors requestedAlexander Couzens1-1/+6
2019-12-03hlr: exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte1-1/+5
2019-11-25add osmo_gsup_msgb_alloc()Neels Hofmeyr1-8/+6
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr1-10/+10
2019-10-31add --db-check optionNeels Hofmeyr1-6/+23
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-06-11rx_check_imei_req(): fix IMEI bounds checkingOliver Smith1-7/+17
2019-05-25src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2()Vadim Yanitskiy1-1/+1
2019-05-19Create subscribers on demandOliver Smith1-0/+80
2019-05-08osmo-hlr: allow configuring db path from cfg fileNeels Hofmeyr1-3/+7
2019-05-07hlr.c: fix possible msgb memleaks in read_cb()Vadim Yanitskiy1-4/+8
2019-05-07hlr.c: check the presence of msgb->l2h in read_cb()Vadim Yanitskiy1-6/+6
2019-05-07hlr.c: fix: properly print the original message type in read_cb_forward()Vadim Yanitskiy1-1/+2
2019-05-07hlr.c: fix: also store the session state in read_cb_forward()Vadim Yanitskiy1-0/+1
2019-04-18hlr.c: forward GSUP messages between clientsOliver Smith1-0/+79
2019-04-18add missing error log: invalid IMSINeels Hofmeyr1-1/+3
2019-03-19hlr.c: properly terminate the process on SIGTERMVadim Yanitskiy1-1/+3
2019-02-26hlr.c: move hlr_ctx to the topOliver Smith1-2/+1
2019-02-18Enable statsd supportMax1-0/+2
2019-02-04hlr.c: replace deprecated osmo_gsup_get_err_msg_type()Oliver Smith1-7/+1
2019-01-24Optionally store IMEI in subscriber tableOliver Smith1-2/+16
2019-01-09Cosmetic: hlr.c: remove confusing indent below ifOliver Smith1-7/+6
2019-01-07Reply to CHECK-IMEI GSUP messagesOliver Smith1-0/+36
2018-12-05SS/USSD: make NCSS session timeout configurableVadim Yanitskiy1-0/+3
2018-12-04add database schema versioning to the HLR databaseStefan Sperling1-2/+9
2018-10-16fix and re-enable osmo_hlr_subscriber_update_notify()Neels Hofmeyr1-23/+42
2018-10-05store gsup peer upon accepting LUNeels Hofmeyr1-0/+12
2018-09-28fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = falseNeels Hofmeyr1-5/+6
2018-07-30USSD: Add support for internal USSD handlersHarald Welte1-0/+2
2018-07-30USSD: Add basic dispatch + decode of GSUP-encapsulated SS/USSDHarald Welte1-0/+9
2018-07-30USSD: Add Core USSD handling + VTY routing config to HLRHarald Welte1-0/+1
2018-07-30hlr: Export + Declare global g_hlr symbolHarald Welte1-2/+2
2018-07-30hlr.c: track the use of talloc NULL memory contextsVadim Yanitskiy1-0/+13
2018-07-30hlr.c: free root talloc context on exitVadim Yanitskiy1-0/+5
2018-07-30hlr.c: move deinitialization code from SIGINT handlerVadim Yanitskiy1-9/+7
2018-06-16gsup_server: Add "priv" pointer and make it point to 'struct hlr'Harald Welte1-1/+1
2018-06-15disable blind subscriber insertion into every VLR/SGSNHarald Welte1-3/+7
2018-06-11Return proper GSUP error in case of too short IMSIHarald Welte1-0/+28
2018-05-18move creation of insert subscriber data messages to a common functionStefan Sperling1-40/+27