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 aef68387ae6d78df948a6b2b3a61050c4f192c5e (commit)
via 71d082bec770b9664be5cf59e2723db09a645902 (commit)
from 8254cf75bf818e715201c670c7fb81b9a23dec0b (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=aef68387ae6d78df948a6b2b3a61050c…
commit aef68387ae6d78df948a6b2b3a61050c4f192c5e
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 31 12:15:54 2017 +0200
Add remote BTS feature storage and helpers
In addition to compile-time defined BTS model features we also need
run-time BTS features reported by BTS via OML. This should be shared by
BSC and BTS. To accommodate for this, add following:
* features bitvec to gsm_bts struct
* features descriptions
* comments to avoid confusion between 2 feature sets
* helper functions to set/query particular feature
* upper boundary on number of supported features and assertion for it
Change-Id: I02bd317097ba66585c50ebd4e8fc348f6dc3dad9
Related: OS#1614
http://cgit.osmocom.org/openbsc/commit/?id=71d082bec770b9664be5cf59e2723db0…
commit 71d082bec770b9664be5cf59e2723db09a645902
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 30 15:03:38 2017 +0200
Adjust BTS model feature check
Rename gsm_bts_has_feature() -> gsm_btsmodel_has_feature() and adjust
type signature to match gsm_btsmodel_set_feature() function and avoid
confusion with upcoming functions to check/set BTS features reported
over OML.
Change-Id: I97abdedbef568e0c2fbd37c110f7d658cf20e100
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/gsm_data_shared.h | 22 ++++++++++++++++++++++
openbsc/src/libbsc/bsc_vty.c | 4 ++--
openbsc/src/libcommon/gsm_data.c | 14 ++++++++------
openbsc/src/libcommon/gsm_data_shared.c | 15 +++++++++++++++
5 files changed, 48 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)