osmocom-bb.git branch stumpf/virt-phy updated. osmocon_v0.0.0-1776-gaf96a5b9

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 Mar 4 17:25:57 UTC 2017


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 Open Source GSM Base Band stack".

The branch, stumpf/virt-phy has been updated
       via  af96a5b92ff78965a61d8eaf3ec38d84a90396a3 (commit)
       via  6e3996c2647c55430e472ee50eeb50410985de34 (commit)
      from  8237d9edc777046024d0a83776d0393030c708a9 (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/osmocom-bb/commit/?id=af96a5b92ff78965a61d8eaf3ec38d84a90396a3

commit af96a5b92ff78965a61d8eaf3ec38d84a90396a3
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Sat Mar 4 18:17:27 2017 +0100

    VIRT-PHY: Fixed power management and PCS sync.
    
    PCS flag was ignored in fbsb. Power management returned a perfect link
    for all possible arfcns causing the mobile trying to sync to all these
    afterwards. This took too long and PM now only returnes a good link
    quality for arfcns configured as available.
    
    Power management was also extracted to an own file.

http://cgit.osmocom.org/osmocom-bb/commit/?id=6e3996c2647c55430e472ee50eeb50410985de34

commit 6e3996c2647c55430e472ee50eeb50410985de34
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Sat Mar 4 15:42:11 2017 +0100

    VIRT-PHY: Fixed FACCH processing on TCH.
    
    As TCH is not supported in GSMTAP yet, all incoming frames on the
    virt-phy are forwarded as FACCH to the l23 for now.
    
    Cleanup code in virt_prim_data and virt_prim_traffic.

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

Summary of changes:
 src/host/virt_phy/include/virtphy/l1ctl_sap.h |  14 ++-
 src/host/virt_phy/src/Makefile.am             |   2 +-
 src/host/virt_phy/src/gsmtapl1_if.c           | 145 +++++++++++---------------
 src/host/virt_phy/src/l1ctl_sap.c             |  68 +-----------
 src/host/virt_phy/src/logging.c               |   2 +-
 src/host/virt_phy/src/virt_prim_data.c        |  56 +++++++++-
 src/host/virt_phy/src/virt_prim_fbsb.c        |  15 ++-
 src/host/virt_phy/src/virt_prim_pm.c          |  91 ++++++++++++++++
 src/host/virt_phy/src/virt_prim_traffic.c     |  58 ++++++++++-
 9 files changed, 281 insertions(+), 170 deletions(-)
 create mode 100644 src/host/virt_phy/src/virt_prim_pm.c


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list