Commit 49792c22 authored by garciay's avatar garciay
Browse files

Remove useless comments

parent 8b5e939d
Loading
Loading
Loading
Loading
+5 −25
Original line number Original line Diff line number Diff line
@@ -19,18 +19,12 @@ module LibItsSecurity_TypesAndValues {
            Oct2, Oct3, Oct8, Oct12, Oct20, Oct0to31 
            Oct2, Oct3, Oct8, Oct12, Oct20, Oct0to31 
    }
    }
    
    
//    // LibIts
    // LibIts
//    import from CAM_PDU_Descriptions language "ASN.1:1997" {
    
//        type CAM
//    }
//    import from DENM_PDU_Descriptions language "ASN.1:1997" {
//        type DENM
//    }
//    
    group basicFormatElements {
    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
         * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.1   IntX
         */
         */
        type integer IntX with { variant "IntX" };
        type integer IntX with { variant "IntX" };
@@ -483,25 +477,10 @@ module LibItsSecurity_TypesAndValues {
        type record Payload {
        type record Payload {
            PayloadType         type_,
            PayloadType         type_,
            octetstring         data optional
            octetstring         data optional
//            PayloadContainer    data optional
        } // End of type Payload
        } // End of type Payload
        
        
        type record of Payload Payloads;
        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
         * @desc Supported types of payloads
         * 
         * 
@@ -715,6 +694,7 @@ module LibItsSecurity_TypesAndValues {
         * @member time_start_and_end       Validity restriction between into a range
         * @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 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 region                   Validity restriction into a geographical area
         * @member data                     TODO
         * @member data                     TODO
         */
         */
        type union ValidityRestrictionContainer {
        type union ValidityRestrictionContainer {