openbsc.git branch master updated. 0.15.0-861-g2a55e0917

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Aug 14 12:04:17 UTC 2017


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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  2a55e0917d230505152b3da636a1da9a36d7fbe4 (commit)
       via  91dd2a62bee77b56a953e0edc55c5441aa3b5d84 (commit)
      from  06bd94b8f5601fddb4842e9a6a685b21f6a6d7e2 (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=2a55e0917d230505152b3da636a1da9a36d7fbe4

commit 2a55e0917d230505152b3da636a1da9a36d7fbe4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Aug 1 18:35:49 2017 +0200

    Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH
    
    When converting from GSM_PCHAN_PDCH, we should generate
    a RSL channel number IE with the osmocom extension
    RSL_CHAN_OSMO_PDCH rather than claiming it is a regular
    TCH/F channel.
    
    This is important as this function is used by
    osmo-bts, too - and it decides which channel number IE is
    put in the GSMTAP header for both GSMTAP tracing as well
    as the GSMTAP based osmo-bts-virtual.
    
    In order to avoid any unintended effect on libbsc,
    we make sure to modify rsl_ipacc_pdch_activate() to
    always use GSM_PCHAN_TCH_F in related RSL message.
    
    Change-Id: Ie34219e64a6d89da4a79f2db8ec73d1909fb8280

http://cgit.osmocom.org/openbsc/commit/?id=91dd2a62bee77b56a953e0edc55c5441aa3b5d84

commit 91dd2a62bee77b56a953e0edc55c5441aa3b5d84
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Aug 1 19:08:21 2017 +0200

    SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE
    
    In the PDP Context Create from SGSN to GGSN, we include information
    about the RAN type (GERAN/UTRAN) and the Cell of the MS. This was
    all hard-coded to GERAN, and wasn't updated when we added UTRAN
    support to the SGSN.
    
    Change-Id: I6c79e42c5e08b28fe8182555302a5505fbbaa313

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

Summary of changes:
 openbsc/src/gprs/sgsn_libgtp.c          | 18 ++++++++++++++----
 openbsc/src/libbsc/abis_rsl.c           |  2 +-
 openbsc/src/libcommon/gsm_data_shared.c |  5 ++++-
 3 files changed, 19 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list