Loading ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −15 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ module LibItsSecurity_Functions { module LibItsSecurity_Functions { // Libcommon // Libcommon // import from LibCommon_BasicTypesAndValues all; // import from LibCommon_BasicTypesAndValues all; // import from LibCommon_DataStrings all; // import from LibCommon_DataStrings all; // import from LibCommon_VerdictControl {type FncRetCode;} // import from LibCommon_VerdictControl {type FncRetCode;} Loading @@ -19,11 +18,9 @@ module LibItsSecurity_Functions { // import from LibItsCommon_Functions all; // import from LibItsCommon_Functions all; // import from LibItsCommon_TestSystem all; // import from LibItsCommon_TestSystem all; // import from LibItsCommon_TypesAndValues all; // import from LibItsCommon_TypesAndValues all; import from LibItsGeoNetworking_TypesAndValues all; // LibItsSecurity import from LibItsSecurity_TypesAndValues all; import from LibItsSecurity_TypesAndValues all; // import from LibItsGeoNetworking_TestSystem all; // import from LibItsGeoNetworking_Templates all; // import from LibItsGeoNetworking_Functions all; group helpersFunctions { group helpersFunctions { Loading Loading @@ -74,16 +71,6 @@ module LibItsSecurity_Functions { group messageGetters { group messageGetters { /** * @desc return SecuredMessage field of GeoNetworking packet * @param p_msg GeoNetworking packet * @return the SecuredMessage if any */ function f_getSecuredMessage(in GeoNetworkingPdu p_msg) return SecuredMessage { return p_msg.gnPacket.securedMsg; } /** /** * @desc return SecuredMessage header field of given type or null if none * @desc return SecuredMessage header field of given type or null if none * @param p_msg the SecuredMessage * @param p_msg the SecuredMessage Loading Loading
ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −15 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ module LibItsSecurity_Functions { module LibItsSecurity_Functions { // Libcommon // Libcommon // import from LibCommon_BasicTypesAndValues all; // import from LibCommon_BasicTypesAndValues all; // import from LibCommon_DataStrings all; // import from LibCommon_DataStrings all; // import from LibCommon_VerdictControl {type FncRetCode;} // import from LibCommon_VerdictControl {type FncRetCode;} Loading @@ -19,11 +18,9 @@ module LibItsSecurity_Functions { // import from LibItsCommon_Functions all; // import from LibItsCommon_Functions all; // import from LibItsCommon_TestSystem all; // import from LibItsCommon_TestSystem all; // import from LibItsCommon_TypesAndValues all; // import from LibItsCommon_TypesAndValues all; import from LibItsGeoNetworking_TypesAndValues all; // LibItsSecurity import from LibItsSecurity_TypesAndValues all; import from LibItsSecurity_TypesAndValues all; // import from LibItsGeoNetworking_TestSystem all; // import from LibItsGeoNetworking_Templates all; // import from LibItsGeoNetworking_Functions all; group helpersFunctions { group helpersFunctions { Loading Loading @@ -74,16 +71,6 @@ module LibItsSecurity_Functions { group messageGetters { group messageGetters { /** * @desc return SecuredMessage field of GeoNetworking packet * @param p_msg GeoNetworking packet * @return the SecuredMessage if any */ function f_getSecuredMessage(in GeoNetworkingPdu p_msg) return SecuredMessage { return p_msg.gnPacket.securedMsg; } /** /** * @desc return SecuredMessage header field of given type or null if none * @desc return SecuredMessage header field of given type or null if none * @param p_msg the SecuredMessage * @param p_msg the SecuredMessage Loading