<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24410">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">IPA_Emulation: add TEIs for four VAMOS shadow TRXes<br><br>Change-Id: I7c647603e0f91df0d1cfd2dde29f6ab3ca609a06<br>---<br>M library/IPA_Emulation.ttcnpp<br>M library/IPA_Types.ttcn<br>M library/RSL_Emulation.ttcn<br>3 files changed, 11 insertions(+), 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/10/24410/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 906664f..84ed1e8 100644</span><br><span>--- a/library/IPA_Emulation.ttcnpp</span><br><span>+++ b/library/IPA_Emulation.ttcnpp</span><br><span>@@ -140,7 +140,9 @@</span><br><span> }</span><br><span> </span><br><span> template IpaStreamId t_IpaSidRSL := ( IPAC_PROTO_RSL_TRX0, IPAC_PROTO_RSL_TRX1,</span><br><span style="color: hsl(0, 100%, 40%);">-                                    IPAC_PROTO_RSL_TRX2, IPAC_PROTO_RSL_TRX3 );</span><br><span style="color: hsl(120, 100%, 40%);">+                                   IPAC_PROTO_RSL_TRX2, IPAC_PROTO_RSL_TRX3,</span><br><span style="color: hsl(120, 100%, 40%);">+                                     IPAC_PROTO_RSL_TRX0_VAMOS, IPAC_PROTO_RSL_TRX1_VAMOS,</span><br><span style="color: hsl(120, 100%, 40%);">+                                 IPAC_PROTO_RSL_TRX2_VAMOS, IPAC_PROTO_RSL_TRX3_VAMOS );</span><br><span> #endif</span><br><span> </span><br><span> </span><br><span>diff --git a/library/IPA_Types.ttcn b/library/IPA_Types.ttcn</span><br><span>index 110e5b1..d955c63 100644</span><br><span>--- a/library/IPA_Types.ttcn</span><br><span>+++ b/library/IPA_Types.ttcn</span><br><span>@@ -20,6 +20,10 @@</span><br><span>    IPAC_PROTO_RSL_TRX1     (1),</span><br><span>         IPAC_PROTO_RSL_TRX2     (2),</span><br><span>         IPAC_PROTO_RSL_TRX3     (3),</span><br><span style="color: hsl(120, 100%, 40%);">+  IPAC_PROTO_RSL_TRX0_VAMOS       (128),</span><br><span style="color: hsl(120, 100%, 40%);">+        IPAC_PROTO_RSL_TRX1_VAMOS       (129),</span><br><span style="color: hsl(120, 100%, 40%);">+        IPAC_PROTO_RSL_TRX2_VAMOS       (130),</span><br><span style="color: hsl(120, 100%, 40%);">+        IPAC_PROTO_RSL_TRX3_VAMOS       (131),</span><br><span>       IPAC_PROTO_OSMO         (238),</span><br><span>       IPAC_PROTO_MGCP_OLD     (252),</span><br><span>       IPAC_PROTO_SCCP         (253),</span><br><span>diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index cb8b763..7aefe7a 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -449,6 +449,10 @@</span><br><span>   case (1) { return IPAC_PROTO_RSL_TRX1; }</span><br><span>     case (2) { return IPAC_PROTO_RSL_TRX2; }</span><br><span>     case (3) { return IPAC_PROTO_RSL_TRX3; }</span><br><span style="color: hsl(120, 100%, 40%);">+      case (128) { return IPAC_PROTO_RSL_TRX0_VAMOS; }</span><br><span style="color: hsl(120, 100%, 40%);">+      case (129) { return IPAC_PROTO_RSL_TRX1_VAMOS; }</span><br><span style="color: hsl(120, 100%, 40%);">+      case (130) { return IPAC_PROTO_RSL_TRX2_VAMOS; }</span><br><span style="color: hsl(120, 100%, 40%);">+      case (131) { return IPAC_PROTO_RSL_TRX3_VAMOS; }</span><br><span>     }</span><br><span>    setverdict(fail, "Unknown stream ID ", trx_nr);</span><br><span>    mtc.stop;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24410">change 24410</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/+/24410"/><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: I7c647603e0f91df0d1cfd2dde29f6ab3ca609a06 </div>
<div style="display:none"> Gerrit-Change-Number: 24410 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>