<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22248">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSGP_Emulation: f_bssgp_get_tlli(): TLLI is optional in RADIO-STATUS<br><br>We must not dereference the TLLI IE unconditionally<br><br>Related: OS#4951<br>Change-Id: I463b25f5395127d155727d785eb7795ac0165fac<br>---<br>M library/BSSGP_Emulation.ttcnpp<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSGP_Emulation.ttcnpp b/library/BSSGP_Emulation.ttcnpp</span><br><span>index 5eef645..5c825d6 100644</span><br><span>--- a/library/BSSGP_Emulation.ttcnpp</span><br><span>+++ b/library/BSSGP_Emulation.ttcnpp</span><br><span>@@ -1397,7 +1397,8 @@</span><br><span>          return bssgp.pDU_BSSGP_RA_CAPABILITY_UPDATE.tLLI.tLLI_Value;</span><br><span>         } else if (ischosen(bssgp.pDU_BSSGP_RA_CAPABILITY_UPDATE_ACK)) {</span><br><span>             return bssgp.pDU_BSSGP_RA_CAPABILITY_UPDATE_ACK.tLLI.tLLI_Value;</span><br><span style="color: hsl(0, 100%, 40%);">-        } else if (ischosen(bssgp.pDU_BSSGP_RADIO_STATUS)) {</span><br><span style="color: hsl(120, 100%, 40%);">+  } else if (ischosen(bssgp.pDU_BSSGP_RADIO_STATUS) and</span><br><span style="color: hsl(120, 100%, 40%);">+            ispresent(bssgp.pDU_BSSGP_RADIO_STATUS.tLLI)) {</span><br><span>           return bssgp.pDU_BSSGP_RADIO_STATUS.tLLI.tLLI_Value;</span><br><span>         } else if (ischosen(bssgp.pDU_BSSGP_SUSPEND)) {</span><br><span>              return bssgp.pDU_BSSGP_SUSPEND.tLLI.tLLI_Value;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22248">change 22248</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-ttcn3-hacks/+/22248"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I463b25f5395127d155727d785eb7795ac0165fac </div>
<div style="display:none"> Gerrit-Change-Number: 22248 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>