This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
neels gerrit-no-reply at lists.osmocom.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24410 )
Change subject: IPA_Emulation: add TEIs for four VAMOS shadow TRXes
......................................................................
IPA_Emulation: add TEIs for four VAMOS shadow TRXes
Change-Id: I7c647603e0f91df0d1cfd2dde29f6ab3ca609a06
---
M library/IPA_Emulation.ttcnpp
M library/IPA_Types.ttcn
M library/RSL_Emulation.ttcn
3 files changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/10/24410/1
diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index 906664f..84ed1e8 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -140,7 +140,9 @@
}
template IpaStreamId t_IpaSidRSL := ( IPAC_PROTO_RSL_TRX0, IPAC_PROTO_RSL_TRX1,
- IPAC_PROTO_RSL_TRX2, IPAC_PROTO_RSL_TRX3 );
+ IPAC_PROTO_RSL_TRX2, IPAC_PROTO_RSL_TRX3,
+ IPAC_PROTO_RSL_TRX0_VAMOS, IPAC_PROTO_RSL_TRX1_VAMOS,
+ IPAC_PROTO_RSL_TRX2_VAMOS, IPAC_PROTO_RSL_TRX3_VAMOS );
#endif
diff --git a/library/IPA_Types.ttcn b/library/IPA_Types.ttcn
index 110e5b1..d955c63 100644
--- a/library/IPA_Types.ttcn
+++ b/library/IPA_Types.ttcn
@@ -20,6 +20,10 @@
IPAC_PROTO_RSL_TRX1 (1),
IPAC_PROTO_RSL_TRX2 (2),
IPAC_PROTO_RSL_TRX3 (3),
+ IPAC_PROTO_RSL_TRX0_VAMOS (128),
+ IPAC_PROTO_RSL_TRX1_VAMOS (129),
+ IPAC_PROTO_RSL_TRX2_VAMOS (130),
+ IPAC_PROTO_RSL_TRX3_VAMOS (131),
IPAC_PROTO_OSMO (238),
IPAC_PROTO_MGCP_OLD (252),
IPAC_PROTO_SCCP (253),
diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index cb8b763..7aefe7a 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -449,6 +449,10 @@
case (1) { return IPAC_PROTO_RSL_TRX1; }
case (2) { return IPAC_PROTO_RSL_TRX2; }
case (3) { return IPAC_PROTO_RSL_TRX3; }
+ case (128) { return IPAC_PROTO_RSL_TRX0_VAMOS; }
+ case (129) { return IPAC_PROTO_RSL_TRX1_VAMOS; }
+ case (130) { return IPAC_PROTO_RSL_TRX2_VAMOS; }
+ case (131) { return IPAC_PROTO_RSL_TRX3_VAMOS; }
}
setverdict(fail, "Unknown stream ID ", trx_nr);
mtc.stop;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24410
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7c647603e0f91df0d1cfd2dde29f6ab3ca609a06
Gerrit-Change-Number: 24410
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210525/a29ef0fe/attachment.htm>