From edaf06cff0520bb959add719787bda03d7b26d09 Mon Sep 17 00:00:00 2001 From: fischer Date: Thu, 15 Jul 2010 16:19:10 +0000 Subject: [PATCH] TCs added --- ttcn/CAM/LibItsCam_Functions.ttcn | 4 +++- ttcn/CAM/LibItsCam_Templates.ttcn | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ttcn/CAM/LibItsCam_Functions.ttcn b/ttcn/CAM/LibItsCam_Functions.ttcn index 2f46b5f0..93cbcbf5 100644 --- a/ttcn/CAM/LibItsCam_Functions.ttcn +++ b/ttcn/CAM/LibItsCam_Functions.ttcn @@ -65,7 +65,9 @@ group upperTester { } // end of function -} // end of upperTester +} // end of upperTester + + group configuration { /** diff --git a/ttcn/CAM/LibItsCam_Templates.ttcn b/ttcn/CAM/LibItsCam_Templates.ttcn index 26bc91b3..8d0c0db0 100644 --- a/ttcn/CAM/LibItsCam_Templates.ttcn +++ b/ttcn/CAM/LibItsCam_Templates.ttcn @@ -14,7 +14,7 @@ module LibItsCam_Templates { template CamInd mw_camInd (in template CamPdu p_camMsg) := { msgIn := p_camMsg }; template CamReq m_camReq (in template CamPdu p_camMsg) := { msgOut := p_camMsg }; - + template CamPdu mw_camMsg_any := { header := { protocolVersion := 0, -- GitLab