From fe68aee4003cc3ed1cb0ac8763d44d038c889c8e Mon Sep 17 00:00:00 2001 From: rennoch Date: Wed, 14 Nov 2012 15:24:43 +0000 Subject: [PATCH] update due to Testcast compiler run --- ttcn/LibIms_Steps.ttcn | 4 ++-- ttcn/LibIms_Templates.ttcn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ttcn/LibIms_Steps.ttcn b/ttcn/LibIms_Steps.ttcn index c2cf0b7..9dcc7a3 100644 --- a/ttcn/LibIms_Steps.ttcn +++ b/ttcn/LibIms_Steps.ttcn @@ -1144,7 +1144,7 @@ module LibIms_Steps * @param p_cSeq_s cseq parameter * @param p_register register template */ - function f_IMS_preamble_withRegistration (in integer p_userprofile, inout CSeq p_cSeq_s, out template REGISTER_Request p_register) runs on ImsComponent + function f_IMS_preamble_withRegistration (in integer p_userprofile, inout CSeq p_cSeq_s, template REGISTER_Request p_register) runs on ImsComponent { //Variables & defaults initialization @@ -1550,4 +1550,4 @@ module LibIms_Steps } } } -} // module LibIms_Steps +} // module LibIms_Steps \ No newline at end of file diff --git a/ttcn/LibIms_Templates.ttcn b/ttcn/LibIms_Templates.ttcn index c29d859..65d611e 100644 --- a/ttcn/LibIms_Templates.ttcn +++ b/ttcn/LibIms_Templates.ttcn @@ -444,7 +444,7 @@ group HeaderFieldTemplates{ } template SemicolonParam_List mw_challenge := superset(mw_ck,mw_ik); - + // template SemicolonParam_List mw_challenge := {mw_ck,mw_ik}; template GenericParam mw_ck := {"ck",*}; template GenericParam mw_ik := {"ik",*} -- GitLab