aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-04-11 18:23:47 +0200
committerMax <msuraev@sysmocom.de>2017-04-28 08:49:05 +0000
commit6d8e5198ad17e70f27010dbf7c86d25477de90e1 (patch)
tree8441ae23a21eb5c27dbc23280329bb4b978b633a /openbsc/include/openbsc/gsm_data_shared.h
parent6f0e50c8337355eb59033903ede9ab6528890835 (diff)
Add gsm_bts_type_variant to gsm_bts struct
Previously it was only in gsm_bts_model which is not initialized on BTS side. It's more convenient to have it in the struct which is available to BTS as well. Change-Id: I54fde8c4ccd5d994af08074f5864446e79a93a25 Related: OS#1614
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 166de1610..8f566d227 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -664,6 +664,7 @@ struct gsm_bts {
uint8_t bsic;
/* type of BTS */
enum gsm_bts_type type;
+ enum gsm_bts_type_variant variant;
struct gsm_bts_model *model;
enum gsm_band band;
char version[MAX_VERSION_LENGTH];