aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 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? */