aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-11refactor db_get_auth_data return valNeels Hofmeyr3-66/+67
2017-10-11add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()Neels Hofmeyr5-2/+1003
2017-10-11refactor db_subscr_purgeNeels Hofmeyr6-17/+214
2017-10-11refactor db_subscr_lu()Neels Hofmeyr5-32/+206
2017-10-11refactor db_subscr_ps() to db_subscr_nam()Neels Hofmeyr6-20/+230
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr5-39/+185
2017-10-11db: use int64_t as subscriber idNeels Hofmeyr2-6/+6
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr3-19/+4
2017-10-11add initial db_test: creating and deleting subscribersNeels Hofmeyr7-0/+662
2017-10-11add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi()Neels Hofmeyr3-0/+128
2017-10-11add db_bind_int() and db_bind_int64()Neels Hofmeyr2-0/+46
2017-10-11cosmetic: don't log about missing SQLite log cbNeels Hofmeyr1-3/+11
2017-10-11gitignore: tests/package.m4Neels Hofmeyr1-0/+1
2017-10-11ctrl_test_runner.py: use proper constant as test db pathNeels Hofmeyr1-1/+1
2017-10-11cosmetic: db_hlr: SL3_TXT: clarify indentingNeels Hofmeyr1-6/+7
2017-10-11cosmetic: log: "SQLite" with capital LNeels Hofmeyr1-4/+4
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
2017-10-10cosmetic: log IMSI='<imsi>', log "no such subscriber"Neels Hofmeyr2-3/+3
2017-10-10cosmetic: multi-line DB_STMT_AUC_BY_IMSINeels Hofmeyr1-1/+6
2017-10-10cosmetic: refactor db_bind_imsi() as db_bind_text()Neels Hofmeyr3-9/+18
2017-10-10cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi()Neels Hofmeyr4-6/+6
2017-10-10cosmetic: prepend DB_STMT_ to enum stmt_idx entriesNeels Hofmeyr4-30/+30
2017-10-02debian: remove unneeded dependency libdbd-sqlite3Pau Espin Pedrol1-2/+0
2017-09-28add CTRL tests for enable-/disable-/status-psNeels Hofmeyr2-0/+55
2017-09-28add basic CTRL interface testsNeels Hofmeyr5-1/+503
2017-08-26Use value string check from osmo-ciMax1-3/+2
2017-08-25Use release helper from libosmocoreMax2-0/+6
2017-08-15jenkins.sh: Proper error message if local environment isn't set upHarald Welte1-0/+7
2017-07-21use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222Neels Hofmeyr1-1/+1
2017-07-13Another attempt at fixing .debMax2-2/+2
2017-07-12deb: use python in shebangMax1-2/+2
2017-07-11Attempt to fix .deb packageMax4-8/+8
2017-06-07tests/auc: Don't require python3Daniel Willmann2-2/+2
2017-06-03hlr_data.sql: Insert ki and opc instead of op to example dataDaniel Willmann1-2/+2
2017-06-01VTY: Add hlr node and bind ip fieldPau Espin Pedrol5-5/+114
2017-05-22install hlr.sql in prefix/doc/osmo-hlr/Neels Hofmeyr2-0/+4
2017-05-03Add systemd service fileDaniel Willmann1-0/+11
2017-04-27debian: remove obsolete dependencyMax1-2/+1
2017-03-31add config example (mostly empty)Neels Hofmeyr1-0/+16
2017-03-20fix db_subscr_ps error handlingNeels Hofmeyr1-1/+2
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+3
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr4-1/+30
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr15-12/+354
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr4-37/+33
2017-03-15auc tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr4-107/+106
2017-03-15auc tests: adjust cosmetically to prepare for SQN changesNeels Hofmeyr5-93/+118
2017-03-14deb: fix OBS buildMax2-0/+2
2017-03-13Add .deb packagingMax7-0/+76
2017-03-07fix: properly handle error rc by osmo_gsup_conn_ccm_get()Neels Hofmeyr1-2/+8
2017-03-06CTRL: add enable/disable packet service cmdsMax6-7/+79