summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src/gsmtapl1_if.c
diff options
context:
space:
mode:
authorSebastian Stumpf <sebastian.stumpf87@googlemail.com>2017-02-26 14:43:01 +0100
committerHarald Welte <laforge@gnumonks.org>2017-07-12 23:26:26 +0200
commit360de6bead3b1eaa897a55b8d8436c5613b7d100 (patch)
tree219dcbaa6d680907ef75583e43ce256cf9b459e7 /src/host/virt_phy/src/gsmtapl1_if.c
parent2dfe6031177b87eb602e248571e949ac65200f70 (diff)
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. Change-Id: Ibe57abebadf294f1407d82cef3fd0b51e7c1b23e
Diffstat (limited to 'src/host/virt_phy/src/gsmtapl1_if.c')
-rw-r--r--src/host/virt_phy/src/gsmtapl1_if.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/virt_phy/src/gsmtapl1_if.c b/src/host/virt_phy/src/gsmtapl1_if.c
index 3762cdc2..6ab9edc7 100644
--- a/src/host/virt_phy/src/gsmtapl1_if.c
+++ b/src/host/virt_phy/src/gsmtapl1_if.c
@@ -146,6 +146,11 @@ void gsmtapl1_tx_to_virt_um(struct msgb *msg)
}
/**
+ * @see virt_prim_fbsb.c
+ */
+extern void prim_fbsb_sync(struct msgb *msg);
+
+/**
* Receive a gsmtap message from the virt um.
*/
void gsmtapl1_rx_from_virt_um_inst_cb(struct virt_um_inst *vui,