Loading mocks/AtsESRP/QUEUE_STATE_BV_02/run.sh +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ set -e #set -vx rm *.log sipp -t t1 -trace_msg -m 1 -sf Scenario.xml 127.0.0.1:5080 exit $? ttcn/AtsESRP/AtsESRP_TestCases.ttcn +4 −7 Original line number Diff line number Diff line Loading @@ -612,11 +612,8 @@ module AtsESRP_TestCases { // Initialize f_init_userprofile(c_userProfile_ESINetPSAP); f_init_interfaceprofile(c_interfaceProfile_SUT_ESRP); // f_IMS_preamble_woRegistration(p_cSeq_s); // Preamble // TODO: Comment back in, once the encoding notify payload issue is resolved /* f_sendDequeueRegistration( m_dequeue_registration_request( PX_ESRP_DEQUEUE_REGISTRATION_QUEUE, Loading @@ -626,14 +623,13 @@ module AtsESRP_TestCases { ) ); f_awaitingDequeueRegistrationResponse(mw_dequeue_response_ok) */ f_awaitingSubscribeQueueState(); f_sendSubscribeQueueStateResponse(); f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success); // Test Body var QueueStatePayload state := { QueueStateEventUri := PX_ESRP_DEQUEUE_REGISTRATION_QUEUE, QueueStateEventQueueLength := 5, Loading @@ -643,6 +639,7 @@ module AtsESRP_TestCases { var charstring json := oct2char(unichar2oct(encvalue_unichar(valueof(state)))); LibSip_Steps.f_setHeadersNOTIFY(vc_cSeq); f_SendNOTIFY(m_NOTIFY_QueueState( vc_requestUri, vc_callId ,vc_cSeq, vc_from, vc_to, vc_via, { textplain := json } )); Loading Loading
mocks/AtsESRP/QUEUE_STATE_BV_02/run.sh +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ set -e #set -vx rm *.log sipp -t t1 -trace_msg -m 1 -sf Scenario.xml 127.0.0.1:5080 exit $?
ttcn/AtsESRP/AtsESRP_TestCases.ttcn +4 −7 Original line number Diff line number Diff line Loading @@ -612,11 +612,8 @@ module AtsESRP_TestCases { // Initialize f_init_userprofile(c_userProfile_ESINetPSAP); f_init_interfaceprofile(c_interfaceProfile_SUT_ESRP); // f_IMS_preamble_woRegistration(p_cSeq_s); // Preamble // TODO: Comment back in, once the encoding notify payload issue is resolved /* f_sendDequeueRegistration( m_dequeue_registration_request( PX_ESRP_DEQUEUE_REGISTRATION_QUEUE, Loading @@ -626,14 +623,13 @@ module AtsESRP_TestCases { ) ); f_awaitingDequeueRegistrationResponse(mw_dequeue_response_ok) */ f_awaitingSubscribeQueueState(); f_sendSubscribeQueueStateResponse(); f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success); // Test Body var QueueStatePayload state := { QueueStateEventUri := PX_ESRP_DEQUEUE_REGISTRATION_QUEUE, QueueStateEventQueueLength := 5, Loading @@ -643,6 +639,7 @@ module AtsESRP_TestCases { var charstring json := oct2char(unichar2oct(encvalue_unichar(valueof(state)))); LibSip_Steps.f_setHeadersNOTIFY(vc_cSeq); f_SendNOTIFY(m_NOTIFY_QueueState( vc_requestUri, vc_callId ,vc_cSeq, vc_from, vc_to, vc_via, { textplain := json } )); Loading