osmo-bts.git branch master updated. 0.4.0-263-g8a14861

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
Tue Aug 30 12:38:20 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, master has been updated
       via  8a148613b4c93f5a25dd2a2d9929de75882adbc5 (commit)
      from  4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)

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=8a148613b4c93f5a25dd2a2d9929de75882adbc5

commit 8a148613b4c93f5a25dd2a2d9929de75882adbc5
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Aug 23 15:19:57 2016 +0200

    Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0be
    
    Commit "sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCH"
    introduced a check for TCH/F_PDCH intended only for TCH/F_TCH/H_PDCH. It looked
    correct, but TCH/F_PDCH startup was designed differently:
    
    For TCH/F_PDCH, the idea was to look it up in pchan_to_logChComb[] and obtain
    the TCH/F channel combination, so that TCH/F_PDCH first initialize as TCH/F.
    So pchan was in fact intended to be passed as TCH/F_PDCH.
    
    For Osmocom TCH/F_TCH/H_PDCH, we've in the meantime added a ts_opstart()
    function that makes this decision explicitly. So, instead of reverting the
    erratic commit, add TCH/F_PDCH to ts_opstart(), for both sysmo and lc15.
    
    In ts_opstart(), move to a switch statement to resolve the actual pchan to use
    for ts_connect_as().
    
    Drop TCH/F_PDCH and TCH/F_TCH/H_PDCH from pchan_to_logChComb[] and comment.
    
    Change-Id: I376b92a06f4cbe943c1c913dea7487fac53a7d08

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

Summary of changes:
 src/osmo-bts-litecell15/oml.c | 27 +++++++++++++++++++--------
 src/osmo-bts-sysmo/oml.c      | 27 +++++++++++++++++++--------
 2 files changed, 38 insertions(+), 16 deletions(-)


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



More information about the osmocom-commitlog mailing list