<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19243">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/GSM_RR_Types: add ts/tr templates for MaioHsn<br><br>Change-Id: I0c5581c3d95018d808907bd2bc5e8ddd0a730bea<br>---<br>M library/GSM_RR_Types.ttcn<br>1 file changed, 12 insertions(+), 0 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/43/19243/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn</span><br><span>index 4b460b1..d0d5d8e 100644</span><br><span>--- a/library/GSM_RR_Types.ttcn</span><br><span>+++ b/library/GSM_RR_Types.ttcn</span><br><span>@@ -186,6 +186,18 @@</span><br><span>                 uint6_t         hsn</span><br><span>  } with { variant "" };</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+  /* It's more handy to pass HSN first, so the arguments' order is reversed. */</span><br><span style="color: hsl(120, 100%, 40%);">+ template (value) MaioHsn ts_HsnMaio(template (value) uint6_t hsn,</span><br><span style="color: hsl(120, 100%, 40%);">+                                         template (value) uint6_t maio) := {</span><br><span style="color: hsl(120, 100%, 40%);">+               maio := maio,</span><br><span style="color: hsl(120, 100%, 40%);">+         hsn := hsn</span><br><span style="color: hsl(120, 100%, 40%);">+    };</span><br><span style="color: hsl(120, 100%, 40%);">+    template MaioHsn tr_HsnMaio(template (present) uint6_t hsn,</span><br><span style="color: hsl(120, 100%, 40%);">+                               template (present) uint6_t maio) := {</span><br><span style="color: hsl(120, 100%, 40%);">+             maio := maio,</span><br><span style="color: hsl(120, 100%, 40%);">+         hsn := hsn</span><br><span style="color: hsl(120, 100%, 40%);">+    };</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         /* TS 24.008 10.5.1.1 */</span><br><span>     type uint16_t CellIdentity;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19243">change 19243</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/+/19243"/><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: I0c5581c3d95018d808907bd2bc5e8ddd0a730bea </div>
<div style="display:none"> Gerrit-Change-Number: 19243 </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>