From 135a648ad7545d7d0603256a7b7825dc4e495e10 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 30 May 2011 12:09:13 +0200 Subject: Introduce per-ts TSC This allows us to configure a TSC for each timeslot, not just one globally for the entire BTS. --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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 */ -- cgit v1.2.3