Loading BTP/LibItsBtp_TypesAndValues.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,14 @@ module LibItsBtp_TypesAndValues { // LibCommon 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 { /** Loading Loading @@ -80,7 +88,11 @@ module LibItsBtp_TypesAndValues { * @desc The payload of th BTP packet * @remark Change it to concrete union value if necessary */ type octetstring BtpPayload; type union BtpPayload { CamPdu camPacket, DenmPdu denmPacket, octetstring otherPayload } } //end btpPayload Loading Loading
BTP/LibItsBtp_TypesAndValues.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,14 @@ module LibItsBtp_TypesAndValues { // LibCommon 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 { /** Loading Loading @@ -80,7 +88,11 @@ module LibItsBtp_TypesAndValues { * @desc The payload of th BTP packet * @remark Change it to concrete union value if necessary */ type octetstring BtpPayload; type union BtpPayload { CamPdu camPacket, DenmPdu denmPacket, octetstring otherPayload } } //end btpPayload Loading