aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi()Oliver Smith1-2/+2
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-20gsupclient: introduce osmo_gsup_client_enc_send()Vadim Yanitskiy1-0/+36
2018-12-10display last location update timestamp in vtyStefan Sperling3-0/+44
2018-12-07add whitespace around PRId64 constantsStefan Sperling4-17/+17
2018-12-07store a timestamp of the last location update seen from a subscriberStefan Sperling3-3/+101
2018-12-06introduce osmo_gsup_client_create2()Stefan Sperling1-18/+39
2018-12-05SS/USSD: fix: properly (re)schedule NCSS session timeoutVadim Yanitskiy1-3/+7
2018-12-05SS/USSD: make NCSS session timeout configurableVadim Yanitskiy5-4/+28
2018-12-05SS/USSD: release IUSE sessions immediately after responseVadim Yanitskiy1-0/+2
2018-12-04Rename db_bootstrap.sed to db_sql2c.sedNeels Hofmeyr2-5/+5
2018-12-04add database schema versioning to the HLR databaseStefan Sperling4-18/+118
2018-12-02implement removal of MSISDNNeels Hofmeyr4-20/+37
2018-12-02add 'show subscriber' command, alias for 'subscriber ... show'Neels Hofmeyr1-2/+7
2018-10-16fix and re-enable osmo_hlr_subscriber_update_notify()Neels Hofmeyr1-23/+42
2018-10-12hlr_ussd.c: fix: reject 'structured' SS requestsVadim Yanitskiy1-2/+9
2018-10-05store gsup peer upon accepting LUNeels Hofmeyr1-0/+12
2018-10-04more space for vlr_number and sgsn_numberNeels Hofmeyr1-2/+2
2018-09-28fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = falseNeels Hofmeyr1-5/+6
2018-09-03libosmo-gsup-client: License is GPLv2-or-laterHarald Welte1-4/+4
2018-08-08USSD: Fix "ussd default-route"Harald Welte1-0/+5
2018-08-08hlr_ussd.c: avoid using CR and NL in IUSE responsesVadim Yanitskiy1-2/+2
2018-08-03hlr_ussd.c: fix: properly print a EUSE / IUSE nameVadim Yanitskiy1-2/+4
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