aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-11forwarding funeels/dgsm_WIPNeels Hofmeyr4-10/+8
2019-11-11add osmo_gsup_req for GSUP request->response associationNeels Hofmeyr34-1139/+980
2019-11-11gsup server read_cb: use non-static osmo_gsup_messageNeels Hofmeyr1-1/+1
2019-11-11proxy fuNeels Hofmeyr3-23/+10
2019-11-11only one proxy for both cs and ps domainsNeels Hofmeyr6-43/+31
2019-11-11dgsm fuNeels Hofmeyr4-15/+25
2019-11-11fake_mscNeels Hofmeyr1-3/+9
2019-11-11Rename dns_{de,en}code_* -> osmo_mdns_{de,en}code_*Oliver Smith1-2/+2
2019-11-11hlr mslookup and gsup proxy works for the first timeNeels Hofmeyr28-107/+739
2019-11-11mdns records: use llist_add_tail, not llist_addOliver Smith1-5/+5
2019-11-11Adjust to rename: dns_encode_txt_record -> osmo_mdns_encode_txt_recordOliver Smith1-3/+3
2019-11-11fuNeels Hofmeyr4-17/+16
2019-11-11dgsm: osmo-hlr is opening mDNS server and client socketsNeels Hofmeyr21-311/+824
2019-11-11add global_titleNeels Hofmeyr16-48/+212
2019-11-11db schema 4: add column subscriber.vlr_via_proxyNeels Hofmeyr3-11/+33
2019-11-11dgsm wipNeels Hofmeyr20-1/+1248
2019-11-11add osmo_gsup_conn_send_err_reply()Neels Hofmeyr3-23/+58
2019-11-11add osmo_gsup_msgb_alloc()Neels Hofmeyr5-9/+17
2019-11-11db upgrade: remove some code dupNeels Hofmeyr2-33/+17
2019-11-11db.c: code dup: add db_run_statements() for arrays of statementsNeels Hofmeyr1-74/+34
2019-11-11hlr db schema 3: hlr_number -> msc_numberNeels Hofmeyr4-14/+157
2019-11-11fix upgrade test in presence of ~/.sqlitercNeels Hofmeyr1-6/+6
2019-10-31add db_upgrade testNeels Hofmeyr11-0/+417
2019-10-31hlr.sql: move commentNeels Hofmeyr1-1/+2
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-10-08tests/test_nodes.vty: check less libosmocore cmdsOliver Smith1-24/+4
2019-08-13tests: Fix db_test err file to expect error code name instead of valuePau Espin Pedrol1-1/+1
2019-08-12fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-08-12Fix test for return codes on mipsel and alpha archsRuben Undheim2-17/+27
2019-08-07Bump version: 1.0.0.49-e493-dirty → 1.1.01.1.0Pau Espin Pedrol1-0/+66
2019-08-07configure.ac: Require libosmocore 1.2.0Pau Espin Pedrol1-4/+4
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 Yanitskiy6-0/+126
2019-07-30tests/db_test: close the database when test is finishedVadim Yanitskiy1-0/+1
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy2-19/+4
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith3-29/+201
2019-07-25gitignore: ignore everything generated in db_testOliver Smith1-0/+3
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-15manuals: improve subscribers create on demandOliver Smith1-5/+44
2019-07-15VTY: add subscriber update network-access-modeOliver Smith3-4/+82
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-06-17manuals: Update vty documentationDaniel Willmann1-23/+276
2019-06-17manuals: Add script to update vty/counter documentation from dockerDaniel Willmann2-0/+18
2019-06-11rx_check_imei_req(): fix IMEI bounds checkingOliver Smith1-7/+17
2019-06-04db_hlr: zero-initialize "struct tm"Oliver Smith2-4/+2
2019-06-03db_test: set timezone to work around mktime bugOliver Smith1-1/+3