This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT".
The branch, neels/auc_tests has been updated discards 95ad777d3b64c1521f1dd8b607d915ab7c0a495e (commit) discards 94b2ac0aa501241acc1ef40b500b0af986573402 (commit) discards 7e95cbbe0734b15c1ea76370a12342548278eb48 (commit) discards 56f53507985f117823b2b9e29dbf7811c57d53c8 (commit) discards 38228bf749799eab6d7f192dfb667ef86e39f5d0 (commit) discards c0cbf9f2e4fed359e81fbdb37576d1fd778f3b1a (commit) discards ff0b27324ed391d3a4ea186e6cc8d05a68f5d74b (commit) discards 1b7b028e74d3b8786567bbd4795f167d0cef2c45 (commit) via 7d2ae679549a49a8d6a9b2845714f757f4b07ea2 (commit) via b88db40ff90aa7020faaf971132adefe1dc34980 (commit) via b2cf3d970b4ecb5788ca320938f37f1a1e583890 (commit) via fd4e26e050c2dc2367bef00d1631980da0dd1d0e (commit) via c77381bb6d893b65776aa257b3cc3aaa7b034e6d (commit) via e0b2c59d5c04f4bf9c69cfe6cb57cd3ab3dbc38d (commit) via 45c806e773fac23124ac5ec1670af2976780b399 (commit) via 7bae179417bbbaa130eab627772890fad4ce15a1 (commit) via fced66cdd32e55c63f0512ea60c1eae8d6179c38 (commit) via ca43e30be3a27d573e24f85452415b0b6bcefa67 (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (95ad777d3b64c1521f1dd8b607d915ab7c0a495e) \ N -- N -- N (7d2ae679549a49a8d6a9b2845714f757f4b07ea2)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/osmo-hlr/commit/?id=7d2ae679549a49a8d6a9b2845714f757...
commit 7d2ae679549a49a8d6a9b2845714f757f4b07ea2 Author: Neels Hofmeyr neels@hofmeyr.de Date: Tue Jan 31 16:40:28 2017 +0100
auth: add test with test data from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add python script to generate auc_ts_55_205_test_sets.c from that at build time.
The generated auc_ts_55_205_test_sets.c runs through all 19 test sets, verifying that our gsm_milenage() matches the reference data.
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
http://cgit.osmocom.org/osmo-hlr/commit/?id=b88db40ff90aa7020faaf971132adefe...
commit b88db40ff90aa7020faaf971132adefe1dc34980 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Tue Jan 31 02:10:40 2017 +0100
tests: auc_3g_test: implement vector generation test (WIP)
Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2
http://cgit.osmocom.org/osmo-hlr/commit/?id=b2cf3d970b4ecb5788ca320938f37f1a...
commit b2cf3d970b4ecb5788ca320938f37f1a1e583890 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Tue Jan 31 01:19:27 2017 +0100
Add test suite skeleton with empty test (auc_3g_test)
Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8
http://cgit.osmocom.org/osmo-hlr/commit/?id=fd4e26e050c2dc2367bef00d1631980d...
commit fd4e26e050c2dc2367bef00d1631980da0dd1d0e Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Jan 30 13:49:49 2017 +0100
comment: sql: describe auc_2g and auc_3g columns
Change-Id: Ie4edc69ff11a83a4c0f79097f43a2cb206dfe405
http://cgit.osmocom.org/osmo-hlr/commit/?id=c77381bb6d893b65776aa257b3cc3aaa...
commit c77381bb6d893b65776aa257b3cc3aaa7b034e6d Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Wed Feb 1 04:42:27 2017 +0100
sql: auc_3g: set sqn NOT NULL DEFAULT 0
Change-Id: Ibb765f30295b441e563bb0e06ed39987f79a60d6
http://cgit.osmocom.org/osmo-hlr/commit/?id=e0b2c59d5c04f4bf9c69cfe6cb57cd3a...
commit e0b2c59d5c04f4bf9c69cfe6cb57cd3ab3dbc38d Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Wed Feb 1 04:40:13 2017 +0100
sql: limit VARCHAR size of key columns to 32
Change-Id: I2b0f9369318085c1482c6d2d8db56699466bfbf3
http://cgit.osmocom.org/osmo-hlr/commit/?id=45c806e773fac23124ac5ec1670af297...
commit 45c806e773fac23124ac5ec1670af2976780b399 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Jan 30 13:47:22 2017 +0100
sql: fix 3g_auc's column K data type
K is the SIM card's 128bit secret key, so the type should be VARCHAR like the other key columns. The db code already reads the column as text and parses as hex, so a VARCHAR column matches that.
Change-Id: Iaa8d33e303760bd15dcb7dc8bb8b9b24bf6c8f14
http://cgit.osmocom.org/osmo-hlr/commit/?id=7bae179417bbbaa130eab627772890fa...
commit 7bae179417bbbaa130eab627772890fad4ce15a1 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Jan 30 23:30:26 2017 +0100
main: add VTY and '-c config-file' option
Add config file, mainly for logging control.
Open VTY on the OMSO_VTY_PORT_HLR added to libosmocore in commit 92fa18e6b800a27aa064a5fb8321cddd7383ae20 aka change-id I08cb52d9399a27e6876e45da36f434708c4fddef.
Add hlr_vty.h/c for standard VTY setup. Add -c option to pass config file. Add --version option.
Change-Id: Iedb884345a597371a337b0c67eb6013b7d5d1ce1
http://cgit.osmocom.org/osmo-hlr/commit/?id=fced66cdd32e55c63f0512ea60c1eae8...
commit fced66cdd32e55c63f0512ea60c1eae8d6179c38 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Jan 30 13:30:47 2017 +0100
main: add option parsing with db file and default options
Parse commandline options, supporting general Osmocom options as copied from osmo-nitb (bsc_hack.c): version, logging and daemonize options.
Set the HLR database file from cmdline option, log the filename in db_open().
(VTY config file in next patch.)
Change-Id: I279d517e1310e398b0a2382349e62be8e65364c1
http://cgit.osmocom.org/osmo-hlr/commit/?id=ca43e30be3a27d573e24f85452415b0b...
commit ca43e30be3a27d573e24f85452415b0b6bcefa67 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Jan 30 13:18:23 2017 +0100
main: add and use root talloc ctx
Create hlr_ctx and pass on to DB and GSUP server code. Add call msgb_talloc_ctx_init(hlr_ctx).
Instead of printing the entire talloc context on exit, just print the hlr_ctx upon SIGUSR1 (like our other binaries do). Otherwise we will get pages of talloc output on each program exit as soon as we add a VTY (next patch).
Change-Id: I3c64cb4ad7a681b88c7409296ad3afeb8000e2a4
-----------------------------------------------------------------------
Summary of changes: sql/hlr.sql | 2 +- src/hlr.c | 4 +- src/hlr_vty.c | 16 -- src/hlr_vty.h | 1 - tests/auc/auc_ts_55_205_test_sets.err | 304 ++++++++++++++++++++++ tests/auc/auc_ts_55_205_test_sets.ok | 2 + tests/auc/gen_ts_55_205_test_sets/func_template.c | 24 ++ tests/auc/gen_ts_55_205_test_sets/main_template.c | 6 +- tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 25 ++ 9 files changed, 362 insertions(+), 22 deletions(-) create mode 100644 tests/auc/auc_ts_55_205_test_sets.err create mode 100644 tests/auc/auc_ts_55_205_test_sets.ok
hooks/post-receive
osmocom-commitlog@lists.osmocom.org