Loading ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +5 −25 Original line number Diff line number Diff line Loading @@ -19,18 +19,12 @@ module LibItsSecurity_TypesAndValues { Oct2, Oct3, Oct8, Oct12, Oct20, Oct0to31 } // // LibIts // import from CAM_PDU_Descriptions language "ASN.1:1997" { // type CAM // } // import from DENM_PDU_Descriptions language "ASN.1:1997" { // type DENM // } // // LibIts group basicFormatElements { /** * @desc an integer of variable length * @desc An integer of variable length * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.1 IntX */ type integer IntX with { variant "IntX" }; Loading Loading @@ -483,25 +477,10 @@ module LibItsSecurity_TypesAndValues { type record Payload { PayloadType type_, octetstring data optional // PayloadContainer data optional } // End of type Payload type record of Payload Payloads; // /** // * @desc Payload data container // * @member camPayload CAM message // * @member denmPayload DENM message // * @member rawPayload Other message // * // * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload // */ // type union PayloadContainer { // CAM camPayload, // DENM denmPayload, // octetstring rawPayload // } // End of type PayloadContainer // /** * @desc Supported types of payloads * Loading Loading @@ -715,6 +694,7 @@ module LibItsSecurity_TypesAndValues { * @member time_start_and_end Validity restriction between into a range * @member time_start_and_duration Validity restriction between into a range from a start date and inside a geographical aera * @member region Validity restriction into a geographical area * @member region Validity restriction into a geographical area * @member data TODO */ type union ValidityRestrictionContainer { Loading Loading
ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +5 −25 Original line number Diff line number Diff line Loading @@ -19,18 +19,12 @@ module LibItsSecurity_TypesAndValues { Oct2, Oct3, Oct8, Oct12, Oct20, Oct0to31 } // // LibIts // import from CAM_PDU_Descriptions language "ASN.1:1997" { // type CAM // } // import from DENM_PDU_Descriptions language "ASN.1:1997" { // type DENM // } // // LibIts group basicFormatElements { /** * @desc an integer of variable length * @desc An integer of variable length * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.1 IntX */ type integer IntX with { variant "IntX" }; Loading Loading @@ -483,25 +477,10 @@ module LibItsSecurity_TypesAndValues { type record Payload { PayloadType type_, octetstring data optional // PayloadContainer data optional } // End of type Payload type record of Payload Payloads; // /** // * @desc Payload data container // * @member camPayload CAM message // * @member denmPayload DENM message // * @member rawPayload Other message // * // * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload // */ // type union PayloadContainer { // CAM camPayload, // DENM denmPayload, // octetstring rawPayload // } // End of type PayloadContainer // /** * @desc Supported types of payloads * Loading Loading @@ -715,6 +694,7 @@ module LibItsSecurity_TypesAndValues { * @member time_start_and_end Validity restriction between into a range * @member time_start_and_duration Validity restriction between into a range from a start date and inside a geographical aera * @member region Validity restriction into a geographical area * @member region Validity restriction into a geographical area * @member data TODO */ type union ValidityRestrictionContainer { Loading