osmo-bts.git branch neels/dyn_ts updated. 0.4.0-220-g4d10026

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
Sat Jul 16 22:06:38 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, neels/dyn_ts has been updated
  discards  ed44439df0edf95c8fc7c65e418177c561ae667d (commit)
  discards  9a5b198f98317b30a16d1cc03ed6c189147490cd (commit)
  discards  4392b4fa7d979e0980ea3b785906fcb013582474 (commit)
  discards  db6dec45cad043f6ee64ebef7aa1b481eb465ca6 (commit)
       via  4d10026225c0028b762f525d717ec6b4614ba55b (commit)
       via  1bebcae93c0b1f7438091ba152397ecc3cb47411 (commit)
       via  32470a9c84b6e781a187ece6ff6f0900e102b10b (commit)
       via  d2c996107ce2171f7279f3e232b7d5f9d7984c44 (commit)
       via  e81a541e4f3fd18f427d8723362bb3f6256604ad (commit)
       via  c6c929509a3fc090d498dd96bed95e4c6c5c1dec (commit)
       via  f237accf731dd3e868b826d6c36700783c75fb19 (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 (ed44439df0edf95c8fc7c65e418177c561ae667d)
            \
             N -- N -- N (4d10026225c0028b762f525d717ec6b4614ba55b)

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/osmo-bts/commit/?id=4d10026225c0028b762f525d717ec6b4614ba55b

commit 4d10026225c0028b762f525d717ec6b4614ba55b
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 22:34:51 2016 +0200

    dyn ts wip
    
    Change-Id: I53ad8b2a4be9051f53ff719d1927830eb7ea6621

http://cgit.osmocom.org/osmo-bts/commit/?id=1bebcae93c0b1f7438091ba152397ecc3cb47411

commit 1bebcae93c0b1f7438091ba152397ecc3cb47411
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 15 01:07:30 2016 +0200

    dyn TS: rsl chan activ wip
    
    Change-Id: Ib82b0b2bb5f14b77652fa9d24992be812aee8e85

http://cgit.osmocom.org/osmo-bts/commit/?id=32470a9c84b6e781a187ece6ff6f0900e102b10b

commit 32470a9c84b6e781a187ece6ff6f0900e102b10b
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Jul 15 01:05:13 2016 +0200

    pcu_sock: detect desired PDCH mode of dyn TS
    
    Change-Id: I463bb6b4e57674f091c3badba9257374961c52c7

http://cgit.osmocom.org/osmo-bts/commit/?id=d2c996107ce2171f7279f3e232b7d5f9d7984c44

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

    common/oml: use dyn TS' current pchan mode for lchans config
    
    Change-Id: I8e5787fcede152cce8fa9950ff3c331f6d445289

http://cgit.osmocom.org/osmo-bts/commit/?id=e81a541e4f3fd18f427d8723362bb3f6256604ad

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

    common/l1sap: translate ericsson specific chan_nr to standard
    
    For dyn TS, the BSC will issue RSL Chan Activ requests with a non-standard
    chan_nr. While the rest of the code will understand that, the L1 phy will
    not and needs the standard chan_nr for the requested type instead.
    
    Change-Id: I9875cc04681037b998d9f544fc4a423bb6b44b0c

http://cgit.osmocom.org/osmo-bts/commit/?id=c6c929509a3fc090d498dd96bed95e4c6c5c1dec

commit c6c929509a3fc090d498dd96bed95e4c6c5c1dec
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 22:29:28 2016 +0200

    cosmetic: clarify ip.access mode dyn PDCH naming
    
    We're about to introduce a new kind of dynamic channel, which will also use
    parts of the ip.access mode dyn PDCH code paths. Make sure the general parts
    have general names and mark ip.access specific parts as such.
    
    Rename dyn_pdch_ts_[dis]connected() to cb_ts_[dis]connected().
    Rename dyn_pdch_complete to ipacc_dyn_pdch_complete().
    From cb_ts_[dis]connected(), factor out the current code into static
    functions ipacc_dyn_pdch_[dis]connected() -- this will make sense once the
    new dynamic kind is added to cb_ts_[dis]connected().
    
    Change-Id: I7da5b7cb7b48572671f50e0dec97d9eec3083df1

http://cgit.osmocom.org/osmo-bts/commit/?id=f237accf731dd3e868b826d6c36700783c75fb19

commit f237accf731dd3e868b826d6c36700783c75fb19
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 22:30:14 2016 +0200

    cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()
    
    Change-Id: Ib4036445d09792636bb2f1a8a665b6b28f32e1a0

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

Summary of changes:
 include/osmo-bts/rsl.h        |   6 +-
 src/common/l1sap.c            |   9 +-
 src/common/oml.c              |   2 +-
 src/common/pcu_sock.c         |  10 +-
 src/common/rsl.c              | 215 ++++++++++++++++++++++++++++++++++++------
 src/osmo-bts-litecell15/oml.c |   4 +-
 src/osmo-bts-sysmo/oml.c      |   4 +-
 7 files changed, 207 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list