aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-29 18:12:06 +0200
committerHarald Welte <laforge@gnumonks.org>2016-08-27 01:23:49 +0000
commit76a0ad7fe93fce9bea56be5610b3bffbb8822887 (patch)
tree5ec7ba1e026373d653ddfbb9135cf717b874ce64 /openbsc/include/openbsc/gsm_data_shared.h
parent5486025b182ae595d0ede7d32d0ce0db11748e19 (diff)
move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 953bac62e..ce2e9b713 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -853,4 +853,6 @@ static inline uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts)
struct gsm_lchan *rsl_lchan_lookup(struct gsm_bts_trx *trx, uint8_t chan_nr,
int *rc);
+uint8_t ts_subslots(struct gsm_bts_trx_ts *ts);
+
#endif