osmocom-bb.git branch stumpf/virt-phy updated. osmocon_v0.0.0-1773-ge51e7a10

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 Feb 27 17:16:56 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  e51e7a1076d485f9aa3d6095a0ec34269a49781a (commit)
       via  c78288904cd70dd7c5f1ee6888e1f7bb75b61197 (commit)
      from  eb6a9c6b884cbd6b7788b0c20bcdebc012405311 (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=e51e7a1076d485f9aa3d6095a0ec34269a49781a

commit e51e7a1076d485f9aa3d6095a0ec34269a49781a
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Mon Feb 27 18:16:44 2017 +0100

    VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.
    
    Proper calculation of the scheduled frame number and appending the jobs
    with that fn to the scheduler. Thus uplink msgs are scheduled at the
    (approx.) correct fn and with this fn set in the gsmtap hdr.

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

commit c78288904cd70dd7c5f1ee6888e1f7bb75b61197
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Mon Feb 27 15:13:26 2017 +0100

    VIRT-PHY: Fixed error causing send msgs to be received on same sock.
    
    This could be disabled setting socket option IP_MULTICAST_ALL = 0.

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

Summary of changes:
 src/host/virt_phy/.gitignore                      |   3 +-
 src/host/virt_phy/include/virtphy/gsmtapl1_if.h   |   4 +-
 src/host/virt_phy/include/virtphy/l1ctl_sap.h     |   4 +
 src/host/virt_phy/include/virtphy/virt_l1_sched.h |   2 +-
 src/host/virt_phy/src/gsmtapl1_if.c               |   7 +-
 src/host/virt_phy/src/l1ctl_sap.c                 | 348 ++++++++++++++++++++++
 src/host/virt_phy/src/shared/osmo_mcast_sock.c    |  10 +-
 src/host/virt_phy/src/virt_l1_sched_simple.c      |   2 +-
 src/host/virt_phy/src/virt_prim_data.c            |  30 +-
 src/host/virt_phy/src/virt_prim_rach.c            |   8 +-
 src/host/virt_phy/src/virt_prim_traffic.c         |  13 +-
 11 files changed, 394 insertions(+), 37 deletions(-)


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



More information about the osmocom-commitlog mailing list