Loading ttcn/LibCommon_Sync.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ module LibCommon_Sync { * @remark User shall stop the component */ altstep a_shutdown() runs on SelfSyncComp { runs on ClientSyncComp { [] syncPort.receive(m_syncServerStop){ tc_sync.stop ; log("**** a_shutdown: Test component received STOP signal from MTC **** "); Loading Loading
ttcn/LibCommon_Sync.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ module LibCommon_Sync { * @remark User shall stop the component */ altstep a_shutdown() runs on SelfSyncComp { runs on ClientSyncComp { [] syncPort.receive(m_syncServerStop){ tc_sync.stop ; log("**** a_shutdown: Test component received STOP signal from MTC **** "); Loading