aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-04add error handling to osmo_gsup_configure_wildcard_apn()Neels Hofmeyr1-1/+5
2018-05-04fix luop crash: use buffer for APN that remains validNeels Hofmeyr1-1/+3
2018-05-03don't forget to mark luop as a packet switched connectionStefan Sperling1-0/+1
2018-05-02rewrite subscriber_update_notify() without calls into luopStefan Sperling1-10/+69
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-1/+1
2018-04-10notify GSUP clients when HLR subscriber information changesStefan Sperling1-0/+32
2018-03-01Fix responses to PURGE MSHarald Welte1-2/+2
2018-02-14osmo-hlr: Add talloc context introspection via VTYHarald Welte1-0/+1
2017-11-29osmo-hlr: log details for unknown IMSI / no auth data / db errorNeels Hofmeyr1-0/+7
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr1-0/+3
2017-11-22return GMM_CAUSE_IMSI_UNKNOWN if there is no auth dataNeels Hofmeyr1-0/+1
2017-11-22cosmetic: rx_send_auth_info(): decide error cause with switch()Neels Hofmeyr1-5/+9
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr1-1/+1
2017-11-10hlr.c: Avoid overflow of lu_operation.subscr.imsiHarald Welte1-1/+1
2017-10-27cosmetic: tweak params of hlr_controlif_setup()Neels Hofmeyr1-1/+1
2017-10-11refactor db_subscr_purgeNeels Hofmeyr1-1/+1
2017-07-21use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222Neels Hofmeyr1-1/+1
2017-06-01VTY: Add hlr node and bind ip fieldPau Espin Pedrol1-3/+4
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr1-1/+2
2017-03-06CTRL: add enable/disable packet service cmdsMax1-1/+10
2017-03-06Add CTRL interfaceMax1-0/+13
2017-03-05Add global HLR structMax1-14/+17
2017-02-16Move lu_operation into separate fileMax1-258/+12
2017-02-16Use strings for GSUP message typeMax1-4/+5
2017-02-13Move GSUP msg init into separate functionMax1-12/+15
2017-02-13Log error cause as a stringMax1-2/+3
2017-02-01main: add VTY and '-c config-file' optionNeels Hofmeyr1-1/+41
2017-02-01main: add option parsing with db file and default optionsNeels Hofmeyr1-2/+89
2017-02-01main: add and use root talloc ctxNeels Hofmeyr1-4/+7
2016-12-21gsup: send subscriber MSISDNNeels Hofmeyr1-1/+15
2016-12-21Add hardcoded APNMax1-1/+14
2016-12-11fix various compiler warningsNeels Hofmeyr1-1/+1
2016-12-11fix build on FreeBSD: eliminate implicitly declared functionsNeels Hofmeyr1-0/+2
2016-06-10fix authentication re-sync (pass RAND+AUTS along)Harald Welte1-1/+1
2016-05-05LU: remote oudated FIXME commentsHarald Welte1-2/+0
2016-05-05LU: correctly determine and use is_psHarald Welte1-3/+2
2016-05-05implement PURGE-MS from VLR/SGSN to HLRHarald Welte1-0/+40
2016-05-05some more comment / todo updatesHarald Welte1-0/+5
2016-05-05State number of auth vectors in SAI responseHarald Welte1-1/+3