Loading ttcn/LibIts_Interface.ttcn +3 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ module LibIts_Interface { import from LibItsGeoNetworking_TypesAndValues all; import from LibItsGeoNetworking_TypesAndValues all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; import from LibItsBtp_TypesAndValues all; import from LibCommon_BasicTypesAndValues all; import from LibCommon_BasicTypesAndValues all; Loading Loading @@ -385,12 +386,14 @@ module LibIts_Interface { * @desc NT1 BTP Indication Primitive * @desc NT1 BTP Indication Primitive */ */ type record BtpInd { type record BtpInd { BtpPacket msgIn } } /** /** * @desc NT1 BTP Request Primitive * @desc NT1 BTP Request Primitive */ */ type record BtpReq { type record BtpReq { BtpPacket msgOut } } } // end nt1Primitives } // end nt1Primitives Loading Loading
ttcn/LibIts_Interface.ttcn +3 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ module LibIts_Interface { import from LibItsGeoNetworking_TypesAndValues all; import from LibItsGeoNetworking_TypesAndValues all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; import from LibItsBtp_TypesAndValues all; import from LibCommon_BasicTypesAndValues all; import from LibCommon_BasicTypesAndValues all; Loading Loading @@ -385,12 +386,14 @@ module LibIts_Interface { * @desc NT1 BTP Indication Primitive * @desc NT1 BTP Indication Primitive */ */ type record BtpInd { type record BtpInd { BtpPacket msgIn } } /** /** * @desc NT1 BTP Request Primitive * @desc NT1 BTP Request Primitive */ */ type record BtpReq { type record BtpReq { BtpPacket msgOut } } } // end nt1Primitives } // end nt1Primitives Loading