aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-28 12:11:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-28 12:11:51 +0200
commitc5e01c8bd463e42ea3bbe4142941f43c548f14c7 (patch)
tree9290d3d187db52679152da51d06b437b3542aae0 /include
parentd04d43098dd9017517e149016d3bcbcf4906c50c (diff)
implement RSL DEACTIVATE SACCH
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h
index 81b30e94..e7a0d040 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -29,5 +29,6 @@ int bts_model_chg_adm_state(struct gsm_bts *bts, struct gsm_abis_mo *mo,
int bts_model_rsl_chan_act(struct gsm_lchan *lchan, struct tlv_parsed *tp);
int bts_model_rsl_chan_rel(struct gsm_lchan *lchan);
+int bts_model_rsl_deact_sacch(struct gsm_lchan *lchan);
#endif