aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rest_octets.h
diff options
context:
space:
mode:
authorbhargava <Bhargava.Abhyankar@radisys.com>2016-07-21 11:14:34 +0530
committerHarald Welte <laforge@gnumonks.org>2016-07-28 06:49:03 +0000
commit350533cc32cf686b6375f92083981e23c2a86082 (patch)
treec01e2f3872d9cbcd02d1b824868e0764f5ef4ef5 /openbsc/include/openbsc/rest_octets.h
parente3dc498e01a2a0d03e36f147c0aa3e5b69f3c738 (diff)
Modify SI 13 field to support 11 bit RACH
System Information 13 field EGPRS PACKET CHANNEL REQUEST is modified to support 11 bit RACH. Further VTY configuration is added to enable/disable 11 bit RACH support in EGPRS. By default 11 bit RACH support is disabled. Change-Id: I51357bec936c28a26ab9ff5d59e0e30ca3363297
Diffstat (limited to 'openbsc/include/openbsc/rest_octets.h')
-rw-r--r--openbsc/include/openbsc/rest_octets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/rest_octets.h b/openbsc/include/openbsc/rest_octets.h
index 91413b5c7..b316228a1 100644
--- a/openbsc/include/openbsc/rest_octets.h
+++ b/openbsc/include/openbsc/rest_octets.h
@@ -88,6 +88,7 @@ struct gprs_cell_options {
uint32_t t3192; /* in milliseconds */
uint32_t drx_timer_max;/* in seconds */
uint32_t bs_cv_max;
+ uint8_t supports_egprs_11bit_rach;
uint8_t ext_info_present;
struct {