Loading CAM/LibItsCam_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ group postambles { } // end of upperTester group upperTester { group upperTester_ { function f_upperTester () { Loading CAM/LibItsCam_Templates.ttcn +0 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ module LibItsCam_Templates { import from LibIts_Interface all; import from LibItsCam_Pixits all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; Loading @@ -18,8 +17,6 @@ module LibItsCam_Templates { template CamReq m_camReq (in template (value) CamPdu p_camMsg) := { msgOut := p_camMsg }; template InvalidCamReq m_invalidCamReq (in template (value) InvalidCamPdu p_camMsg) := { msgOut := p_camMsg }; template CamPdu mw_camMsg_any := { header := { protocolVersion := 0, Loading LibIts_Interface.ttcn +1 −9 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ module LibIts_Interface { // LibIts import from LibItsGeoNetworking_TypesAndValues all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; // LibCommon Loading Loading @@ -162,7 +161,7 @@ module LibIts_Interface { */ type port CamPort message { in CamInd; out CamReq, InvalidCamReq; out CamReq; } // end CamPort /** Loading Loading @@ -311,13 +310,6 @@ module LibIts_Interface { CamPdu msgOut } /** * @desc FA1 Invalid CAM Request Primitive */ type record InvalidCamReq { InvalidCamPdu msgOut } /** * @desc FA1 DENM Indication Primitive * Loading Loading
CAM/LibItsCam_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ group postambles { } // end of upperTester group upperTester { group upperTester_ { function f_upperTester () { Loading
CAM/LibItsCam_Templates.ttcn +0 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ module LibItsCam_Templates { import from LibIts_Interface all; import from LibItsCam_Pixits all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; Loading @@ -18,8 +17,6 @@ module LibItsCam_Templates { template CamReq m_camReq (in template (value) CamPdu p_camMsg) := { msgOut := p_camMsg }; template InvalidCamReq m_invalidCamReq (in template (value) InvalidCamPdu p_camMsg) := { msgOut := p_camMsg }; template CamPdu mw_camMsg_any := { header := { protocolVersion := 0, Loading
LibIts_Interface.ttcn +1 −9 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ module LibIts_Interface { // LibIts import from LibItsGeoNetworking_TypesAndValues all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all; import from DENM_PDU_Descriptions language "ASN.1:1997" all; // LibCommon Loading Loading @@ -162,7 +161,7 @@ module LibIts_Interface { */ type port CamPort message { in CamInd; out CamReq, InvalidCamReq; out CamReq; } // end CamPort /** Loading Loading @@ -311,13 +310,6 @@ module LibIts_Interface { CamPdu msgOut } /** * @desc FA1 Invalid CAM Request Primitive */ type record InvalidCamReq { InvalidCamPdu msgOut } /** * @desc FA1 DENM Indication Primitive * Loading