From 78f2f508e6d4560ccf52e2cd0a7d4b779aa34c2a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 23 May 2009 16:56:52 +0000 Subject: Add user-configurable BSIC setting --- include/openbsc/gsm_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/openbsc') diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h index 071b1c6ec..2c0526014 100644 --- a/include/openbsc/gsm_data.h +++ b/include/openbsc/gsm_data.h @@ -15,6 +15,7 @@ #define HARDCODED_ARFCN 123 #define HARDCODED_TSC 7 +#define HARDCODED_BSIC 0x3f /* NCC = 7 / BCC = 7 */ enum gsm_hooks { GSM_HOOK_NM_SWLOAD, @@ -274,6 +275,8 @@ struct gsm_bts { u_int8_t location_area_code; /* Training Sequence Code */ u_int8_t tsc; + /* Base Station Identification Code (BSIC) */ + u_int8_t bsic; /* type of BTS */ enum gsm_bts_type type; /* how do we talk OML with this TRX? */ -- cgit v1.2.3