fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31321 )
Change subject: library: fix f_diameter_xceive(): start timer T
......................................................................
library: fix f_diameter_xceive(): start timer T
Change-Id: Ibf98bc942813641063a8da49d9da5c2e27aad57a
Related: SYS#5602, SYS#6333
---
M library/DIAMETER_Emulation.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/31321/1
diff --git a/library/DIAMETER_Emulation.ttcn b/library/DIAMETER_Emulation.ttcn
index d9d9f7a..f16acae 100644
--- a/library/DIAMETER_Emulation.ttcn
+++ b/library/DIAMETER_Emulation.ttcn
@@ -258,6 +258,7 @@
var DIAMETER_RecvFrom mrf;
DIAMETER.send(t_DIAMETER_Send(g_diameter_conn_id, tx));
+ T.start;
alt {
[] DIAMETER.receive(tr_DIAMETER_RecvFrom_R(rx_t)) -> value mrf { }
[] DIAMETER.receive(tr_DIAMETER_RecvFrom_R(?)) -> value mrf {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31321
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: Ibf98bc942813641063a8da49d9da5c2e27aad57a
Gerrit-Change-Number: 31321
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange