[PATCH] osmo-ttcn3-hacks[master]: msc: Add missing 'repeat' in TC_mo_crcx_ran_reject

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jan 27 11:46:18 UTC 2018


Review at  https://gerrit.osmocom.org/6128

msc: Add missing 'repeat' in TC_mo_crcx_ran_reject

Change-Id: Id5c538546ba59f8a8d5f4379f16df2d99c8c2669
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/28/6128/1

diff --git a/msc_tests/MSC_Tests.ttcn b/msc_tests/MSC_Tests.ttcn
index f38b989..2f85ab4 100644
--- a/msc_tests/MSC_Tests.ttcn
+++ b/msc_tests/MSC_Tests.ttcn
@@ -1302,6 +1302,7 @@
 	[] MGCP.receive(tr_DLCX(?)) -> value mgcp_cmd {
 		MGCP.send(ts_DLCX_ACK2(mgcp_cmd.line.trans_id));
 		f_create_mgcp_delete_ep(cpars.mgcp_ep);
+		repeat;
 		}
 	[] MGCP.receive { repeat; }
 	}

-- 
To view, visit https://gerrit.osmocom.org/6128
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5c538546ba59f8a8d5f4379f16df2d99c8c2669
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list