aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-28 13:11:07 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-28 13:11:07 +0000
commit02b0e093a1b3433c62294457c7920bcd2da59de6 (patch)
tree7918595e7b0c4fd38047de3ed16d5de5b41bfd69 /include
parent3cc4bf517f4eb7f5ab0dd9e02cf7a7bc3106e1ff (diff)
make sure all channels in one BTS use the same TSC (training sequence code)
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 11791529a..b4ea22708 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -14,6 +14,7 @@
#define TS_MAX_LCHAN 8
#define HARDCODED_ARFCN 123
+#define HARDCODED_TSC 7
enum gsm_hooks {
GSM_HOOK_NM_SWLOAD,
@@ -272,6 +273,8 @@ struct gsm_bts {
u_int8_t nr;
/* location area code of this BTS */
u_int8_t location_area_code;
+ /* Training Sequence Code */
+ u_int8_t tsc;
/* type of BTS */
enum gsm_bts_type type;
/* how do we talk OML with this TRX? */