aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-06-02 22:00:25 +0200
committerlaforge <laforge@gnumonks.org>2019-06-13 15:38:01 +0000
commit46d62b984a10b3966d8a0d0a435d4efab0e9c500 (patch)
treead5f976b7463510c7a426db203435442c4d3627e /include/osmo-bts
parent1ff0a2addd04de5bfe1601e84b013c65e500faf0 (diff)
lapdm: Use new libosmocore API to ensure per-channel-type N200 values
By using new libosmocore LAPDm API we can specify the GSM channel type and hence enable the LAPDm code to use a per-channel-type specific N200 value. At the same time, this new API also allows us to specify T200 values when initializing the LAPDm channel, so we don't have to fiddle with low-level lapdm data structures in what used to be oml_set_lchan_t200(). Change-Id: I0e814fbae13e0feddd148c47255dcc38cb718f48 Depends: libosmocore I90fdc4dd4720d4e02213197c894eb0a55a39158c Closes: OS#4037
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/oml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index 14da70e0..b92a9745 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -40,8 +40,6 @@ int oml_fom_ack_nack(struct msgb *old_msg, uint8_t cause);
int oml_mo_fom_ack_nack(const struct gsm_abis_mo *mo, uint8_t orig_msg_type,
uint8_t cause);
-/* Configure LAPDm T200 timers for this lchan according to OML */
-int oml_set_lchan_t200(struct gsm_lchan *lchan);
extern const unsigned int oml_default_t200_ms[7];
/* Transmit failure event report */