aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data_shared.h1
-rw-r--r--include/osmocom/bsc/rest_octets.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
index 240be1c7c..04669e2d0 100644
--- a/include/osmocom/bsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -885,6 +885,7 @@ struct gsm_bts {
} data;
} si_common;
bool early_classmark_allowed;
+ bool early_classmark_allowed_3g;
/* for testing only: Have an infinitely long radio link timeout */
bool infinite_radio_link_timeout;
diff --git a/include/osmocom/bsc/rest_octets.h b/include/osmocom/bsc/rest_octets.h
index 568505abc..876e0ab47 100644
--- a/include/osmocom/bsc/rest_octets.h
+++ b/include/osmocom/bsc/rest_octets.h
@@ -49,6 +49,7 @@ struct gsm48_si_ro_info {
} scheduling;
struct gsm48_si3_gprs_ind gprs_ind;
/* SI 3 specific */
+ bool early_cm_restrict_3g;
bool si2quater_indicator;
/* SI 4 specific */
struct gsm48_lsa_params lsa_params;