aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rest_octets.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-04-15 16:04:44 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-16 13:47:52 +0200
commitf3f3505f493f63e9e79c72e407907783913b9c9c (patch)
treeda8df8b98ce801cc886f982ac2220f5cd0a5bd56 /openbsc/include/openbsc/rest_octets.h
parentc9ac20ea43e0107c293b5d3f5c90076963e95059 (diff)
Add SI2quater support to SI3
Advertise SI2 quater presence and location (if available) using SI3 according to 3GPP TS 44.018 ยง 10.5.2.34
Diffstat (limited to 'openbsc/include/openbsc/rest_octets.h')
-rw-r--r--openbsc/include/openbsc/rest_octets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/rest_octets.h b/openbsc/include/openbsc/rest_octets.h
index 963b010c9..9560b14c5 100644
--- a/openbsc/include/openbsc/rest_octets.h
+++ b/openbsc/include/openbsc/rest_octets.h
@@ -43,7 +43,8 @@ struct gsm48_si_ro_info {
present:1;
} scheduling;
struct gsm48_si3_gprs_ind gprs_ind;
-
+ /* SI 3 specific */
+ uint8_t si2quater_indicator;
/* SI 4 specific */
struct gsm48_lsa_params lsa_params;
uint16_t cell_id;