openbsc.git branch master updated. 0.15.0-390-g76a0ad7

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
Sat Aug 27 01:24:04 UTC 2016


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  76a0ad7fe93fce9bea56be5610b3bffbb8822887 (commit)
       via  5486025b182ae595d0ede7d32d0ce0db11748e19 (commit)
       via  3673380cdbefe74ae5ea5b4c05ebd9edcc023844 (commit)
      from  723f7c7db3b0fc494f15fa20cab775f596b18cb1 (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=76a0ad7fe93fce9bea56be5610b3bffbb8822887

commit 76a0ad7fe93fce9bea56be5610b3bffbb8822887
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 29 18:12:06 2016 +0200

    move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
    
    Change-Id: I8ba06d7dd6e0ceab3d8d18bb565354d6ed461f7e

http://cgit.osmocom.org/openbsc/commit/?id=5486025b182ae595d0ede7d32d0ce0db11748e19

commit 5486025b182ae595d0ede7d32d0ce0db11748e19
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 29 18:13:38 2016 +0200

    chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
    
    The array will move to gsm_data_shared.c; to prepare, use the function
    instead.
    
    Change-Id: Icbea7dbd78abf6144e5291f531a97f96507d8cbf

http://cgit.osmocom.org/openbsc/commit/?id=3673380cdbefe74ae5ea5b4c05ebd9edcc023844

commit 3673380cdbefe74ae5ea5b4c05ebd9edcc023844
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 29 18:10:59 2016 +0200

    dyn TS: bts_chan_load: use correct nr of subslots for dyn ts
    
    For TCH/F_TCH/H_PDCH dynamic timeslots, the ts->pchan does not lead to a
    meaningful value from the subslots_per_pchan[] array. Use the ts_subslots()
    function instead, which checks for dyn pchan.
    
    Change-Id: I659acebca82dfb3e305433471be64e9d27439af8

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

Summary of changes:
 openbsc/include/openbsc/chan_alloc.h      |  2 --
 openbsc/include/openbsc/gsm_data_shared.h |  2 ++
 openbsc/src/libbsc/chan_alloc.c           | 33 +++++--------------------------
 openbsc/src/libcommon/gsm_data_shared.c   | 25 +++++++++++++++++++++++
 4 files changed, 32 insertions(+), 30 deletions(-)


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



More information about the osmocom-commitlog mailing list