Change in osmo-bts[master]: sysinfo: Only send SI13 if PCU is connected

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Oct 11 18:20:23 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20542 )


Change subject: sysinfo: Only send SI13 if PCU is connected
......................................................................

sysinfo: Only send SI13 if PCU is connected

If no PCU is connected, we cannot be providing GPRS services,
and hence should not transmit SI13.

Change-Id: I54320cf8073a33ed9e35b365921df178005e8967
Closes: OS#3075
---
M src/common/sysinfo.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/42/20542/1

diff --git a/src/common/sysinfo.c b/src/common/sysinfo.c
index e35caeb..d3efffc 100644
--- a/src/common/sysinfo.c
+++ b/src/common/sysinfo.c
@@ -98,7 +98,7 @@
 			tc4_sub[tc4_cnt] = SYSINFO_TYPE_2quater;
 			tc4_cnt += 1;
 		}
-		if (GSM_BTS_HAS_SI(bts, SYSINFO_TYPE_13)) {
+		if (GSM_BTS_HAS_SI(bts, SYSINFO_TYPE_13) && pcu_connected()) {
 			tc4_sub[tc4_cnt] = SYSINFO_TYPE_13;
 			tc4_cnt += 1;
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/20542
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I54320cf8073a33ed9e35b365921df178005e8967
Gerrit-Change-Number: 20542
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201011/01c293cf/attachment.htm>


More information about the gerrit-log mailing list