Loading ttcn/AtsPSAP/AtsPSAP_TestControl.ttcn +12 −12 Original line number Diff line number Diff line Loading @@ -18,24 +18,24 @@ 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_03(v_cSeq)); } /*if (PICS_PSAP_S_SIP_UDP1 and PICS_PSAP_E_SIP_URN3) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_01(v_cSeq)); } if (PICS_PSAP_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_05(v_cSeq)); } /*if (PICS_PSAP_S_SIP_TCP1 and PICS_PSAP_E_SIP_URN3) { if (PICS_PSAP_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_06(v_cSeq)); } //if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_BYE_BV_01(v_cSeq)); } /*if (PICS_PSAP_S_SIP_TCP1 and PICS_PSAP_E_SIP_URN1) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_06(v_cSeq)); } //if (PICS_PSAP_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_07(v_cSeq)); } if (PICS_PSAP_S_SIP_UDP1 and PICS_PSAP_E_SIP_BSC1) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_07(v_cSeq)); } } if (PICS_E_SIP_URN1) { if (PICS_PSAP_E_SIP_URN1) { execute(TC_PSAP_SIP_MESSAGE_BV_01(v_cSeq)); } if (PICS_S_SIP_OPT1) { if (PICS_PSAP_S_SIP_OPT1) { execute(TC_PSAP_SIP_NOTIFY_BV_01(v_cSeq)); }*/ Loading Loading
ttcn/AtsPSAP/AtsPSAP_TestControl.ttcn +12 −12 Original line number Diff line number Diff line Loading @@ -18,24 +18,24 @@ 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_03(v_cSeq)); } /*if (PICS_PSAP_S_SIP_UDP1 and PICS_PSAP_E_SIP_URN3) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_01(v_cSeq)); } if (PICS_PSAP_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_05(v_cSeq)); } /*if (PICS_PSAP_S_SIP_TCP1 and PICS_PSAP_E_SIP_URN3) { if (PICS_PSAP_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_06(v_cSeq)); } //if (PICS_B_SDP_ULA1) { execute(TC_PSAP_SIP_BYE_BV_01(v_cSeq)); } /*if (PICS_PSAP_S_SIP_TCP1 and PICS_PSAP_E_SIP_URN1) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_06(v_cSeq)); } //if (PICS_PSAP_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_07(v_cSeq)); } if (PICS_PSAP_S_SIP_UDP1 and PICS_PSAP_E_SIP_BSC1) { if (PICS_PSAP_B_SDP_ULA1) { execute(TC_PSAP_SIP_INVITE_BV_07(v_cSeq)); } } if (PICS_E_SIP_URN1) { if (PICS_PSAP_E_SIP_URN1) { execute(TC_PSAP_SIP_MESSAGE_BV_01(v_cSeq)); } if (PICS_S_SIP_OPT1) { if (PICS_PSAP_S_SIP_OPT1) { execute(TC_PSAP_SIP_NOTIFY_BV_01(v_cSeq)); }*/ Loading