Commit 2c3257f5 authored by garciay's avatar garciay
Browse files

Bug fixed after Elvior rebuild

parent 35f9043f
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
+5 −5
Original line number Diff line number Diff line
@@ -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