From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 19 Jan 2014 16:34:40 GMT
Message-ID: <201401191634.s0JGYei4083767@git.osmocom.org>
Subject: openbsc.git branch master updated. 0.13.0-278-g94bc1e0
Message: 5

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  94bc1e0b5e667ab624e1297ccf5343966ed25f64 (commit)
       via  1fe241294960e91057d215ff8260f1047e8a7cd0 (commit)
       via  903aaea6689cc08c0e33fb05659c808a5e5f754f (commit)
      from  cd4e74df95e0bbb18a46062d028f7e726f8916d4 (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=94bc1e0b5e667ab624e1297ccf5343966ed25f64

commit 94bc1e0b5e667ab624e1297ccf5343966ed25f64
Author: Harald Welte <laforge@gnumonks.org>
Date:   Sun Jan 19 17:19:10 2014 +0100

    Fix more hidden TSC bugs for Ericsson BTS
    
    It seems that also the Ericsson RBS2000 code was assuming that
    we always use the bts-global TSC, rather than the possibly different
    TS-specific TSC.

http://cgit.osmocom.org/openbsc/commit/?id=1fe241294960e91057d215ff8260f1047e8a7cd0

commit 1fe241294960e91057d215ff8260f1047e8a7cd0
Author: Harald Welte <laforge@gnumonks.org>
Date:   Sun Jan 19 17:18:21 2014 +0100

    TSC: Add new gsm_ts_tsc() function to resolve TSC of TS
    
    We don't want every caller to check for ts->tsc == -1 and then
    using ts->trx->bts->tsc instead.  Rather, introduce a new inline
    function to retrieve the correct value.

http://cgit.osmocom.org/openbsc/commit/?id=903aaea6689cc08c0e33fb05659c808a5e5f754f

commit 903aaea6689cc08c0e33fb05659c808a5e5f754f
Author: Harald Welte <laforge@gnumonks.org>
Date:   Sun Jan 19 17:10:50 2014 +0100

    Do not expect all BTSs support TSC != BCC
    
    We introduce a new feature indicating if the given BTS model
    supports a TSC that is different from the BCC (lower 3 bits of BSIC).

-----------------------------------------------------------------------

Summary of changes:
 openbsc/include/openbsc/gsm_data_shared.h |  8 ++++++++
 openbsc/src/libbsc/abis_nm.c              |  5 +----
 openbsc/src/libbsc/abis_om2000.c          |  6 +++---
 openbsc/src/libbsc/bsc_vty.c              | 26 +++++++++++++++++++++++---
 openbsc/src/libbsc/bts_ericsson_rbs2000.c |  1 +
 openbsc/src/libbsc/bts_ipaccess_nanobts.c |  1 +
 openbsc/src/libbsc/bts_nokia_site.c       |  1 +
 openbsc/src/libbsc/bts_siemens_bs11.c     |  1 +
 openbsc/src/libbsc/bts_sysmobts.c         |  1 +
 openbsc/src/libbsc/gsm_04_08_utils.c      | 10 ++--------
 10 files changed, 42 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)


