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 557c84e9f7d3273734685049f628d65a035265c7 (commit)
via a2bbc5ec0e6481bb5b65da7bdbde03a424437af4 (commit)
via ae2c18c57b5b8d2133a42297fb7ce02a8f332cce (commit)
via 0d21ac8f5a4563e10d887e610a8cffff2a5672b8 (commit)
via 24e3c3e13657210f2ac5f41942da82341ff7b25d (commit)
from 6187e010a8fb6f503ce7bf0ee93530787acfc876 (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=557c84e9f7d3273734685049f628d65a…
commit 557c84e9f7d3273734685049f628d65a035265c7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:50:24 2015 +0100
vty: Print NCC/BCC and not just integer value of BSIC
http://cgit.osmocom.org/openbsc/commit/?id=a2bbc5ec0e6481bb5b65da7bdbde03a4…
commit a2bbc5ec0e6481bb5b65da7bdbde03a424437af4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:43:31 2015 +0100
Fix TSC/BSIC handling bug and remove bts->tsc
This fixes a bug in the following circumstances:
* BSIC is set to 0 in the config file
* No TSC is explicitly specified at the BST level in the config file
In this case, we ended up using BSIC=0 and TSC=7, as TSC=7 is our
default initialization value.
The TSC of the CCCH/BCCH must always be the BCC, which is the lower 3
bits of the BSIC. Having configuration options for both the BSIC _and_
the TSC at the BTS level therefore makes no sense, as it only adds ways
in which users can configure non-oprational configurations. So we
remove the bts->tsc member, and keep only the ts->tsc members that allow
us to configure a timeslot-specific TSC that's different from the BTS
TSC (= BCC).
http://cgit.osmocom.org/openbsc/commit/?id=ae2c18c57b5b8d2133a42297fb7ce02a…
commit ae2c18c57b5b8d2133a42297fb7ce02a8f332cce
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:41:02 2015 +0100
oap and gtphub tests must only be compiled of LIBGTP is present!
http://cgit.osmocom.org/openbsc/commit/?id=0d21ac8f5a4563e10d887e610a8cffff…
commit 0d21ac8f5a4563e10d887e610a8cffff2a5672b8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:40:07 2015 +0100
Depend on libgtp >= 0.92, as previous versions don't have gtpie.h installed
this fixes compilation for people having older gtp libraries installed.
http://cgit.osmocom.org/openbsc/commit/?id=24e3c3e13657210f2ac5f41942da8234…
commit 24e3c3e13657210f2ac5f41942da82341ff7b25d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:28:42 2015 +0100
meas_db.c: fix compiler warnings
s_db.c: In function ‘_insert_ud’:
meas_db.c:65:6: warning: implicit declaration of function ‘rxlev2dbm’
[-Wimplicit-function-declaration]
rxlev2dbm(ud->full.rx_lev)));
^
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/gsm_data_shared.h | 8 +++-----
openbsc/src/ipaccess/ipaccess-config.c | 2 +-
openbsc/src/libbsc/bsc_init.c | 4 ++--
openbsc/src/libbsc/bsc_vty.c | 32 +++++++------------------------
openbsc/src/libcommon/gsm_data.c | 3 +--
openbsc/src/utils/bs11_config.c | 2 +-
openbsc/src/utils/meas_db.c | 1 +
openbsc/tests/Makefile.am | 4 ++--
10 files changed, 20 insertions(+), 40 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)