openbsc.git branch neels/dyn_ts updated. 0.15.0-357-gb5ad440

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
Tue Jul 19 13:32:59 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_ts has been updated
  discards  0e55abe6f1af0b5fb5af23f5ed02d7bab65760b0 (commit)
  discards  73f6936947296d6ce6a149b63b31539ccf3f8a83 (commit)
  discards  391c413ce42291cfc440c76b06e5b6832626c0ce (commit)
  discards  e29014116a820b56500f8dc9cce01223cb9d1d25 (commit)
  discards  abf6781026d8ce9090719ce79181292c438d556a (commit)
  discards  a3a99b509573822be5eca856e269abace360a889 (commit)
       via  b5ad4405b4005947332cc9e4ecf5938fb27e764f (commit)
       via  03d01d18bc744ba89b5acc1db891005b3a4a4733 (commit)
       via  1efa67a6afd1f19a4f62e9e42db8700521d48ec2 (commit)
       via  a6c8ab27246cc2b7cdf7104b321727bff2b6e3a9 (commit)
       via  ee4f05c056ab67c963cc02d7c4be2de8f14d3683 (commit)
       via  721205f0707759299b841608e356ee9249254c39 (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 (0e55abe6f1af0b5fb5af23f5ed02d7bab65760b0)
            \
             N -- N -- N (b5ad4405b4005947332cc9e4ecf5938fb27e764f)

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

commit b5ad4405b4005947332cc9e4ecf5938fb27e764f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jun 14 01:32:46 2016 +0200

    debug log: log all lchan_alloc steps
    
    Change-Id: Ib2d11744d92dc06205fb1573815e11efd84842b0

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

commit 03d01d18bc744ba89b5acc1db891005b3a4a4733
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 15 01:18:57 2016 +0200

    dyn TS: switchover wip
    
    Change-Id: Iea4dfa6166520f9036a5d6bbb7962580746f4c5b

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

commit 1efa67a6afd1f19a4f62e9e42db8700521d48ec2
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 14 03:10:40 2016 +0200

    dyn TS: Abis RSL: on chan rel, switch dyn TS back to PDCH
    
    Add function ts_subslots(), for the check whether all TCH/H are released in
    abis_rsl.c; subslots_per_pchan[] is static in chan_alloc.c, and the function
    adds some dyn TS logic.
    
    Change-Id: I3974f5cc3ac8a3e2ad53db11b9e4180aa4c16c0a

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

commit a6c8ab27246cc2b7cdf7104b321727bff2b6e3a9
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 14 03:09:56 2016 +0200

    dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_*
    
    Change-Id: I7ce754a48c7f492e921a4450745383bb8dd7225c

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

commit ee4f05c056ab67c963cc02d7c4be2de8f14d3683
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 23:59:32 2016 +0200

    common: add gsm_ts_and_pchan_name() for dyn ts logging convenience
    
    Change-Id: I9b6be77c9e5fb9dffa2021a2da72293af15a03a0

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

commit 721205f0707759299b841608e356ee9249254c39
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Jul 18 23:43:44 2016 +0200

    gsm_data_shared.h/c: decouple gsm_lchan2chan_nr() from ts->pchan
    
    For dynamic TS, the pchan to RSL De-/Activate with is not trivial. So in
    order to pass the desired pchan, introduce gsm_lchan_as_pchan2chan_nr().
    
    To avoid code dup, this requires decoupling the gsm_ts2chan_nr() pchan from the
    actual ts struct, so also refactor gsm_ts2chan_nr() to gsm_pchan2chan_nr() with
    explicit pchan, ts_nr and lchan_nr arguments.
    
    Change-Id: I1a40e8452fe8120d350a27973e56be0b8c8c517f

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

Summary of changes:
 openbsc/src/libbsc/abis_rsl.c           | 23 +++++++++++++++--------
 openbsc/src/libcommon/gsm_data_shared.c |  6 ++++++
 2 files changed, 21 insertions(+), 8 deletions(-)


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



More information about the osmocom-commitlog mailing list