neels has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31707
)
Change subject: msc: TC_mt_t310: fix an interleave
......................................................................
msc: TC_mt_t310: fix an interleave
the MNCC.receive doesn't depend on the MGCP really.
Change-Id: If29e755c2c061836ce2ba472e44a621eadba4fc6
---
M msc/MSC_Tests.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
msuraev: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index a571fc0..0372ec7 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -1797,8 +1797,9 @@
/* MSC->MGW: CRCX (second) */
[] MGCP.receive(tr_CRCX) -> value mgcp_cmd {
f_handle_crcx(cpars, mgcp_cmd); /* MSC<-MGW: OK */
- MNCC.receive(tr_MNCC_RTP_CREATE(cpars.mncc_callref));
}
+
+ [] MNCC.receive(tr_MNCC_RTP_CREATE(cpars.mncc_callref));
}
/* Reschedule the guard timeout */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31707
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: If29e755c2c061836ce2ba472e44a621eadba4fc6
Gerrit-Change-Number: 31707
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged