aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr13-744/+1235
2020-04-16Cosmetic: mention OS#4491 in location cancel codeOliver Smith2-2/+2
2020-02-09db: fix possible SQLite3 allocated memory leak in db_open()Vadim Yanitskiy1-1/+3
2020-01-31mdns_rfc.c: fix possible access of uninit. memOliver Smith1-1/+6
2020-01-29gsup_client.c: fix deprecation for client create funcNeels Hofmeyr1-8/+9
2020-01-14mdns_sock.c: fix resource leak of sockOliver Smith1-5/+7
2020-01-14osmo-mslookup-client: fix dereferencing nullOliver Smith1-0/+5
2020-01-14osmo-mslookup-client.c: fix dereferencing nullOliver Smith1-3/+4
2020-01-13mslookup_client_mdns.c: fix dereferencing nullOliver Smith1-0/+1
2020-01-13mdns_msg.c: always call va_endOliver Smith1-1/+1
2020-01-13mslookup_client.c: fix dereferencing null pointerOliver Smith1-1/+1
2020-01-13fix missing braces in LOGP_GSUP_FWDNeels Hofmeyr1-5/+5
2020-01-13add osmo-mslookup-client program (#2)Neels Hofmeyr2-0/+888
2020-01-13add mDNS lookup method to libosmo-mslookup (#2)Oliver Smith6-0/+1335
2020-01-12Revert "add mDNS lookup method to libosmo-mslookup"Harald Welte6-1335/+0
2020-01-12Revert "add osmo-mslookup-client program"Harald Welte2-888/+0
2020-01-11hlr: remove unused internal USSD listAlexander Couzens1-1/+0
2020-01-10add osmo-mslookup-client programNeels Hofmeyr2-0/+888
2020-01-10add mDNS lookup method to libosmo-mslookupOliver Smith6-0/+1335
2020-01-10add libosmo-mslookup abstract clientOliver Smith6-2/+820
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 Welte2-2/+12
2019-11-27db v4: add column last_lu_seen_psNeels Hofmeyr3-22/+61
2019-11-25add osmo_gsup_msgb_alloc()Neels Hofmeyr4-14/+16
2019-11-25db upgrade: remove some code dupNeels Hofmeyr1-33/+15
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr29-648/+59
2019-11-12db.c: code dup: add db_run_statements() for arrays of statementsNeels Hofmeyr1-74/+34
2019-11-12hlr db schema 3: hlr_number -> msc_numberNeels Hofmeyr1-1/+144
2019-10-31add --db-check optionNeels Hofmeyr1-6/+23
2019-10-31fix upgrade to version 2: imei column default valueNeels Hofmeyr1-1/+1
2019-10-31db upgrade to v2: log version 2, not 1Neels Hofmeyr1-2/+2
2019-10-30fix double free in osmo_gsup_client_enc_send()Neels Hofmeyr1-1/+2
2019-08-12fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol3-4/+4
2019-07-30src/db.c: integrate SQLite3 with talloc allocatorVadim Yanitskiy4-0/+107
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy1-15/+0
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith1-29/+40
2019-07-24hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereferenceVadim Yanitskiy1-6/+16
2019-07-23hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()Vadim Yanitskiy1-2/+2
2019-07-15VTY: add subscriber update network-access-modeOliver Smith1-0/+28
2019-06-11rx_check_imei_req(): fix IMEI bounds checkingOliver Smith1-7/+17
2019-06-04db_hlr: zero-initialize "struct tm"Oliver Smith1-1/+1
2019-05-25src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2()Vadim Yanitskiy1-1/+1
2019-05-25src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer sizeVadim Yanitskiy1-1/+1
2019-05-19Create subscribers on demandOliver Smith3-0/+141
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy3-0/+30
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith3-0/+29
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith5-5/+13
2019-05-08use new OSMO_IMSI_BUF_SIZENeels Hofmeyr1-1/+1