<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20016">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/BSSAP_LE_Types: fix: add missing FIELDLENGTH attributes<br><br>Otherwise TITAN would refuse to decode any messages:<br><br>  Dynamic test case error: While RAW-decoding type<br>  '@BSSAP_LE_Types.PDU_BSSAP_LE': Can not decode type<br>  '@BSSAP_LE_Types.PDU_BSSAP_LE', because invalid message was received<br><br>Change-Id: I3db7e8784efd067ccf0bc7dbc234d9b4ff1c033c<br>Related: OS#4597<br>---<br>M library/BSSAP_LE_Types.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/20016/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn</span><br><span>index 9bfedc0..a929722 100644</span><br><span>--- a/library/BSSAP_LE_Types.ttcn</span><br><span>+++ b/library/BSSAP_LE_Types.ttcn</span><br><span>@@ -34,7 +34,7 @@</span><br><span> </span><br><span>      BSSMAP_LE_RESET                 ('00110000'B),</span><br><span>       BSSMAP_LE_RESET_ACK             ('00110001'B)</span><br><span style="color: hsl(0, 100%, 40%);">-};</span><br><span style="color: hsl(120, 100%, 40%);">+} with { variant "FIELDLENGTH(8)" };</span><br><span> </span><br><span> /* TS 49.031 Section 10.2 */</span><br><span> type enumerated BSSMAP_LE_IEI {</span><br><span>@@ -78,7 +78,7 @@</span><br><span>   BSSMAP_LE_IEI_SHORT_ID          ('10001110'B),</span><br><span>       BSSMAP_LE_IEI_COVERAGE_CLASS    ('10001111'B),</span><br><span>       BSSMAP_LE_IEI_MTA_ACC_SEC_RQD   ('10010000'B)</span><br><span style="color: hsl(0, 100%, 40%);">-};</span><br><span style="color: hsl(120, 100%, 40%);">+} with { variant "FIELDLENGTH(8)" };</span><br><span> </span><br><span> /* Section 9.1 */</span><br><span> type record BSSMAP_LE_PerfLocReq {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20016">change 20016</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/+/20016"/><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: I3db7e8784efd067ccf0bc7dbc234d9b4ff1c033c </div>
<div style="display:none"> Gerrit-Change-Number: 20016 </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-MessageType: newchange </div>