From 46d62b984a10b3966d8a0d0a435d4efab0e9c500 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 2 Jun 2019 22:00:25 +0200 Subject: 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 --- include/osmo-bts/oml.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/osmo-bts/oml.h') 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 */ -- cgit v1.2.3