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 "An utility library for Open Source Mobile Communications".
The branch, neels/imsi_valid has been updated
discards aa60ae766770d3d5a7696794564d21f6c25b95dd (commit)
via 6c4deaf7b77b5d90121ac212980eab9dc9b63eb4 (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 (aa60ae766770d3d5a7696794564d21f6c25b95dd)
\
N -- N -- N (6c4deaf7b77b5d90121ac212980eab9dc9b63eb4)
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/libosmocore/commit/?id=6c4deaf7b77b5d90121ac212980e…
commit 6c4deaf7b77b5d90121ac212980eab9dc9b63eb4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Oct 4 03:15:47 2017 +0200
add osmo_imsi_str_valid() and osmo_msisdn_str_valid()
Add GSM23003_IMSI_MIN_DIGITS definition.
Add regression test gsm23003_test.c to test the two new functions.
Will be used by OsmoHLR to validate VTY and CTRL input.
Change-Id: I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm23003.h | 1 +
src/gsm/Makefile.am | 3 +-
src/gsm/gsm23003.c | 8 ++-
src/gsm/libosmogsm.map | 1 +
tests/Makefile.am | 8 ++-
tests/gsm23003/gsm23003_test.c | 126 ++++++++++++++++++++++++++++++++++++++++
tests/gsm23003/gsm23003_test.ok | 42 ++++++++++++++
tests/testsuite.at | 6 ++
8 files changed, 190 insertions(+), 5 deletions(-)
create mode 100644 tests/gsm23003/gsm23003_test.c
create mode 100644 tests/gsm23003/gsm23003_test.ok
hooks/post-receive
--
An utility library for Open Source Mobile Communications