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

Add GeoN ethernet type value as PICS

parent a77529c3
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -177,6 +177,13 @@ module LibItsGeoNetworking_Pics {
         */        
         */        
        modulepar integer PICS_GN_GEOUNICAST_CBF_MAX_TIME := 100;
        modulepar integer PICS_GN_GEOUNICAST_CBF_MAX_TIME := 100;
        
        
        /**
         * @desc Define the GeoN ethernet type value
         * - Hitachi: 0x0707
         * - NEC    : 0x0fa1
         */
        modulepar octetstring PICS_GN_ETHER_TYPES := '0707'O;
        
    } // end geoNwPics
    } // end geoNwPics
    
    
} // end LibItsGeoNetworking_Pics
} // end LibItsGeoNetworking_Pics
 No newline at end of file