openbsc.git branch neels/dyn_ts updated. 0.15.0-340-g09fd452

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
Thu Jul 14 13:15:05 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  768dc6ebee995e9e1d276a4b8295a634c1755751 (commit)
  discards  05ec936b6e135941bd7b013a7e86356af8b23b46 (commit)
  discards  ba4a8572cc20428fc9b699fbe8a48eaa3a62901f (commit)
  discards  8d8a9b97a4cb49d17478703aad45cfaa73e4efb6 (commit)
  discards  6d040b36e31c0e28d5bd39d969d132c2cc917a51 (commit)
       via  09fd45247b4cddcc4e10d66b0c8969d7931bbf9f (commit)
       via  f86f22f438f88b4de7ca368addbc93279704bf4f (commit)
       via  f5292a55b93658402cf24ccdb42e325347a8c597 (commit)
       via  072fca24b34c7c4a84706f11ec656f30a786b35c (commit)
       via  c0ab0c8b5a693114dafd14cedd6717a5b0440b6a (commit)
       via  9759374adbb632ff5f8a4b739e0f62a9c9017622 (commit)
       via  a3d93ed2f9c114634b749c1304039e709a21a270 (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 (768dc6ebee995e9e1d276a4b8295a634c1755751)
            \
             N -- N -- N (09fd45247b4cddcc4e10d66b0c8969d7931bbf9f)

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=09fd45247b4cddcc4e10d66b0c8969d7931bbf9f

commit 09fd45247b4cddcc4e10d66b0c8969d7931bbf9f
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=f86f22f438f88b4de7ca368addbc93279704bf4f

commit f86f22f438f88b4de7ca368addbc93279704bf4f
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=f5292a55b93658402cf24ccdb42e325347a8c597

commit f5292a55b93658402cf24ccdb42e325347a8c597
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 14 03:01:24 2016 +0200

    dyn TS: enhance channel allocator for dynamic TS
    
    Add GSM_PCHAN_DYN, also in gsm_pchant_names and gsm_pchant_descs, so the VTY
    can now handle the new pchan type without further adjustments.
    
    Add state fields osmo_bts_trx_ts->dyn_pchan.is and .want to record dynamic
    timeslot state. Initialize in gsm_bts_trx_alloc().
    
    Change _lc_find_bts() to _lc_dyn_find_bts() with added dyn_as_pchan arg to
    pass exactly as which pchan we'd like to allocate on a dynamic TS. Add
    _lc_find_bts() as wrapper so non-dynamic-TS callers remain unchanged.
    
    Also add dyn_as_pchan arg to _lc_find_trx() (not renaming to dyn and wrapping
    because there is only one caller).
    
    Implement dynamic allocator logic in _lc_find_trx() and lchan_alloc().
    
    This is incomplete in that a returned dynamic channel needs to be switched to
    the proper mode, which will follow in another commit.
    
    Drop a fixme comment from subslots_per_pchan[].
    
    Change-Id: I18da7679300c43220d9baa6a304e8df74d366249

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

commit 072fca24b34c7c4a84706f11ec656f30a786b35c
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 14 02:51:13 2016 +0200

    comments: clarify ip.access style dyn PDCH
    
    A new type of dynamic channel will be introduced soon, so call the ip.access
    compat mode dynamic channels by their name instead of merely saying "dyn PDCH".
    
    Change-Id: I51fa8c2ebba507299e55a5cb7e67e48a6c8471f7

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

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

    lchan_free(): drop obsolete fixme comment
    
    Change-Id: Ib84b58f17f195d89c81d1ce08dc7ee0edb1c0138

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

Summary of changes:
 contrib/jenkins.sh | 98 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 54 insertions(+), 44 deletions(-)


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



More information about the osmocom-commitlog mailing list