aboutsummaryrefslogtreecommitdiffstats
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-31debian: Fix typo in package descriptionMartin Hauke1-2/+2
2018-07-31pkg-config: Fix libosmo-gsup-client pkg-config fileHarald Welte1-2/+2
2018-07-31debian: Add sub-package for libosmo-gsup-clientHarald Welte3-0/+30
2018-07-31Update .gitignore: ignore osmo-euse-demoVadim Yanitskiy1-0/+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-30tests/Makefile.am: also remove temporary sqlite filesVadim Yanitskiy1-0/+2
2018-07-30Update .gitignore: add missing build productsVadim Yanitskiy1-0/+8
2018-07-30hlr_vty_subscr.c: fix subscriber creation command helpVadim Yanitskiy1-2/+3
2018-07-30USSD: Add support for internal USSD handlersHarald Welte7-88/+256
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 Welte5-11/+21
2018-07-30osmo-hlr.cfg: Don't enable DEBUG logging by defaultHarald Welte2-2/+5
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 Welte8-0/+288
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 Welte3-50/+49
2018-07-30import gsup_client.c as new libosmo-gsup-clientHarald Welte10-0/+776
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-07-02sql/Makefile: Create empty /var/lib/osmocom directory at install timepespin/debianPau Espin Pedrol2-0/+8
2018-07-02sql/Makefile: Install sql files under doc/.../sql subdirPau Espin Pedrol2-3/+4
2018-07-02sql/Makefile: Install hlr_data.sql as example together with hlr.sqlPau Espin Pedrol1-1/+1
2018-07-02debian: Avoid installing duplicate cfg file in /etcPau Espin Pedrol1-1/+0
2018-06-24sql/Makefile.am: Make docsdir completely configurableMartin Hauke1-1/+1
2018-06-24Add "show gsup-connections" VTY commandHarald Welte2-2/+35
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 Sperling5-67/+103
2018-05-04Bump version: 0.2.0.3-1b8a → 0.2.10.2.1Pau Espin Pedrol1-0/+9
2018-05-04add error handling to osmo_gsup_configure_wildcard_apn()Neels Hofmeyr4-8/+20
2018-05-04add gsup_test to catch OS#3231Neels Hofmeyr11-17/+191
2018-05-04fix luop crash: use buffer for APN that remains validNeels Hofmeyr4-7/+15
2018-05-03Bump version: 0.1.0.39-1cb4-dirty → 0.2.00.2.0Pau Espin Pedrol2-5/+62
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