Loading AtsCommon/SipIsup_TestConfiguration.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -89,9 +89,10 @@ function f_cfTwoPtcsDown( in ImsComponent p_imsComponent, in IsupBiccComponent p_isupBiccComponent) runs on ServerSyncComp { var FncRetCode v_ret; f_serverWaitForAllClientsToStop(); //Variables var FncRetCode v_ret := e_success; v_ret := e_success; //Disconnect disconnect(p_imsComponent:syncPort, self:syncPort) ; disconnect(p_isupBiccComponent:syncPort, self:syncPort) ; Loading Loading
AtsCommon/SipIsup_TestConfiguration.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -89,9 +89,10 @@ function f_cfTwoPtcsDown( in ImsComponent p_imsComponent, in IsupBiccComponent p_isupBiccComponent) runs on ServerSyncComp { var FncRetCode v_ret; f_serverWaitForAllClientsToStop(); //Variables var FncRetCode v_ret := e_success; v_ret := e_success; //Disconnect disconnect(p_imsComponent:syncPort, self:syncPort) ; disconnect(p_isupBiccComponent:syncPort, self:syncPort) ; Loading