aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_tch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-octphy/l1_tch.c')
-rw-r--r--src/osmo-bts-octphy/l1_tch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-octphy/l1_tch.c b/src/osmo-bts-octphy/l1_tch.c
index df0469dd..bffa1e95 100644
--- a/src/osmo-bts-octphy/l1_tch.c
+++ b/src/osmo-bts-octphy/l1_tch.c
@@ -151,7 +151,7 @@ int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr,
rmsg = msgb_alloc_headroom(256, 128, "L1P-to-RTP");
return add_l1sap_header(trx, rmsg, lchan, chan_nr,
data_ind->Data.ulFrameNumber,
- ber10k, lqual_cb);
+ ber10k, lqual_cb, 0, 0, 0);
}
payload_len = data_ind->Data.ulDataLength;
@@ -210,7 +210,7 @@ int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr,
if (rmsg)
return add_l1sap_header(trx, rmsg, lchan, chan_nr,
data_ind->Data.ulFrameNumber,
- ber10k, lqual_cb);
+ ber10k, lqual_cb, 0, 0, 0);
return 0;