From 8102d865ff7cc3b76e25aca69681ba7c7b3a3269 Mon Sep 17 00:00:00 2001 From: berge Date: Wed, 7 Jul 2010 09:25:55 +0000 Subject: [PATCH] Added CAM message in Cam port primitives --- ttcn/LibIts_Interface.ttcn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ttcn/LibIts_Interface.ttcn b/ttcn/LibIts_Interface.ttcn index cfd944ce..d51dda5f 100644 --- a/ttcn/LibIts_Interface.ttcn +++ b/ttcn/LibIts_Interface.ttcn @@ -14,6 +14,9 @@ module LibIts_Interface { // LibCommon import from LibCommon_Time {modulepar all}; + // CAM ASN1 definitions + import from CAM_PDU_Descriptions language "ASN.1:1997" all; + group adapterInterface { group portDefinitions { @@ -286,12 +289,14 @@ module LibIts_Interface { * @desc FA1 CAM Indication Primitive */ type record CamInd { + CoopAwareness msgIn } /** * @desc FA1 CAM Request Primitive */ type record CamReq { + CoopAwareness msgOut } /** -- GitLab