osmo-bts.git branch neels/dyn_ts updated. 0.4.0-228-g69a0309

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
Mon Jul 25 11:54:14 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  94c64aa1853f8239566428ea75a8dcffde392faa (commit)
  discards  1e85fcfceb364598409ebbc6345e0247f516cb5c (commit)
  discards  26fbbdb9f3a4de145bef9e32e245456d73cf9db6 (commit)
  discards  2fa6bdcebf1bedad825ec9ae944bcaced7a93c62 (commit)
  discards  c0438a9566142f3b7412ae7e0060430de3e62b46 (commit)
  discards  a58834ddb0b3a083ef856f5e792c6bb29f300325 (commit)
  discards  823e45ff9e228830c803a06d6a4b3691bc71bab1 (commit)
       via  69a0309419306e6dae810dd282d7d4f7ec9bb457 (commit)
       via  033fdeb8c505a63ba6c687d69dea84c0fc2976b7 (commit)
       via  e4a149d2ef87255a3f2f06e1b2bcd9bb6cfca4c0 (commit)
       via  506f8d74c4e1dceea91d037f0ce1699bf004cb9b (commit)
       via  b83082e6b1776d6b65a32b6c533614d8c16b00fd (commit)
       via  bf321040132c3015c29210f35177ee1cdc1011fd (commit)
       via  589a05479315d42a84f341522e9d11442cded060 (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 (94c64aa1853f8239566428ea75a8dcffde392faa)
            \
             N -- N -- N (69a0309419306e6dae810dd282d7d4f7ec9bb457)

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=69a0309419306e6dae810dd282d7d4f7ec9bb457

commit 69a0309419306e6dae810dd282d7d4f7ec9bb457
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Jun 21 18:55:01 2016 +0200

    Revert "LC15: Hardware changes:"
    
    This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
    
    Applies only to the litecell15 device we have in the sysmocom office
    due to older firmware.
    
    Change-Id: I0fd3ff100fc977fad5385be2979bc471055a6650

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

commit 033fdeb8c505a63ba6c687d69dea84c0fc2976b7
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Jul 21 18:28:30 2016 +0200

    dyn TS: implement litecell15 specifics
    
    For chan_nr_by_sapi(), add GSM_PCHAN_TCH_F_TCH_H_PDCH to pick_pchan().
    
    Add GSM_PCHAN_TCH_F_TCH_H_PDCH to pchan_to_logChComb[] for first pchan
    initialization.
    
    In ts_connect_as(), make sure that callers pass proper "real world" pchan
    types, i.e. reject the "meta" GSM_PCHAN_TCH_F_TCH_H_PDCH pchan constant.
    
    In ts_opstart(), connect as PCHAN_NONE since we will only know the desired
    pchan when the first RSL chan activ is received.
    
    Add GSM_PCHAN_TCH_F_TCH_H_PDCH to lchan_to_GsmL1_SubCh_t(), by using its
    current "real" pchan mode.
    
    Call cb_ts_[dis]connected() unconditionally, i.e. not only for TCH_F_PDCH when
    a pending flag is set. The cb_ts_[dis]connected() will be a no-op if the pchan
    type is not dynamic.
    
    Change-Id: Ie30323f968da25027045c42a7ae7f1e70ca711ae

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

commit e4a149d2ef87255a3f2f06e1b2bcd9bb6cfca4c0
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 24 15:42:47 2016 +0200

    lc15/oml.c: rename ts_connect() to ts_opstart()
    
    ts_connect() is only called during OPSTART. Name it such because a special
    case for OPSTART will be added there for dyn TS.
    
    Change-Id: Iba6880d94142096a8371b08f7404035912cadbb0

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

commit 506f8d74c4e1dceea91d037f0ce1699bf004cb9b
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 24 15:24:56 2016 +0200

    dyn TS: implement SysmoBTS specifics
    
    For chan_nr_by_sapi(), add GSM_PCHAN_TCH_F_TCH_H_PDCH to pick_pchan().
    
    Add GSM_PCHAN_TCH_F_TCH_H_PDCH to pchan_to_logChComb[] for first pchan
    initialization.
    
    In ts_connect_as(), make sure that callers pass proper "real world" pchan
    types, i.e. reject the "meta" GSM_PCHAN_TCH_F_TCH_H_PDCH pchan constant.
    
    In ts_opstart(), connect as PCHAN_NONE since we will only know the desired
    pchan when the first RSL chan activ is received.
    
    Add GSM_PCHAN_TCH_F_TCH_H_PDCH to lchan_to_GsmL1_SubCh_t(), by using its
    current "real" pchan mode.
    
    Call cb_ts_[dis]connected() unconditionally, i.e. not only for TCH_F_PDCH when
    a pending flag is set. The cb_ts_[dis]connected() will be a no-op if the pchan
    type is not dynamic.
    
    Change-Id: Iaffd2fc0aa9fc6c4a2acbc534ce6384392e0635b

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

commit b83082e6b1776d6b65a32b6c533614d8c16b00fd
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 24 15:16:59 2016 +0200

    sysmo/oml.c: rename ts_connect() to ts_opstart()
    
    ts_connect() is only called during OPSTART. Name it such because a special
    case for OPSTART will be added there for dyn TS.
    
    Change-Id: I09cc81e79661e8084aeebf8132435c207b2cf422

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

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

    dyn TS: common TCH/F_TCH/H_PDCH implementation
    
    common/l1sap: For dyn TS, the BSC will issue RSL Chan Activ requests with a
    non-standard chan_nr. While the rest of the code now understands that, the L1
    phy will not. Translate to standard PDCH (== TCH/F).
    
    common/oml: use dyn TS' current pchan mode for lchans config.
    
    common/pcu_sock: detect desired PDCH mode of dyn TS.
    
    common/rsl: implement reconnection chain of a TS for changing its pchan:
    
    * rsl_rx_chan_activ():
    ** Add dyn_pchan_from_chan_nr() to derive the requested pchan from the RSL
       chan_nr IE.
    ** Notice the need for a pchan change and invoke dyn_ts_l1_reconnect() (s.b.)
    ** Make Chan Mode IE presence optional, because the non-standard PDCH
       activation message is simpler and does not require it.
    ** Do PDCH activation via PCU.
    
    * Add dyn_ts_l1_reconnect(): store state and disconnect the L1 channel;
      then wait for cb_ts_disconnected().
    
    * Add osmo_dyn_ts_disconnected() to cb_ts_disconnected():
      verify state and connect with the new pchan type; then wait for
      cb_ts_connected().
    
    * Add osmo_dyn_ts_connected() to cb_ts_connected(), which re-issues
      the cached chan activation message from before disconnecting the L1 channel.
    
    * Also send an rf chan rel/act ack for dyn TS upon PDCH de/act via PCU.
    
    * Add dyn_ts_pdch_release(): on channel release of a dyn TS in PDCH mode,
      release via the PCU. Call from rsl_rx_rd_chan_rel().
    
    Change-Id: I463bb6b4e57674f091c3badba9257374961c52c7

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

commit 589a05479315d42a84f341522e9d11442cded060
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 23 21:55:34 2016 +0200

    code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts
    
    lchan_lookup in openbsc abis_rsl.c and rsl_lchan_lookup() rsl.c are the
    same code, except for the log context, which is only set in abis_rsl.c.
    The common code was factored out to gsm_data_shared.c in openbsc.git.
    
    Use the *rc return code argument to keep the logging part in the newly
    introduced thin wrapper lchan_lookup() in common/rsl.c. This also removes code
    dup for logging
    
    The rsl_lchan_lookup() implementation is removed from osmo-bts, so a recent
    openbsc is needed to build this.
    
    Change-Id: Ibc469b75e31560271be8633d524366442d27e6fb

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

Summary of changes:
 src/common/rsl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list