Loading codec/validation/LoopbackTests/SipCodecTestGenerator.pl +0 −2 Original line number Diff line number Diff line Loading @@ -124,7 +124,6 @@ sub processTypeFile($) { my @constraint; if(defined $3) { my $constraints = $3; $constraints = substr($constraints, 1, length($constraints) - 2) if $1 eq "charstring"; @constraint = split(/,/, substr($constraints, 1, length($constraints) - 2)); } if(defined $4) { Loading @@ -140,7 +139,6 @@ sub processTypeFile($) { my @constraint; if(defined $3) { my $constraints = $3; $constraints = substr($constraints, 1, length($constraints) - 2) if $1 eq "charstring"; @constraint = split(/,/, substr($constraints, 1, length($constraints) - 2)); } if(defined $4) { Loading codec/validation/LoopbackTests/SipCodecTest_LoopbackTemplates.ttcn +638 −412 File changed.Preview size limit exceeded, changes collapsed. Show changes codec/validation/LoopbackTests/SipCodecTest_LoopbackTestControl.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,8 @@ control { execute(TC_LOOPBACK_REQUEST_454()); execute(TC_LOOPBACK_REQUEST_455()); execute(TC_LOOPBACK_REQUEST_456()); execute(TC_LOOPBACK_REQUEST_457()); execute(TC_LOOPBACK_REQUEST_458()); execute(TC_LOOPBACK_REGISTER_REQUEST_0()); execute(TC_LOOPBACK_REGISTER_REQUEST_1()); execute(TC_LOOPBACK_REGISTER_REQUEST_2()); Loading codec/validation/LoopbackTests/SipCodecTest_LoopbackTestcases.ttcn +20 −0 Original line number Diff line number Diff line Loading @@ -4572,6 +4572,26 @@ import from SipCodecTest_LoopbackTemplates all; sipPort.receive(m_request_456); } testcase TC_LOOPBACK_REQUEST_457() runs on SipSimu system SipSimu { // Preamble map(self:sipPort, self:sipPort); // Test Body sipPort.send(m_request_457); sipPort.receive(m_request_457); } testcase TC_LOOPBACK_REQUEST_458() runs on SipSimu system SipSimu { // Preamble map(self:sipPort, self:sipPort); // Test Body sipPort.send(m_request_458); sipPort.receive(m_request_458); } testcase TC_LOOPBACK_REGISTER_REQUEST_0() runs on SipSimu system SipSimu { // Preamble Loading Loading
codec/validation/LoopbackTests/SipCodecTestGenerator.pl +0 −2 Original line number Diff line number Diff line Loading @@ -124,7 +124,6 @@ sub processTypeFile($) { my @constraint; if(defined $3) { my $constraints = $3; $constraints = substr($constraints, 1, length($constraints) - 2) if $1 eq "charstring"; @constraint = split(/,/, substr($constraints, 1, length($constraints) - 2)); } if(defined $4) { Loading @@ -140,7 +139,6 @@ sub processTypeFile($) { my @constraint; if(defined $3) { my $constraints = $3; $constraints = substr($constraints, 1, length($constraints) - 2) if $1 eq "charstring"; @constraint = split(/,/, substr($constraints, 1, length($constraints) - 2)); } if(defined $4) { Loading
codec/validation/LoopbackTests/SipCodecTest_LoopbackTemplates.ttcn +638 −412 File changed.Preview size limit exceeded, changes collapsed. Show changes
codec/validation/LoopbackTests/SipCodecTest_LoopbackTestControl.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,8 @@ control { execute(TC_LOOPBACK_REQUEST_454()); execute(TC_LOOPBACK_REQUEST_455()); execute(TC_LOOPBACK_REQUEST_456()); execute(TC_LOOPBACK_REQUEST_457()); execute(TC_LOOPBACK_REQUEST_458()); execute(TC_LOOPBACK_REGISTER_REQUEST_0()); execute(TC_LOOPBACK_REGISTER_REQUEST_1()); execute(TC_LOOPBACK_REGISTER_REQUEST_2()); Loading
codec/validation/LoopbackTests/SipCodecTest_LoopbackTestcases.ttcn +20 −0 Original line number Diff line number Diff line Loading @@ -4572,6 +4572,26 @@ import from SipCodecTest_LoopbackTemplates all; sipPort.receive(m_request_456); } testcase TC_LOOPBACK_REQUEST_457() runs on SipSimu system SipSimu { // Preamble map(self:sipPort, self:sipPort); // Test Body sipPort.send(m_request_457); sipPort.receive(m_request_457); } testcase TC_LOOPBACK_REQUEST_458() runs on SipSimu system SipSimu { // Preamble map(self:sipPort, self:sipPort); // Test Body sipPort.send(m_request_458); sipPort.receive(m_request_458); } testcase TC_LOOPBACK_REGISTER_REQUEST_0() runs on SipSimu system SipSimu { // Preamble Loading