Commit 2423870d authored by garciay's avatar garciay
Browse files

Add support of LibItsSecurity

parent ec46bc0c
Loading
Loading
Loading
Loading
+1100 −1100
Original line number Diff line number Diff line
@@ -187,10 +187,10 @@ module LibItsGeoNetworking_TypesAndValues {
        }
        
        type record GeoNetworkingPacket {
            SecuredMessage      securedMsg optional,
            GnNonSecuredPacket  packet
            GnNonSecuredPacket  packet,
            SecuredMessage      securedMsg optional
        } with {
        	encode (securedPacket) "LibIts_Security"
        	encode (securedMsg) "LibIts_Security"
        }
        
        type record GnNonSecuredPacket {