aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.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/gsm_data_shared.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/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 7241ff0f8..70366199e 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -696,6 +696,7 @@ struct gsm_bts {
/* Not entirely sure how ip.access specific this is */
struct {
+ uint8_t supports_egprs_11bit_rach;
enum bts_gprs_mode mode;
struct {
struct gsm_abis_mo mo;