Loading ttcn/LibIms_Steps.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,12 @@ module LibIms_Steps group postambles { function f_IMS_postamble_withDeRegistration (CSeq p_CSeq) runs on ImsComponent { f_RemoveRegistration(p_CSeq); // TODO check if applicable for IMS f_terminate_component(); } function f_SIP_postamble_IMS1_withoutRegistration () runs on ImsComponent {f_terminate_component()}; Loading Loading
ttcn/LibIms_Steps.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,12 @@ module LibIms_Steps group postambles { function f_IMS_postamble_withDeRegistration (CSeq p_CSeq) runs on ImsComponent { f_RemoveRegistration(p_CSeq); // TODO check if applicable for IMS f_terminate_component(); } function f_SIP_postamble_IMS1_withoutRegistration () runs on ImsComponent {f_terminate_component()}; Loading