Loading ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading ttcn/LibIms_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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",*} Loading Loading
ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/LibIms_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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",*} Loading