Loading codec/validation/LoopbackTests/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ CC = gcc CXX = g++ CFLAGS = -g CFLAGS = -ggdb CXXFLAGS = -g CXXFLAGS = -ggdb include $(shell t3devkit-config --mk) codec/validation/LoopbackTests/SipCodecTestGenerator.pl +5 −4 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ sub initializeDefaultValues() { 'charstring' => ['"a"', '"abcde"', '"abcdefghij"'], 'integer' => [1, 2, 3], 'boolean' => ["true", "false"], 'SipUrl scheme' => ['"sip"'] 'SipUrl scheme' => ['"sip"'], 'StatusLine sipVersion' => ['"SIP/2.0"'] ); } Loading codec/validation/LoopbackTests/SipCodecTest_LoopbackTemplates.ttcn +1147 −1127 File changed.Preview size limit exceeded, changes collapsed. Show changes codec/validation/LoopbackTests/SipCodecTest_LoopbackTestControl.ttcn +3 −7 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import from SipCodecTest_LoopbackTestcases all; control { execute(TC_LOOPBACK_REQUEST_0()); /* execute(TC_LOOPBACK_REQUEST_1()); execute(TC_LOOPBACK_REQUEST_1()); execute(TC_LOOPBACK_REQUEST_2()); execute(TC_LOOPBACK_REQUEST_3()); execute(TC_LOOPBACK_REQUEST_4()); Loading Loading @@ -462,6 +462,8 @@ control { execute(TC_LOOPBACK_REQUEST_456()); execute(TC_LOOPBACK_REQUEST_457()); execute(TC_LOOPBACK_REQUEST_458()); execute(TC_LOOPBACK_REQUEST_459()); execute(TC_LOOPBACK_REQUEST_460()); execute(TC_LOOPBACK_REGISTER_REQUEST_0()); execute(TC_LOOPBACK_REGISTER_REQUEST_1()); execute(TC_LOOPBACK_REGISTER_REQUEST_2()); Loading Loading @@ -521,11 +523,5 @@ control { execute(TC_LOOPBACK_RESPONSE_14()); execute(TC_LOOPBACK_RESPONSE_15()); execute(TC_LOOPBACK_RESPONSE_16()); execute(TC_LOOPBACK_RESPONSE_17()); execute(TC_LOOPBACK_RESPONSE_18()); execute(TC_LOOPBACK_RESPONSE_19()); execute(TC_LOOPBACK_RESPONSE_20()); execute(TC_LOOPBACK_RESPONSE_21()); execute(TC_LOOPBACK_RESPONSE_22());*/ } } // end module codec/validation/LoopbackTests/SipCodecTest_LoopbackTestcases.ttcn +36 −108 Original line number Diff line number Diff line Loading @@ -8265,6 +8265,42 @@ import from SipCodecTest_LoopbackTemplates all; } } testcase TC_LOOPBACK_REQUEST_459() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_request_459); t_ac.start; alt { [] sipPort.receive(m_request_459) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_REQUEST_460() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_request_460); t_ac.start; alt { [] sipPort.receive(m_request_460) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_REGISTER_REQUEST_0() runs on SipSimu { // Variables Loading Loading @@ -9327,112 +9363,4 @@ import from SipCodecTest_LoopbackTemplates all; } } testcase TC_LOOPBACK_RESPONSE_17() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_17); t_ac.start; alt { [] sipPort.receive(m_response_17) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_18() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_18); t_ac.start; alt { [] sipPort.receive(m_response_18) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_19() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_19); t_ac.start; alt { [] sipPort.receive(m_response_19) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_20() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_20); t_ac.start; alt { [] sipPort.receive(m_response_20) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_21() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_21); t_ac.start; alt { [] sipPort.receive(m_response_21) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_22() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_22); t_ac.start; alt { [] sipPort.receive(m_response_22) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } } // end module Loading
codec/validation/LoopbackTests/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ CC = gcc CXX = g++ CFLAGS = -g CFLAGS = -ggdb CXXFLAGS = -g CXXFLAGS = -ggdb include $(shell t3devkit-config --mk)
codec/validation/LoopbackTests/SipCodecTestGenerator.pl +5 −4 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ sub initializeDefaultValues() { 'charstring' => ['"a"', '"abcde"', '"abcdefghij"'], 'integer' => [1, 2, 3], 'boolean' => ["true", "false"], 'SipUrl scheme' => ['"sip"'] 'SipUrl scheme' => ['"sip"'], 'StatusLine sipVersion' => ['"SIP/2.0"'] ); } Loading
codec/validation/LoopbackTests/SipCodecTest_LoopbackTemplates.ttcn +1147 −1127 File changed.Preview size limit exceeded, changes collapsed. Show changes
codec/validation/LoopbackTests/SipCodecTest_LoopbackTestControl.ttcn +3 −7 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import from SipCodecTest_LoopbackTestcases all; control { execute(TC_LOOPBACK_REQUEST_0()); /* execute(TC_LOOPBACK_REQUEST_1()); execute(TC_LOOPBACK_REQUEST_1()); execute(TC_LOOPBACK_REQUEST_2()); execute(TC_LOOPBACK_REQUEST_3()); execute(TC_LOOPBACK_REQUEST_4()); Loading Loading @@ -462,6 +462,8 @@ control { execute(TC_LOOPBACK_REQUEST_456()); execute(TC_LOOPBACK_REQUEST_457()); execute(TC_LOOPBACK_REQUEST_458()); execute(TC_LOOPBACK_REQUEST_459()); execute(TC_LOOPBACK_REQUEST_460()); execute(TC_LOOPBACK_REGISTER_REQUEST_0()); execute(TC_LOOPBACK_REGISTER_REQUEST_1()); execute(TC_LOOPBACK_REGISTER_REQUEST_2()); Loading Loading @@ -521,11 +523,5 @@ control { execute(TC_LOOPBACK_RESPONSE_14()); execute(TC_LOOPBACK_RESPONSE_15()); execute(TC_LOOPBACK_RESPONSE_16()); execute(TC_LOOPBACK_RESPONSE_17()); execute(TC_LOOPBACK_RESPONSE_18()); execute(TC_LOOPBACK_RESPONSE_19()); execute(TC_LOOPBACK_RESPONSE_20()); execute(TC_LOOPBACK_RESPONSE_21()); execute(TC_LOOPBACK_RESPONSE_22());*/ } } // end module
codec/validation/LoopbackTests/SipCodecTest_LoopbackTestcases.ttcn +36 −108 Original line number Diff line number Diff line Loading @@ -8265,6 +8265,42 @@ import from SipCodecTest_LoopbackTemplates all; } } testcase TC_LOOPBACK_REQUEST_459() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_request_459); t_ac.start; alt { [] sipPort.receive(m_request_459) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_REQUEST_460() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_request_460); t_ac.start; alt { [] sipPort.receive(m_request_460) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_REGISTER_REQUEST_0() runs on SipSimu { // Variables Loading Loading @@ -9327,112 +9363,4 @@ import from SipCodecTest_LoopbackTemplates all; } } testcase TC_LOOPBACK_RESPONSE_17() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_17); t_ac.start; alt { [] sipPort.receive(m_response_17) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_18() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_18); t_ac.start; alt { [] sipPort.receive(m_response_18) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_19() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_19); t_ac.start; alt { [] sipPort.receive(m_response_19) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_20() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_20); t_ac.start; alt { [] sipPort.receive(m_response_20) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_21() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_21); t_ac.start; alt { [] sipPort.receive(m_response_21) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } testcase TC_LOOPBACK_RESPONSE_22() runs on SipSimu { // Variables timer t_ac := 3.0; // Test Body sipPort.send(m_response_22); t_ac.start; alt { [] sipPort.receive(m_response_22) { setverdict(pass); } [] t_ac.timeout { setverdict(fail); } } } } // end module