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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/L1CTL_Types: relax some params of tr_L1CTL_TRAFFIC_IND()<br><br>A TRAFFIC.ind with 'num_biterr' > 0 or 'fire_crc' != 0 is still<br>a valid TCH frame - Bad Frame Indication.  Let's relax those<br>parameters for tr_L1CTL_TRAFFIC_IND().<br><br>Change-Id: Ia3357e06f986ae59dd0438f9ace3042cae8d3684<br>Related: OS#4799<br>---<br>M library/L1CTL_Types.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn</span><br><span>index 00503e6..f7592fc 100644</span><br><span>--- a/library/L1CTL_Types.ttcn</span><br><span>+++ b/library/L1CTL_Types.ttcn</span><br><span>@@ -806,8 +806,8 @@</span><br><span>     template L1ctlDlMessage tr_L1CTL_TRAFFIC_IND(template RslChannelNr chan_nr,</span><br><span>                                               template RslLinkId link_id := ?,</span><br><span>                                                     template octetstring frame := ?,</span><br><span style="color: hsl(0, 100%, 40%);">-                                                template uint8_t num_biterr := 0,</span><br><span style="color: hsl(0, 100%, 40%);">-                                               template uint8_t fire_crc := 0) := {</span><br><span style="color: hsl(120, 100%, 40%);">+                                                  template uint8_t num_biterr := ?,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                     template uint8_t fire_crc := ?) := {</span><br><span>            header := tr_L1ctlHeader(L1CTL_TRAFFIC_IND),</span><br><span>                 dl_info := {</span><br><span>                         chan_nr := chan_nr,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20759">change 20759</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/+/20759"/><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: Ia3357e06f986ae59dd0438f9ace3042cae8d3684 </div>
<div style="display:none"> Gerrit-Change-Number: 20759 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>