Loading lib/LibItsMbr_Templates.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -168,15 +168,15 @@ module LibItsMbr_Templates { group camObservation { // FIXME To be checked template (value) AidSpecificReport m_cam_specific_report( in template (value) AidSpecificReport.content p_content template (value) AidSpecificReportCam m_cam_specific_report( in template (value) AidSpecificReportCam.content p_content ) := { aid := c_AsrCam, content := p_content } // End of template m_cam_specific_report template (present) AidSpecificReport mw_cam_specific_report( template (present) AidSpecificReport.content p_content := ? template (present) AidSpecificReportCam mw_cam_specific_report( template (present) AidSpecificReportCam.content p_content := ? ) := { aid := c_AsrCam, content := p_content Loading module.mk +3 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,9 @@ sources := ItsMbr_TestCases.ttcn \ modules := lib \ lib_system \ /titan-test-system-framework/ttcn/LibHelpers \ /titan-test-system-framework/ttcn/LibSecurity \ ../../titan-test-system-framework/ttcn/LibHelpers \ ../../titan-test-system-framework/ttcn/LibSecurity \ ../../titan-test-system-framework/ttcn/LibXsd \ ../../titan-test-system-framework/ttcn/LibHttp \ ../LibCommon \ ../LibIts \ Loading Loading
lib/LibItsMbr_Templates.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -168,15 +168,15 @@ module LibItsMbr_Templates { group camObservation { // FIXME To be checked template (value) AidSpecificReport m_cam_specific_report( in template (value) AidSpecificReport.content p_content template (value) AidSpecificReportCam m_cam_specific_report( in template (value) AidSpecificReportCam.content p_content ) := { aid := c_AsrCam, content := p_content } // End of template m_cam_specific_report template (present) AidSpecificReport mw_cam_specific_report( template (present) AidSpecificReport.content p_content := ? template (present) AidSpecificReportCam mw_cam_specific_report( template (present) AidSpecificReportCam.content p_content := ? ) := { aid := c_AsrCam, content := p_content Loading
module.mk +3 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,9 @@ sources := ItsMbr_TestCases.ttcn \ modules := lib \ lib_system \ /titan-test-system-framework/ttcn/LibHelpers \ /titan-test-system-framework/ttcn/LibSecurity \ ../../titan-test-system-framework/ttcn/LibHelpers \ ../../titan-test-system-framework/ttcn/LibSecurity \ ../../titan-test-system-framework/ttcn/LibXsd \ ../../titan-test-system-framework/ttcn/LibHttp \ ../LibCommon \ ../LibIts \ Loading