openbsc.git branch neels/dyn_fixes updated. 0.15.0-390-gbffa475

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 22 23:27:48 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, neels/dyn_fixes has been updated
  discards  2d0f7bc050d14c68081291162724e8775e42dc2a (commit)
  discards  2f1645fd2a1b3566ffc09c51dd34cfe096cb935b (commit)
  discards  8beb6cc93ac1a766b511f2ffa3353b2b92532d29 (commit)
  discards  78488ff2382be036854a52d6f4abe3380452d185 (commit)
       via  bffa475aca803ec61af17936bcad12768978951e (commit)
       via  e5adc02fed05f3768d34703e014e5f8943b973ce (commit)
       via  9ad7f986ef2702aa57b2cbb52e3582b828fa1163 (commit)
       via  343d499a01b306ddb17918853c3c4439ba035261 (commit)
       via  91dfa86c18a522cf108245d6c6bdc89f0835a533 (commit)
       via  1f6a9ba7e569990e58df1003e7e611691bf95303 (commit)
       via  dbb6392368d4a9b5ba0ade9e2681e1d057011519 (commit)
       via  2a63d01c1e60aef2a82d2c65dcf640386ba7c0d4 (commit)
       via  b6f565c97da5aeef8f5a490ea259379265c76b18 (commit)
       via  2f44693fad8505255293d3ed37dbd4e7cabebd37 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (2d0f7bc050d14c68081291162724e8775e42dc2a)
            \
             N -- N -- N (bffa475aca803ec61af17936bcad12768978951e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=bffa475aca803ec61af17936bcad12768978951e

commit bffa475aca803ec61af17936bcad12768978951e
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Aug 9 21:43:24 2016 +0200

    chan_alloc: log when dyn TS is not picked due to lchan state
    
    Change-Id: I47acacc375b63de68b157f3a73a7e0aed4b31ae7

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

commit e5adc02fed05f3768d34703e014e5f8943b973ce
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=9ad7f986ef2702aa57b2cbb52e3582b828fa1163

commit 9ad7f986ef2702aa57b2cbb52e3582b828fa1163
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=343d499a01b306ddb17918853c3c4439ba035261

commit 343d499a01b306ddb17918853c3c4439ba035261
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:
 contrib/jenkins.sh                      |   5 +-
 openbsc/contrib/bsc_control.py          |  49 ++++++++---
 openbsc/contrib/ctrl2sse.py             | 147 ++++++++++++++++++++++++++++++++
 openbsc/src/libcommon/gsm_data_shared.c |  21 +++--
 4 files changed, 202 insertions(+), 20 deletions(-)
 create mode 100755 openbsc/contrib/ctrl2sse.py


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



More information about the osmocom-commitlog mailing list