Change in osmo-bsc[master]: SI13: Enable sending GPRS Cell Options Extension Information on GPRS-...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Feb 9 18:46:44 UTC 2021


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/99/22799/1

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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210209/334ce54d/attachment.htm>


More information about the gerrit-log mailing list