neels has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/07/31707/1
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: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange