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, master has been updated
via 183e7009afc8577f0d89c99f92a5720697040494 (commit)
from b6837e36a34a1e9e7fafea822516e61285e3c09c (commit)
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=183e7009afc8577f0d89c99f92a5720…
commit 183e7009afc8577f0d89c99f92a5720697040494
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Oct 6 02:59:54 2017 +0200
implement subscriber vty interface, tests
Implement VTY commands for subscriber manipulation:
- create / delete subscriber
- modify MSISDN
- add/edit/remove 2G and 3G authentication data
- show by IMSI, MSISDN or DB ID.
(enable/disable CS/PS and purge/unpurge to follow later.)
Implement VTY unit tests for the new commands using new
osmo_verify_transcript_vty.py from osmo-python-tests.
Depends: libosmocore I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522
osmo-python-tests Id47331009910e651372b9c9c76e12f2e8964cc2c
Change-Id: I42b3b70a0439a8f2e4964d7cc31e593c1f0d7537
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/hlr_vty.c | 3 +
src/hlr_vty_subscr.c | 484 ++++++++++++++++++++++++++++++++++++++++++++++
src/hlr_vty_subscr.h | 3 +
tests/Makefile.am | 21 +-
tests/test_subscriber.vty | 348 +++++++++++++++++++++++++++++++++
6 files changed, 859 insertions(+), 2 deletions(-)
create mode 100644 src/hlr_vty_subscr.c
create mode 100644 src/hlr_vty_subscr.h
create mode 100644 tests/test_subscriber.vty
hooks/post-receive
--
UNNAMED PROJECT