Loading ttcn/Security/LibItsSecurity_TestSystem.ttcn3 +6 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
ttcn/Security/LibItsSecurity_TestSystem.ttcn3 +6 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading