Loading asn1/CAM/CAM_test.asndeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line CAM-TEST-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, StationID FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) }; InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } -- invalid message type containing only stationID and stationCharacteristic, for testing purposes CoopAwarenessInvalid ::= SEQUENCE { stationID StationID, stationCharacteristics SEQUENCE { mobileItsStation BOOLEAN, -- will ITS station change position? privateItsStation BOOLEAN, -- not public authority physicalRelevantItsStation BOOLEAN, -- can another mobile ITS station crash into this station? ... } } END ttcn/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 ttcn/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 ttcn/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
asn1/CAM/CAM_test.asndeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line CAM-TEST-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, StationID FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) }; InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } -- invalid message type containing only stationID and stationCharacteristic, for testing purposes CoopAwarenessInvalid ::= SEQUENCE { stationID StationID, stationCharacteristics SEQUENCE { mobileItsStation BOOLEAN, -- will ITS station change position? privateItsStation BOOLEAN, -- not public authority physicalRelevantItsStation BOOLEAN, -- can another mobile ITS station crash into this station? ... } } END
ttcn/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
ttcn/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
ttcn/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