Commit f9908ac6 authored by YannGarcia's avatar YannGarcia
Browse files

Update module.mk

parent f474db81
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -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 \