aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-30 12:09:13 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-03 14:03:27 +0200
commit135a648ad7545d7d0603256a7b7825dc4e495e10 (patch)
treea9655415d52c4f91199b120210c1d5fe207e9ae0 /openbsc/include
parentd64c0bca17d412a5d0aaea705ec799728d045932 (diff)
Introduce per-ts TSC
This allows us to configure a TSC for each timeslot, not just one globally for the entire BTS.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 3a6f95f1d..ea4240d67 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -195,6 +195,7 @@ struct gsm_bts_trx_ts {
struct gsm_abis_mo mo;
struct tlv_parsed nm_attr;
uint8_t nm_chan_comb;
+ int tsc; /* -1 == use BTS TSC */
struct {
/* Parameters below are configured by VTY */