<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/20542">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sysinfo: Only send SI13 if PCU is connected<br><br>If no PCU is connected, we cannot be providing GPRS services,<br>and hence should not transmit SI13.<br><br>Change-Id: I54320cf8073a33ed9e35b365921df178005e8967<br>Closes: OS#3075<br>---<br>M src/common/sysinfo.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/42/20542/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/sysinfo.c b/src/common/sysinfo.c</span><br><span>index e35caeb..d3efffc 100644</span><br><span>--- a/src/common/sysinfo.c</span><br><span>+++ b/src/common/sysinfo.c</span><br><span>@@ -98,7 +98,7 @@</span><br><span>                   tc4_sub[tc4_cnt] = SYSINFO_TYPE_2quater;</span><br><span>                     tc4_cnt += 1;</span><br><span>                }</span><br><span style="color: hsl(0, 100%, 40%);">-               if (GSM_BTS_HAS_SI(bts, SYSINFO_TYPE_13)) {</span><br><span style="color: hsl(120, 100%, 40%);">+           if (GSM_BTS_HAS_SI(bts, SYSINFO_TYPE_13) && pcu_connected()) {</span><br><span>                       tc4_sub[tc4_cnt] = SYSINFO_TYPE_13;</span><br><span>                  tc4_cnt += 1;</span><br><span>                }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/20542">change 20542</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bts/+/20542"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I54320cf8073a33ed9e35b365921df178005e8967 </div>
<div style="display:none"> Gerrit-Change-Number: 20542 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>