Loading ttcn/BTP/LibItsBtp_TypesAndValues.ttcn +13 −1 Original line number Original line Diff line number Diff line Loading @@ -10,6 +10,14 @@ module LibItsBtp_TypesAndValues { // LibCommon // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_BasicTypesAndValues all; // LibIts import from CAM_PDU_Descriptions language "ASN.1:1997" { type CamPdu }; import from DENM_PDU_Descriptions language "ASN.1:1997" { type DenmPdu }; group btpPdus { group btpPdus { /** /** Loading Loading @@ -80,7 +88,11 @@ module LibItsBtp_TypesAndValues { * @desc The payload of th BTP packet * @desc The payload of th BTP packet * @remark Change it to concrete union value if necessary * @remark Change it to concrete union value if necessary */ */ type octetstring BtpPayload; type union BtpPayload { CamPdu camPacket, DenmPdu denmPacket, octetstring otherPayload } } //end btpPayload } //end btpPayload Loading Loading
ttcn/BTP/LibItsBtp_TypesAndValues.ttcn +13 −1 Original line number Original line Diff line number Diff line Loading @@ -10,6 +10,14 @@ module LibItsBtp_TypesAndValues { // LibCommon // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_BasicTypesAndValues all; // LibIts import from CAM_PDU_Descriptions language "ASN.1:1997" { type CamPdu }; import from DENM_PDU_Descriptions language "ASN.1:1997" { type DenmPdu }; group btpPdus { group btpPdus { /** /** Loading Loading @@ -80,7 +88,11 @@ module LibItsBtp_TypesAndValues { * @desc The payload of th BTP packet * @desc The payload of th BTP packet * @remark Change it to concrete union value if necessary * @remark Change it to concrete union value if necessary */ */ type octetstring BtpPayload; type union BtpPayload { CamPdu camPacket, DenmPdu denmPacket, octetstring otherPayload } } //end btpPayload } //end btpPayload Loading