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

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:32:54 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  09fd45247b4cddcc4e10d66b0c8969d7931bbf9f (commit)
  discards  f86f22f438f88b4de7ca368addbc93279704bf4f (commit)
  discards  f5292a55b93658402cf24ccdb42e325347a8c597 (commit)
       via  0d98671850510a710fecc42c8d77332586e3f558 (commit)
       via  f2019dd77c7ba36e4a8580e4b2588ef06985441e (commit)
       via  c8f92217a21937b326b35dec37606c1ef1bbfc72 (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 (09fd45247b4cddcc4e10d66b0c8969d7931bbf9f)
            \
             N -- N -- N (0d98671850510a710fecc42c8d77332586e3f558)

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=0d98671850510a710fecc42c8d77332586e3f558

commit 0d98671850510a710fecc42c8d77332586e3f558
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=f2019dd77c7ba36e4a8580e4b2588ef06985441e

commit f2019dd77c7ba36e4a8580e4b2588ef06985441e
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=c8f92217a21937b326b35dec37606c1ef1bbfc72

commit c8f92217a21937b326b35dec37606c1ef1bbfc72
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_TCH_F_TCH_H_PDCH, 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

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

Summary of changes:
 openbsc/src/libbsc/abis_rsl.c           |  2 +-
 openbsc/src/libbsc/chan_alloc.c         | 19 ++++++++++++-------
 openbsc/src/libcommon/gsm_data_shared.c |  4 ++--
 3 files changed, 15 insertions(+), 10 deletions(-)


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



More information about the osmocom-commitlog mailing list