From 9bca9d81492b991da6e623b3f56f5f1ba12b052c Mon Sep 17 00:00:00 2001 From: rennoch Date: Mon, 15 Jul 2013 15:41:32 +0000 Subject: [PATCH] correction of altstep component type --- ttcn/LibIms_Steps.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn/LibIms_Steps.ttcn b/ttcn/LibIms_Steps.ttcn index c3c372a..4de765b 100644 --- a/ttcn/LibIms_Steps.ttcn +++ b/ttcn/LibIms_Steps.ttcn @@ -1389,7 +1389,7 @@ module LibIms_Steps } group defaults { - altstep a_clearRegistration_IMSuser() runs on SipComponent + altstep a_clearRegistration_IMSuser() runs on ImsComponent { var Response v_response; var Request v_request; -- GitLab