aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-19fix test_subscriber_errors.ctrl after libosmocore changeNeels Hofmeyr1-2/+2
2017-12-15contrib:jenkins.sh: Enable WerrorPau Espin Pedrol1-1/+1
2017-12-15luop.c: Transform FIXME from warning to pragma messagePau Espin Pedrol1-2/+1
2017-12-01Remove unused ipa.pyMax1-278/+0
2017-11-29db_test: also test db_get_auc() return valuesNeels Hofmeyr2-5/+80
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 Hofmeyr6-34/+53
2017-11-24Remove unused checkMax1-4/+2
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 Hofmeyr7-14/+13
2017-11-18add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-17debian: install osmo-hlr.cfg to /etc/osmocomAlexander Couzens1-0/+1
2017-11-17doc: install example .cfg files to $(docdir)/examples/Alexander Couzens4-0/+25
2017-11-16debian: include systemd service osmo-hlr.serviceAlexander Couzens1-0/+1
2017-11-12db-tool: error-exit on too many argumentsNeels Hofmeyr1-0/+6
2017-11-12db-tool: cosmetic: tweak printf outputNeels Hofmeyr1-2/+1
2017-11-12db-tool: add command 'create'Neels Hofmeyr1-4/+12
2017-11-11cosmetic: add comment on ignored return valueNeels Hofmeyr1-0/+2
2017-11-10hlr.c: Avoid overflow of lu_operation.subscr.imsiHarald Welte1-1/+1
2017-11-08hlr_db_tool: fix error log strerror invocationNeels Hofmeyr1-4/+4
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-2/+0
2017-10-28Tag/Release version 0.1.00.1.0Harald Welte1-0/+136
2017-10-28Debian: Make sure we include osmo-hlr-db-tool in the packageHarald Welte1-0/+1
2017-10-28add osmo-hlr-db-tool, program to migrate from osmo-nitb dbNeels Hofmeyr5-11/+495
2017-10-28fix default logging levels to NOTICE, not DEBUGNeels Hofmeyr5-6/+9
2017-10-28cosmetic: rename SL3_TXT macro, use osmo_strlcpy()Neels Hofmeyr1-11/+14
2017-10-28cosmetic: sql/hlr.sql: move commentsNeels Hofmeyr1-3/+2
2017-10-28automatically create db tables on osmo-hlr invocationNeels Hofmeyr6-7/+81
2017-10-28db_test: fix *FLAGSNeels Hofmeyr1-7/+1
2017-10-28tests/Makefile: use test db var instead of repeating the pathNeels Hofmeyr1-2/+2
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-27test_subscriber.ctrl: test against octal/hex interpretation of idNeels Hofmeyr2-0/+20
2017-10-27ctrl: completely replace all CTRL commandsNeels Hofmeyr6-72/+1040
2017-10-27cosmetic: tweak params of hlr_controlif_setup()Neels Hofmeyr3-9/+8
2017-10-25db api: fix/add API docsNeels Hofmeyr1-13/+76
2017-10-23vty: fix output of empty IMSINeels Hofmeyr1-1/+1
2017-10-17add hlr_subsrc_nam to put GSUP client notification in proper APINeels Hofmeyr4-15/+64
2017-10-17api doc: say that lu_op_tx_del_subscr_data() doesn't freeNeels Hofmeyr1-1/+2
2017-10-17fix mem leak in handle_cmd_ps(): free luopNeels Hofmeyr1-0/+1
2017-10-17luop: fix mem leak upon error in lu_op_alloc_conn()Neels Hofmeyr1-1/+3
2017-10-17add lu_op_free(), use in luop.cNeels Hofmeyr2-4/+12
2017-10-17replace ctrl_test_runner.py with transcript test_subscriber.ctrlNeels Hofmeyr3-243/+46
2017-10-17add test_nodes.vtyNeels Hofmeyr2-0/+118
2017-10-17implement subscriber vty interface, testsNeels Hofmeyr6-2/+859
2017-10-15fix db_subscr_get_by_*(): clear output data; test in db_test.cNeels Hofmeyr2-3/+18
2017-10-13debian: 'make check' needs sqlite3, add to Build-DependsNeels Hofmeyr1-1/+2
2017-10-11code undup: use db_bind_text() in db_get_auth_data()Neels Hofmeyr2-9/+3
2017-10-11fix db_update_sqn(): reset stmt in all error casesNeels Hofmeyr4-17/+317
2017-10-11code undup: use db_remove_reset() in db_auc.cNeels Hofmeyr1-20/+2