pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36119?usp=email )
Change subject: fixup
......................................................................
fixup
Change-Id: I597c40bf397ebcda6996b39750678e47addb5110
---
M epdg/EPDG_Tests.ttcn
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/19/36119/1
diff --git a/epdg/EPDG_Tests.ttcn b/epdg/EPDG_Tests.ttcn
index 8c0d7cd..6afe7ed 100644
--- a/epdg/EPDG_Tests.ttcn
+++ b/epdg/EPDG_Tests.ttcn
@@ -857,7 +857,7 @@
}
for (var integer i := 0; i < num_ues; i := i + 1) {
- COORD.receive(COORD_CMD_READY) -> sender vc_conn;
+ COORD.receive(COORD_CMD_READY) from vc_conn_list[i];
}
for (var integer i := 0; i < num_ues; i := i + 1) {
@@ -865,7 +865,7 @@
}
for (var integer i := 0; i < num_ues; i := i + 1) {
- COORD.receive(COORD_CMD_ATTACHED) -> sender vc_conn;
+ COORD.receive(COORD_CMD_ATTACHED) from vc_conn_list[i];
}
log("All attached!");
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36119?usp=email
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: I597c40bf397ebcda6996b39750678e47addb5110
Gerrit-Change-Number: 36119
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange