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 f9685c14615bbb7b3d1002f9453dd59411b386c7 (commit)
from 689e7e556220a56353bc914312946a514f524b58 (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=f9685c14615bbb7b3d1002f9453dd594…
commit f9685c14615bbb7b3d1002f9453dd59411b386c7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 23 12:01:07 2017 +0100
gsm_bts: add version and variant details
* add version string to gsm_bts
* add PCU version string to gsm_bts
* rename GSM_BTS_TYPE_OSMO_SYSMO -> GSM_BTS_OSMOBTS to avoid confusion
between BTS model and variant
* add variant enum to gsm_bts_model using enum with variants for each
hw vendor of OsmoBTS
* show connected PCU version (if available) in vty via 'show bts'
This will come in handy when logging details regarding particular BTS
reported via OML, see:
Related: OS#1614
Change-Id: I6710d53115f34634a7b70969cc05fd5c72ff8ab2
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 4 ++--
openbsc/include/openbsc/gsm_data_shared.h | 19 ++++++++++++++++++-
openbsc/src/libbsc/abis_nm.c | 4 ++--
openbsc/src/libbsc/bsc_vty.c | 5 ++++-
openbsc/src/libbsc/bts_sysmobts.c | 2 +-
openbsc/src/libbsc/e1_config.c | 2 +-
openbsc/src/libbsc/system_information.c | 8 ++++----
openbsc/src/libcommon/gsm_data.c | 6 +++---
openbsc/src/libmsc/gsm_04_08.c | 6 +++---
9 files changed, 38 insertions(+), 18 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)