aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/system_information.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/system_information.c')
-rw-r--r--src/osmo-bsc/system_information.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c
index d5be3f2d7..de01112f9 100644
--- a/src/osmo-bsc/system_information.c
+++ b/src/osmo-bsc/system_information.c
@@ -1152,9 +1152,8 @@ static struct gsm48_si13_info si13_default = {
.ctrl_ack_type_use_block = true,
.ext_info_present = 0,
.ext_info = {
- /* The values below are just guesses ! */
- .egprs_supported = 0,
- .use_egprs_p_ch_req = 0,
+ .egprs_supported = 0, /* overridden in gsm_generate_si() */
+ .use_egprs_p_ch_req = 0, /* overridden in generate_si13() */
.bep_period = 5,
.pfc_supported = 0,
.dtm_supported = 0,