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 1d795428f6e4ffb67067c59ba18beed5e25a659c (commit)
via 95ad777d3b64c1521f1dd8b607d915ab7c0a495e (commit)
via 94b2ac0aa501241acc1ef40b500b0af986573402 (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 (1d795428f6e4ffb67067c59ba18beed5e25a659c)
\
N -- N -- N (95ad777d3b64c1521f1dd8b607d915ab7c0a495e)
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=95ad777d3b64c1521f1dd8b607d915a…
commit 95ad777d3b64c1521f1dd8b607d915ab7c0a495e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 31 16:40:28 2017 +0100
auth: add test with test data from 3GPP TS 55.205
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
http://cgit.osmocom.org/osmo-hlr/commit/?id=94b2ac0aa501241acc1ef40b500b0af…
commit 94b2ac0aa501241acc1ef40b500b0af986573402
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 02:10:40 2017 +0100
tests: auc_3g_test: implement vector generation test (WIP)
Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2
-----------------------------------------------------------------------
Summary of changes:
src/auc.c | 6 +-
tests/auc/Makefile.am | 17 +
tests/auc/auc_3g_test.c | 250 +++++-
tests/auc/auc_3g_test.err | 103 ++-
tests/auc/gen_ts_55_205_test_sets/func_template.c | 40 +
tests/auc/gen_ts_55_205_test_sets/main_template.c | 111 +++
tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 74 ++
.../gen_ts_55_205_test_sets/ts55_205_test_sets.txt | 972 +++++++++++++++++++++
tests/testsuite.at | 7 +
9 files changed, 1546 insertions(+), 34 deletions(-)
create mode 100644 tests/auc/gen_ts_55_205_test_sets/func_template.c
create mode 100644 tests/auc/gen_ts_55_205_test_sets/main_template.c
create mode 100755 tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
create mode 100644 tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt
hooks/post-receive
--
UNNAMED PROJECT