aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-virtual/l1_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-virtual/l1_if.c b/src/osmo-bts-virtual/l1_if.c
index cb6d483d..e7478a02 100644
--- a/src/osmo-bts-virtual/l1_if.c
+++ b/src/osmo-bts-virtual/l1_if.c
@@ -163,8 +163,7 @@ static void virt_um_rcv_cb(struct virt_um_inst *vui, struct msgb *msg)
goto nomessage;
}
- /* forward primitive, forwarded msg will not be freed */
-#warning "we cannot just pass a l1sap primitive on the stack!!!"
+ /* forward primitive, lsap takes ownership of the msgb. */
l1sap_up(pinst->trx, &l1sap);
DEBUGP(DL1P, "Message forwarded to layer 2.\n");
return;