openbsc.git branch neels/dyn_ts updated. 0.15.0-344-g75e649e

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 23:31:43 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  0d98671850510a710fecc42c8d77332586e3f558 (commit)
  discards  f2019dd77c7ba36e4a8580e4b2588ef06985441e (commit)
  discards  c8f92217a21937b326b35dec37606c1ef1bbfc72 (commit)
  discards  072fca24b34c7c4a84706f11ec656f30a786b35c (commit)
       via  75e649e4cc2c787ed998aedc0dfcecaa1ce38194 (commit)
       via  6a0fe552cced62272c54f32be636e35a8605b5d0 (commit)
       via  5ff14de84bd7455fae1bad5d41f28242f455d3f7 (commit)
       via  6d10d5888efd3013fb5024d1ea660a1e3469c981 (commit)
       via  c3a6ed94bed5d963a35e70a959646416fe8894b4 (commit)
       via  0601c1c2149e2059a381a9ffd93abcd040e4d91a (commit)
       via  bcd9e9ff9a12abc9d39bdd7bf4e584b2d23b7bbb (commit)
       via  c03569ac213b381ca3e767587ffb4e8466bb5190 (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 (0d98671850510a710fecc42c8d77332586e3f558)
            \
             N -- N -- N (75e649e4cc2c787ed998aedc0dfcecaa1ce38194)

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=75e649e4cc2c787ed998aedc0dfcecaa1ce38194

commit 75e649e4cc2c787ed998aedc0dfcecaa1ce38194
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=6a0fe552cced62272c54f32be636e35a8605b5d0

commit 6a0fe552cced62272c54f32be636e35a8605b5d0
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=5ff14de84bd7455fae1bad5d41f28242f455d3f7

commit 5ff14de84bd7455fae1bad5d41f28242f455d3f7
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 15 01:27:42 2016 +0200

    dyn TS: gsm_ts2chan_nr: use ericsson PDCH cbits for TCH/F_TCH/H_PDCH in PDCH mode
    
    Change-Id: I0ebda05ec3d16df28ca5c861a7c3f57dc4af9df7

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

commit 6d10d5888efd3013fb5024d1ea660a1e3469c981
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=c3a6ed94bed5d963a35e70a959646416fe8894b4

commit c3a6ed94bed5d963a35e70a959646416fe8894b4
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

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

commit 0601c1c2149e2059a381a9ffd93abcd040e4d91a
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 dyn PDCH channels by their name instead of merely saying "dyn PDCH".
    
    Change-Id: I51fa8c2ebba507299e55a5cb7e67e48a6c8471f7

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

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

    cosmetic: act lchan type: use constant instead of 0x00
    
    Change-Id: Idc8afc4e52e189f474077899eef896381ce238f7

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

commit c03569ac213b381ca3e767587ffb4e8466bb5190
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 14 16:16:33 2016 +0200

    cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instances
    
    Change-Id: I9ce71fd7dde42ad7d20f806ac70c150d11450efa

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

Summary of changes:
 openbsc/src/libbsc/abis_nm.c            |   4 +-
 openbsc/src/libbsc/abis_rsl.c           | 221 +++++++++++++++++++++++++++-----
 openbsc/src/libcommon/gsm_data_shared.c |  15 ++-
 3 files changed, 206 insertions(+), 34 deletions(-)


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



More information about the osmocom-commitlog mailing list