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 7507aef92b75c86b6ecc11b2a7bbbc378a8dea51 (commit)
from 93ffbd0029d1200dfa51a0e68b4c11743f1cc0e8 (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=7507aef92b75c86b6ecc11b2a7bbbc37…
commit 7507aef92b75c86b6ecc11b2a7bbbc378a8dea51
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 10 13:59:14 2017 +0200
Make BTS type and variant converters shareable
* move value_string definition and corresponding functions for BTS type
to shared header to make it re-usable by OsmoBTS
* use consistent function naming
* add similar functions for BTS variant
* add enum to be used by OML Attribute Reporting to distinguish between
type, variant and other info
Change-Id: Ida94725a6fce968443541e3526f48f13758031fd
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 14 ++++++++
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libcommon/gsm_data.c | 20 -----------
openbsc/src/libcommon/gsm_data_shared.c | 55 +++++++++++++++++++++++++++++++
4 files changed, 70 insertions(+), 21 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)