Skip to content
AtsMec_WlanInformationAPI_TestControl.ttcn 1.39 KiB
Newer Older
module AtsMec_WlanInformationAPI_TestControl {

  // LibMec/WlanInformationAPI
  import from WlanInformationAPI_Pics all;

  // LibMec
  import from LibMec_Pics all;

  // AtsMec
  import from AtsMec_WlanInformationAPI_TestCases all;

  control {

    if (PICS_MEC_PLAT and PICS_SERVICES and PICS_WLAN_INFORMATION_API_SUPPORTED) {
      execute(TC_MEC_MEC028_SRV_WAI_001_OK());
      execute(TC_MEC_MEC028_SRV_WAI_002_OK());
      execute(TC_MEC_MEC028_SRV_WAI_002_BR());

      execute(TC_MEC_MEC028_SRV_WAI_003_OK());
      execute(TC_MEC_MEC028_SRV_WAI_004_OK());
      execute(TC_MEC_MEC028_SRV_WAI_004_BR());

      execute(TC_MEC_MEC028_SRV_WAI_005_OK());
      execute(TC_MEC_MEC028_SRV_WAI_006_OK());
      execute(TC_MEC_MEC028_SRV_WAI_006_BR());
      execute(TC_MEC_MEC028_SRV_WAI_006_NF());

      execute(TC_MEC_MEC028_SRV_WAI_007_OK());
      execute(TC_MEC_MEC028_SRV_WAI_007_BR());
      execute(TC_MEC_MEC028_SRV_WAI_007_NF());

      execute(TC_MEC_MEC028_SRV_WAI_008_OK());
      execute(TC_MEC_MEC028_SRV_WAI_008_NF());

      execute(TC_MEC_MEC028_SRV_WAI_009_OK());
      execute(TC_MEC_MEC028_SRV_WAI_009_BR());
      execute(TC_MEC_MEC028_SRV_WAI_009_NF());

      execute(TC_MEC_MEC028_SRV_WAI_010_OK());
      execute(TC_MEC_MEC028_SRV_WAI_010_NF());

      execute(TC_MEC_MEC028_SRV_WAI_011_OK());
    }

  } // End of 'control' statement

} // End of module AtsMec_WlanInformationAPI_TestControl