From 4362f116e46536b9204adb31512781fb3762eaa3 Mon Sep 17 00:00:00 2001 From: berge Date: Wed, 7 Jul 2010 09:28:23 +0000 Subject: [PATCH] Added DEN message in Denm port primitives --- ttcn/LibIts_Interface.ttcn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ttcn/LibIts_Interface.ttcn b/ttcn/LibIts_Interface.ttcn index d51dda5f..0c9fe875 100644 --- a/ttcn/LibIts_Interface.ttcn +++ b/ttcn/LibIts_Interface.ttcn @@ -14,8 +14,9 @@ module LibIts_Interface { // LibCommon import from LibCommon_Time {modulepar all}; - // CAM ASN1 definitions + // ASN1 definitions import from CAM_PDU_Descriptions language "ASN.1:1997" all; + import from DENM_PDU_Descriptions language "ASN.1:1997" all; group adapterInterface { @@ -303,12 +304,14 @@ module LibIts_Interface { * @desc FA1 DENM Indication Primitive */ type record DenmInd { + DecentralizedEnvironmentalNotificationMessage msgIn } /** * @desc FA1 DENM Request Primitive */ type record DenmReq { + DecentralizedEnvironmentalNotificationMessage msgOut } } // end fa1Primitives -- GitLab