aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-12 21:15:19 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-16 16:25:52 +0100
commite9f12acbeb5a369282719f8e0deecc88034a5488 (patch)
treee5c33c49d4a057aa294ae0f66817451eb522ae4a /include
parent7d6860b114e5d7b6f7a6b9e78e5cd879940c89f3 (diff)
LAPDm: Use T200 settings from OML rather than libosmocore defaults
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/oml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index d3dda710..6b6735cf 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -38,4 +38,8 @@ int oml_fom_ack_nack(struct msgb *old_msg, uint8_t cause);
int oml_mo_fom_ack_nack(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 uint8_t oml_default_t200_ms[7];
+
#endif // _OML_H */