diff --git a/ttcn/LibIts_Interface.ttcn b/ttcn/LibIts_Interface.ttcn index e930f3ac05070567a02e34bae6295e5f2cdf9897..fa3898040ab9826821cf10fe7e27e848df3737be 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 } /**