<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15447">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/PCUIF_Types.ttcn: mark PCUIF_Text as 'null_terminated'<br><br>This is a TITAN specific attribute that allows to indicate that<br>a field of type 'charstring' is '\0'-terminated. Without that<br>attribute, 'PCUIF_Text' is mixed with the padding characters:<br><br>  "0.7.0.5-df0f" & char(0, 0, 0, 0) & char(0, 0, 0, 0) & ...<br><br>Change-Id: Ic81fff4c82871bb29a2385b9ee7a2dd98f67dfb0<br>---<br>M library/PCUIF_Types.ttcn<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-ttcn3-hacks refs/changes/47/15447/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn</span><br><span>index 721eb64..ce745b5 100644</span><br><span>--- a/library/PCUIF_Types.ttcn</span><br><span>+++ b/library/PCUIF_Types.ttcn</span><br><span>@@ -70,7 +70,7 @@</span><br><span>    PCU_OML_ALERT                   (1)</span><br><span> } with { variant "FIELDLENGTH(8)" };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-type charstring PCUIF_Text length(128) with { variant "FIELDLENGTH(128)" };</span><br><span style="color: hsl(120, 100%, 40%);">+type charstring PCUIF_Text length(128) with { variant "FIELDLENGTH(null_terminated)" };</span><br><span> </span><br><span> type record PCUIF_txt_ind {</span><br><span>         PCUIF_TextType  txt_type,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15447">change 15447</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/+/15447"/><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: Ic81fff4c82871bb29a2385b9ee7a2dd98f67dfb0 </div>
<div style="display:none"> Gerrit-Change-Number: 15447 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>