Commit 445d78a4 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

PSAP tests renamed and added new ones

parent aa8b6845
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -20,23 +20,23 @@ module AtsPSAP_TestControl {
    execute(TC_PSAP_SIP_INVITE_BV_01(v_cSeq));
    /*if (PICS_S_SIP_UDP1 and PICS_E_SIP_URN3) {
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_01(v_cSeq)); }
      if (PICS_B_SDP_ALA1) { execute(TC_PSAP_SIP_INVITE_BV_02(v_cSeq)); }
      if (PICS_B_SDP_ALA1) { execute(TC_PSAP_SIP_INVITE_BV_03(v_cSeq)); }
      }*/
    /*if (PICS_S_SIP_TCP1 and PICS_E_SIP_URN3) {
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_03(v_cSeq)); }
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_05(v_cSeq)); }
      }*/
    /*if (PICS_S_SIP_TCP1 and PICS_E_SIP_URN1) {
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_04(v_cSeq)); }
      //if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_06(v_cSeq)); }
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_06(v_cSeq)); }
      //if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_BYE_BV_01(v_cSeq)); }
    }
    if (PICS_S_SIP_UDP1 and PICS_E_SIP_BSC1) {
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_05(v_cSeq)); }
      if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_07(v_cSeq)); }
      }
    if (PICS_E_SIP_URN1) {
      execute(TC_PSAP_SIP_INVITE_BV_07(v_cSeq));
      execute(TC_PSAP_SIP_MESSAGE_BV_01(v_cSeq));
      }
    if (PICS_S_SIP_OPT1) {
      execute(TC_PSAP_SIP_INVITE_BV_08(v_cSeq));
      execute(TC_PSAP_SIP_NOTIFY_BV_01(v_cSeq));
      }*/
    
  } // End of 'control' statement