laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/22799 )
Change subject: SI13: Enable sending GPRS Cell Options Extension Information on
GPRS-only BTS
......................................................................
SI13: Enable sending GPRS Cell Options Extension Information on GPRS-only BTS
The EGPRS bits are anyway conditionally enabled by egprs_supported.
Change-Id: Ie7a438419eb416ce3d29794febab5f952661e5c5
---
M src/osmo-bsc/system_information.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-bsc/system_information.c
b/src/osmo-bsc/system_information.c
index 094c35e..fae1355 100644
--- a/src/osmo-bsc/system_information.c
+++ b/src/osmo-bsc/system_information.c
@@ -1296,10 +1296,10 @@
switch (bts->gprs.mode) {
case BTS_GPRS_EGPRS:
- si13_default.cell_opts.ext_info_present = 1;
si13_default.cell_opts.ext_info.egprs_supported = 1;
/* fallthrough */
case BTS_GPRS_GPRS:
+ si13_default.cell_opts.ext_info_present = 1;
si_info.gprs_ind.present = 1;
break;
case BTS_GPRS_NONE:
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/22799
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie7a438419eb416ce3d29794febab5f952661e5c5
Gerrit-Change-Number: 22799
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged