Loading ttcn/CALM/FNTP/LibItsFntp_Functions.ttcn3 +1 −11 Original line number Diff line number Diff line Loading @@ -675,16 +675,6 @@ module LibItsFntp_Functions { return PX_LAN_REMOTE_CIID_BC; } /** * @desc Get the remote CIID for unicast (peer to peer) * @return The remote CIID for unicast * @see PX_WL_REMOTE_CIID_UC * @verdict Unchanged */ function f_getIutLanRemoteCiidUc() return EUI64 { return PX_LAN_REMOTE_CIID_UC; } /** * @desc Get the IUT Link-ID in broadcast transmission mode * @return The IUT Link-ID in broadcast transmission mode Loading ttcn/CALM/FNTP/LibItsFntp_Pics.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ module LibItsFntp_Pics { modulepar boolean PICS_NHOPBC := false; /** * @desc Is access parameters settigs supported? * @desc Is access parameters settings supported? * @see ETSI TS 102 868-1 v1.1.1 B.5/1 */ modulepar boolean PICS_CIP := false; Loading ttcn/CALM/FSAP/LibItsFsap_Functions.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ module LibItsFsap_Functions { /** * @desc Brings the IUT into an initial state. */ function f_initialState() { function f_initialState() runs on ItsMgt { f_utInitializeIut(m_fsapInitialize); f_sleepIgnoreDef(PX_WAIT_FOR_IUT_READY); // Wait until the IUT is in a stable situation (beaconing...) } // End of function f_initialState Loading ttcn/CALM/IICP/LibItsIicp_Functions.ttcn3 +5 −5 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ module LibItsIicp_Functions { /** * @desc Brings the IUT into an initial state. */ function f_initialState() { function f_initialState() runs on ItsMgt { f_utInitializeIut(m_iicpInitialize); f_sleepIgnoreDef(PX_WAIT_FOR_IUT_READY); // Wait until the IUT is in a stable situation (beaconing...) } // End of function f_initialState Loading Loading
ttcn/CALM/FNTP/LibItsFntp_Functions.ttcn3 +1 −11 Original line number Diff line number Diff line Loading @@ -675,16 +675,6 @@ module LibItsFntp_Functions { return PX_LAN_REMOTE_CIID_BC; } /** * @desc Get the remote CIID for unicast (peer to peer) * @return The remote CIID for unicast * @see PX_WL_REMOTE_CIID_UC * @verdict Unchanged */ function f_getIutLanRemoteCiidUc() return EUI64 { return PX_LAN_REMOTE_CIID_UC; } /** * @desc Get the IUT Link-ID in broadcast transmission mode * @return The IUT Link-ID in broadcast transmission mode Loading
ttcn/CALM/FNTP/LibItsFntp_Pics.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ module LibItsFntp_Pics { modulepar boolean PICS_NHOPBC := false; /** * @desc Is access parameters settigs supported? * @desc Is access parameters settings supported? * @see ETSI TS 102 868-1 v1.1.1 B.5/1 */ modulepar boolean PICS_CIP := false; Loading
ttcn/CALM/FSAP/LibItsFsap_Functions.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ module LibItsFsap_Functions { /** * @desc Brings the IUT into an initial state. */ function f_initialState() { function f_initialState() runs on ItsMgt { f_utInitializeIut(m_fsapInitialize); f_sleepIgnoreDef(PX_WAIT_FOR_IUT_READY); // Wait until the IUT is in a stable situation (beaconing...) } // End of function f_initialState Loading
ttcn/CALM/IICP/LibItsIicp_Functions.ttcn3 +5 −5 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ module LibItsIicp_Functions { /** * @desc Brings the IUT into an initial state. */ function f_initialState() { function f_initialState() runs on ItsMgt { f_utInitializeIut(m_iicpInitialize); f_sleepIgnoreDef(PX_WAIT_FOR_IUT_READY); // Wait until the IUT is in a stable situation (beaconing...) } // End of function f_initialState Loading