<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18354">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/IPA: rename ASP_IPA_EventUpDown to ASP_IPA_EventType<br><br>The old name was a bit confusing, because this enumerated type<br>also contains ASP_IPA_EVENT_ID_ACK, among with UP/DOWN events.<br><br>Change-Id: I8f73a64de40d1c8e9b7f43f538d6b59dcede065f<br>---<br>M library/IPA_Emulation.ttcnpp<br>1 file changed, 3 insertions(+), 3 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/54/18354/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp</span><br><span>index 7b80c2d..6658ca8 100644</span><br><span>--- a/library/IPA_Emulation.ttcnpp</span><br><span>+++ b/library/IPA_Emulation.ttcnpp</span><br><span>@@ -76,7 +76,7 @@</span><br><span>     octetstring     payload</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-type enumerated ASP_IPA_EventUpDown {</span><br><span style="color: hsl(120, 100%, 40%);">+type enumerated ASP_IPA_EventType {</span><br><span>   ASP_IPA_EVENT_DOWN,</span><br><span>  ASP_IPA_EVENT_UP,</span><br><span>    ASP_IPA_EVENT_ID_ACK</span><br><span>@@ -85,10 +85,10 @@</span><br><span> /* an event indicating us whether or not a connection is physically up or down,</span><br><span>  * and whether we have received an ID_ACK */</span><br><span> type union ASP_IPA_Event {</span><br><span style="color: hsl(0, 100%, 40%);">-     ASP_IPA_EventUpDown     up_down</span><br><span style="color: hsl(120, 100%, 40%);">+       ASP_IPA_EventType       up_down</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-template ASP_IPA_Event t_ASP_IPA_EVT_UD(ASP_IPA_EventUpDown ud) := {</span><br><span style="color: hsl(120, 100%, 40%);">+template ASP_IPA_Event t_ASP_IPA_EVT_UD(ASP_IPA_EventType ud) := {</span><br><span>     up_down := ud</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18354">change 18354</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/+/18354"/><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: I8f73a64de40d1c8e9b7f43f538d6b59dcede065f </div>
<div style="display:none"> Gerrit-Change-Number: 18354 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>