Commit f782a352 authored by garciay's avatar garciay
Browse files

HeaderFields: TTCN-3 lamguage does not provide feature suach as superset for...

HeaderFields: TTCN-3 lamguage does not provide feature suach as superset for the 'record of'. In consequence, the record of is replaced here by a 'set of'
parent 8746c0af
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -445,7 +445,11 @@ module LibItsSecurity_TypesAndValues {
            TrailerFields   trailer_fields
            TrailerFields   trailer_fields
        } // End of type SecuredMessage
        } // End of type SecuredMessage
        
        
        type record of HeaderField HeaderFields;
        /**
         * @desc Defines an ordered list of fields
         * @remark TTCN-3 lamguage does not provide feature suach as superset for the record of. In consequence, the record of is replaced here by a set of
         */
        type set of HeaderField HeaderFields;
        
        
        /**
        /**
         * @desc Information of interest to the security layer
         * @desc Information of interest to the security layer