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 eb6a9c6b884cbd6b7788b0c20bcdebc012405311 (commit) via 6fdce28ce344ce0d606619879ce281e03bbeff39 (commit) from 673872646c38b8ace6535dfb61c111ba9fc301c2 (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=eb6a9c6b884cbd6b7788b0c20bcdeb...
commit eb6a9c6b884cbd6b7788b0c20bcdebc012405311 Author: Sebastian Stumpf sebastian.stumpf87@googlemail.com Date: Sun Feb 26 14:43:01 2017 +0100
VIRT-PHY: Data and traffic req from l23 now use scheduler.
Msgs are not put on virt um directly in the handler like before, but are scheduled. FN they are scheduled with not yet properly calculated.
Also, code was extracted from lactl_sap.c into own files.
http://cgit.osmocom.org/osmocom-bb/commit/?id=6fdce28ce344ce0d606619879ce281...
commit 6fdce28ce344ce0d606619879ce281e03bbeff39 Author: Sebastian Stumpf sebastian.stumpf87@googlemail.com Date: Sun Feb 26 14:37:45 2017 +0100
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
-----------------------------------------------------------------------
Summary of changes: src/host/virt_phy/include/virtphy/l1ctl_sap.h | 2 + src/host/virt_phy/include/virtphy/virtual_um.h | 4 +- src/host/virt_phy/src/Makefile.am | 2 +- src/host/virt_phy/src/gsmtapl1_if.c | 5 ++ src/host/virt_phy/src/l1ctl_sap.c | 66 +---------------- src/host/virt_phy/src/l1ctl_sock.c | 2 +- src/host/virt_phy/src/virt_prim_data.c | 98 ++++++++++++++++++++++++++ src/host/virt_phy/src/virt_prim_traffic.c | 92 ++++++++++++++++++++++++ src/host/virt_phy/src/virtphy.c | 2 +- 9 files changed, 204 insertions(+), 69 deletions(-) create mode 100644 src/host/virt_phy/src/virt_prim_data.c create mode 100644 src/host/virt_phy/src/virt_prim_traffic.c
hooks/post-receive