aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-09-16 18:38:33 +0200
committerMax <msuraev@sysmocom.de>2016-09-23 14:53:46 +0000
commit80473a113d012321fa1faec24794f0b048cb1a58 (patch)
tree1c017f8f37006f835dbd529cf103f8198b00553d /src/osmo-bts-litecell15/l1_if.h
parent0a05181603ed7c42900f049654de007005de86f3 (diff)
DTX: fix last SID saving
Previously SID was saved explicitly by each BTS model (lc15, sysmo) instead of relying on generic function. Fix it by using generic function and propagating necessary parameters for it. Change-Id: Ie545212cce5ed2b3ea3228597f18a473f5e1deb4 Fixes: OS#1800
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.h')
-rw-r--r--src/osmo-bts-litecell15/l1_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.h b/src/osmo-bts-litecell15/l1_if.h
index 2d136af9..41d69894 100644
--- a/src/osmo-bts-litecell15/l1_if.h
+++ b/src/osmo-bts-litecell15/l1_if.h
@@ -88,7 +88,7 @@ struct gsm_lchan *l1if_hLayer_to_lchan(struct gsm_bts_trx *trx, uint32_t hLayer)
/* tch.c */
void l1if_tch_encode(struct gsm_lchan *lchan, uint8_t *data, uint8_t *len,
- const uint8_t *rtp_pl, unsigned int rtp_pl_len);
+ const uint8_t *rtp_pl, unsigned int rtp_pl_len, uint32_t fn);
int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr, struct msgb *l1p_msg);
int l1if_tch_fill(struct gsm_lchan *lchan, uint8_t *l1_buffer);
struct msgb *gen_empty_tch_msg(struct gsm_lchan *lchan, uint32_t fn);