Commit 6cb79978 authored by garciay's avatar garciay
Browse files

Add new PICS for secured mode support

parent 4e0146db
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -183,6 +183,12 @@ module LibItsGeoNetworking_Pics {
         */
         */
        modulepar MacAddress PICS_IUT_MAC_ADDRESS := 'FFFFFFFFFFFF'O;
        modulepar MacAddress PICS_IUT_MAC_ADDRESS := 'FFFFFFFFFFFF'O;


        /**
         * @desc Is the IUT support secured mode?
         * @see  TODO
         */
        modulepar boolean PICS_SECURED_MODE := false;
        
    } // end geoNwPics
    } // end geoNwPics
    
    
} // end LibItsGeoNetworking_Pics
} // end LibItsGeoNetworking_Pics
 No newline at end of file