Commit c1583797 authored by garciay's avatar garciay
Browse files

Add TestSystem messages

parent f98c2488
Loading
Loading
Loading
Loading
+6 −2
Original line number Original line Diff line number Diff line
@@ -114,15 +114,19 @@ module LibItsSecurity_TestSystem {
        group nt2Primitives {
        group nt2Primitives {
            
            
            /**
            /**
             * @desc NT2 GeoNetworking Indication Primitive
             * @desc NT2 GeoNetworking Security Indication Primitive
             * @member msgInd TODO
             */
             */
            type record GnSecurityInd {
            type record GnSecurityInd {
                SecuredMessage msgInd
            } // End of type GnSecurityInd
            } // End of type GnSecurityInd
            
            
            /**
            /**
             * @desc NT2 GeoNetworking Request Primitive
             * @desc NT2 GeoNetworking Security Request Primitive
             * @member msgReq TODO
             */
             */
            type record GnSecurityReq {
            type record GnSecurityReq {
                SecuredMessage msgReq
            } // End of type GnSecurityReq
            } // End of type GnSecurityReq
            
            
        } // End of nt2Primitives
        } // End of nt2Primitives