Loading ttcn/LibIts_Interface.ttcn +5 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,9 @@ module LibIts_Interface { // LibCommon // LibCommon import from LibCommon_Time {modulepar all}; import from LibCommon_Time {modulepar all}; // CAM ASN1 definitions import from CAM_PDU_Descriptions language "ASN.1:1997" all; group adapterInterface { group adapterInterface { group portDefinitions { group portDefinitions { Loading Loading @@ -286,12 +289,14 @@ module LibIts_Interface { * @desc FA1 CAM Indication Primitive * @desc FA1 CAM Indication Primitive */ */ type record CamInd { type record CamInd { CoopAwareness msgIn } } /** /** * @desc FA1 CAM Request Primitive * @desc FA1 CAM Request Primitive */ */ type record CamReq { type record CamReq { CoopAwareness msgOut } } /** /** Loading Loading
ttcn/LibIts_Interface.ttcn +5 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,9 @@ module LibIts_Interface { // LibCommon // LibCommon import from LibCommon_Time {modulepar all}; import from LibCommon_Time {modulepar all}; // CAM ASN1 definitions import from CAM_PDU_Descriptions language "ASN.1:1997" all; group adapterInterface { group adapterInterface { group portDefinitions { group portDefinitions { Loading Loading @@ -286,12 +289,14 @@ module LibIts_Interface { * @desc FA1 CAM Indication Primitive * @desc FA1 CAM Indication Primitive */ */ type record CamInd { type record CamInd { CoopAwareness msgIn } } /** /** * @desc FA1 CAM Request Primitive * @desc FA1 CAM Request Primitive */ */ type record CamReq { type record CamReq { CoopAwareness msgOut } } /** /** Loading