aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-09-28 16:25:13 +0200
committerMax <msuraev@sysmocom.de>2016-09-30 16:50:47 +0200
commit7dffd553df0ca48f52d6faca70aa3e9cf2760840 (patch)
treeead12cc877a81d613320fc1f74a5ef319d821f72 /include
parent94fa25295f090cc6190ae7c96df946a3979f05cc (diff)
DTX: move scheduling check inside repeat_last_sid
Note: this also require changes to properly link against libosmocodec - see 2bb65be159dfdabf664fec569b343320301701b0 in libosmocore. Change-Id: I96594cf3aa1013d505bd20069d5bf261d9a2aefb
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/msg_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmo-bts/msg_utils.h b/include/osmo-bts/msg_utils.h
index f03eb438..14c23205 100644
--- a/include/osmo-bts/msg_utils.h
+++ b/include/osmo-bts/msg_utils.h
@@ -6,6 +6,8 @@
#include <osmo-bts/gsm_data.h>
+#include <osmocom/codec/codec.h>
+
#include <stdbool.h>
struct msgb;
@@ -27,7 +29,5 @@ void lchan_set_marker(bool t, struct gsm_lchan *lchan);
void save_last_sid(struct gsm_lchan *lchan, uint8_t *l1_payload, size_t length,
uint32_t fn, bool update);
uint8_t repeat_last_sid(struct gsm_lchan *lchan, uint8_t *dst, uint32_t fn);
-bool dtx_amr_sid_optional(const struct gsm_lchan *lchan, uint32_t fn);
-bool dtx_sched_optional(struct gsm_lchan *lchan, uint32_t fn);
int msg_verify_ipa_structure(struct msgb *msg);
int msg_verify_oml_structure(struct msgb *msg);