aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data_shared.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-11-21 21:34:11 +0100
committerMax <msuraev@sysmocom.de>2018-11-22 10:54:37 +0000
commitecfb83d3cc1199bf07e5a97e758b060f1d1beb74 (patch)
tree13ee94edac3cdaa8d2d7c49119805ad161275f55 /include/osmo-bts/gsm_data_shared.h
parentfaf501e432e7884b084f430e07c5a49abdb85601 (diff)
Drop unused function
Diffstat (limited to 'include/osmo-bts/gsm_data_shared.h')
-rw-r--r--include/osmo-bts/gsm_data_shared.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 61cf81f6..56ab5b19 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -818,9 +818,6 @@ void *
gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,
const struct abis_om_obj_inst *obj_inst);
-/* reset the state of all MO in the BTS */
-void gsm_bts_mo_reset(struct gsm_bts *bts);
-
uint8_t gsm_pchan2chan_nr(enum gsm_phys_chan_config pchan,
uint8_t ts_nr, uint8_t lchan_nr);
uint8_t gsm_lchan2chan_nr(const struct gsm_lchan *lchan);