From 0a649e3d7ff6abed9ceaaaebdcfdc449a210a424 Mon Sep 17 00:00:00 2001 From: fischer Date: Mon, 12 Jul 2010 14:28:03 +0000 Subject: [PATCH] CAM PDU update --- ttcn/LibIts_Interface.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ttcn/LibIts_Interface.ttcn b/ttcn/LibIts_Interface.ttcn index e930f3ac..fa389804 100644 --- a/ttcn/LibIts_Interface.ttcn +++ b/ttcn/LibIts_Interface.ttcn @@ -298,14 +298,14 @@ module LibIts_Interface { * @desc FA1 CAM Indication Primitive */ type record CamInd { - CoopAwareness msgIn + CamPdu msgIn } /** * @desc FA1 CAM Request Primitive */ type record CamReq { - CoopAwareness msgOut + CamPdu msgOut } /** -- GitLab