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 9cacb6f74b73f90d79aa53f707124cceee19f8af (commit) via 372868baa37010625eb66f3c03677cac743cec5b (commit) from adc6648841d50f459fe2ef5b044146838a7a3b21 (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=9cacb6f74b73f90d79aa53f707124cce...
commit 9cacb6f74b73f90d79aa53f707124cceee19f8af Author: Max msuraev@sysmocom.de Date: Mon Feb 20 17:22:56 2017 +0100
CTRL: add enable/disable packet service cmds
Add commands to enable/disable Packet Service for a given IMSI. Changes are synced to DB and propagated at runtime to SGSN (in case of disable command).
Change-Id: I23163ce8667292443ed61cb15c928357dba4b4be Related: OS#1645
http://cgit.osmocom.org/osmo-hlr/commit/?id=372868baa37010625eb66f3c03677cac...
commit 372868baa37010625eb66f3c03677cac743cec5b Author: Max msuraev@sysmocom.de Date: Thu Mar 2 12:12:00 2017 +0100
Add CTRL interface
* add command to query Packet Services (GPRS etc.) for particular IMSI. * add vty command to configure ctrl bind address * add missing vty copyright notice
Change-Id: Id787ef4aa88473c3bbde6ee25117b1fd99dc8fcb Related: OS#1645
-----------------------------------------------------------------------
Summary of changes: configure.ac | 1 + src/Makefile.am | 4 ++ src/ctrl.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/{hlr.h => ctrl.h} | 14 +++--- src/gsup_server.c | 8 ++-- src/gsup_server.h | 10 ++-- src/hlr.c | 24 +++++++++- src/hlr.h | 4 ++ src/luop.c | 13 ++++++ src/luop.h | 1 + 10 files changed, 188 insertions(+), 15 deletions(-) create mode 100644 src/ctrl.c copy src/{hlr.h => ctrl.h} (78%)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org