aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-23 17:59:51 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-23 20:01:02 +0000
commitc03d3ae7af27edc035316f9d21aab5437f934b07 (patch)
tree8c5d9f2629b8a7c7eb766a6a270779973766b0d6 /include
parent5c0d88e69d16426d8e7af5bf4b7866aa33132064 (diff)
DTXu: move copy-pasted code to common part
Abstract code for checking/setting lchan's UL SID flag and RTP Marker into generic function and use it for LC15 and sysmoBTS. Change-Id: Ica5392e92bab29164711163e7b01adb174272883 Related: OS#1750
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/msg_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/msg_utils.h b/include/osmo-bts/msg_utils.h
index 73f8c964..591d1942 100644
--- a/include/osmo-bts/msg_utils.h
+++ b/include/osmo-bts/msg_utils.h
@@ -20,6 +20,7 @@ enum {
OML_MSG_TYPE_OSMO,
};
+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);
bool dtx_sched_optional(struct gsm_lchan *lchan, uint32_t fn);