Add user-configurable BSIC setting

diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 071b1c6..2c05260 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 @@
 	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? */