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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 4e13a8f9f9d40e5d62c9cee7d76348ef8b558981 (commit)
from b8c204cb929a8455bfa6006a95a958d57274ab08 (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/openbsc/commit/?id=4e13a8f9f9d40e5d62c9cee7d76348ef…
commit 4e13a8f9f9d40e5d62c9cee7d76348ef8b558981
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Jan 31 22:16:00 2015 +0100
bsc/nitb: Allow to set the GPRS mode through the ctrl command
Create a control command to read and modify the gprs mode. Use
the get_string_value to indicate if the value was found or not.
This is useful for the ctrl interface where I didn't want to
replicate "none", "gprs" and "egprs". Share code to
verify that
a BTS supports the mode.
Related: SYS#591
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 3 ++-
openbsc/src/libbsc/bsc_ctrl_commands.c | 44 ++++++++++++++++++++++++++++++++--
openbsc/src/libbsc/bsc_vty.c | 11 ++-------
openbsc/src/libcommon/gsm_data.c | 23 ++++++++++++++++--
openbsc/tests/ctrl_test_runner.py | 19 +++++++++++++++
5 files changed, 86 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)