aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-02USSD/hlr_vty.c: print error if EUSE is not foundVadim Yanitskiy1-1/+7
2018-08-01hlr_ussd.h: drop meaningless forward declarationVadim Yanitskiy1-2/+1
2018-07-31hlr_ussd.h: use proper libc headersVadim Yanitskiy1-1/+2
2018-07-31hlr_ussd.h: add #pragma once include guardVadim Yanitskiy1-0/+2
2018-07-30hlr_vty_subscr.c: fix subscriber creation command helpVadim Yanitskiy1-2/+3
2018-07-30USSD: Add support for internal USSD handlersHarald Welte5-88/+249
2018-07-30Add osmo-euse-demo as minimalistic test of a External USSD (EUSE) handlerHarald Welte2-0/+253
2018-07-30USSD: fix null-pointer deref in "default-route" vty/config cmdHarald Welte1-1/+2
2018-07-30USSD: Add new "DSS" logging category and use it appropriatelyHarald Welte3-11/+19
2018-07-30USSD: Further unification of log output; Use LOGPSS when possibleHarald Welte1-12/+13
2018-07-30USSD: Send ReturnError component if USSD Code unknown / EUSE disconnectedHarald Welte1-7/+64
2018-07-30hlr_ussd: Introduce LOGPSS() macroHarald Welte1-1/+4
2018-07-30USSD: Add basic dispatch + decode of GSUP-encapsulated SS/USSDHarald Welte4-1/+323
2018-07-30USSD: Add Core USSD handling + VTY routing config to HLRHarald Welte7-0/+286
2018-07-30hlr: Export + Declare global g_hlr symbolHarald Welte6-15/+9
2018-07-30GSUP: Log GSUP route add/removeHarald Welte1-0/+5
2018-07-30src/db.c: don't ignore the result of db_bootstrap()Vadim Yanitskiy1-4/+9
2018-07-30src/db.c: fix: make sure the database is properly closedVadim Yanitskiy1-1/+10
2018-07-30gsup_client: rename gsup_client_* to osmo_gsup_client_*Harald Welte2-34/+34
2018-07-30import gsup_client.c as new libosmo-gsup-clientHarald Welte4-0/+688
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-24Add "show gsup-connections" VTY commandHarald Welte1-2/+34
2018-06-24gsup_router: Use "#pragma once" and add missing #includesHarald Welte1-0/+5
2018-06-24move osmo_gsup_addr_send() declaration from luop.h to gsup_router.hHarald Welte2-3/+4
2018-06-16gsup_server: Add "priv" pointer and make it point to 'struct hlr'Harald Welte3-3/+8
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 Sperling4-66/+102
2018-05-04add error handling to osmo_gsup_configure_wildcard_apn()Neels Hofmeyr4-8/+20
2018-05-04add gsup_test to catch OS#3231Neels Hofmeyr4-17/+47
2018-05-04fix luop crash: use buffer for APN that remains validNeels Hofmeyr4-7/+15
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 Sperling4-21/+94
2018-04-17Remove unused src/db_test.cPau Espin Pedrol2-91/+0
2018-04-17use osmo_init_logging2Pau Espin Pedrol3-3/+3
2018-04-10notify GSUP clients when HLR subscriber information changesStefan Sperling3-0/+40
2018-03-29more robust usage of osmo_timer API for osmo-hlr luop timerStefan Sperling1-2/+5
2018-03-01Fix responses to PURGE MSHarald Welte1-2/+2
2018-03-01vty: Don't print error if removing auth data while none presentHarald Welte1-2/+2
2018-02-14osmo-hlr: Add talloc context introspection via VTYHarald Welte2-0/+3
2017-12-20fix debug log: put 'deriving 2G from 3G' in proper placeNeels Hofmeyr1-1/+2
2017-12-15luop.c: Transform FIXME from warning to pragma messagePau Espin Pedrol1-2/+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 Hofmeyr4-16/+35
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 Hofmeyr5-8/+10
2017-11-12db-tool: error-exit on too many argumentsNeels Hofmeyr1-0/+6