Loading ttcn/DENM/LibItsDenm_Functions.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,7 @@ module LibItsDenm_Functions { // map ports // map ports map(p_ptcDenm:denmPort, system:denmPort); map(p_ptcDenm:denmPort, system:denmPort); } } // end f_cfDenmUp /** /** * @desc Wait for component to finish and unmap DENM ports * @desc Wait for component to finish and unmap DENM ports Loading @@ -41,7 +41,7 @@ module LibItsDenm_Functions { setverdict(inconc); setverdict(inconc); } } } } unmap(p_ptcDenm:camPort); unmap(p_ptcDenm:denmPort); } // end f_cfDenmDown } // end f_cfDenmDown Loading Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,7 @@ module LibItsDenm_Functions { // map ports // map ports map(p_ptcDenm:denmPort, system:denmPort); map(p_ptcDenm:denmPort, system:denmPort); } } // end f_cfDenmUp /** /** * @desc Wait for component to finish and unmap DENM ports * @desc Wait for component to finish and unmap DENM ports Loading @@ -41,7 +41,7 @@ module LibItsDenm_Functions { setverdict(inconc); setverdict(inconc); } } } } unmap(p_ptcDenm:camPort); unmap(p_ptcDenm:denmPort); } // end f_cfDenmDown } // end f_cfDenmDown Loading