pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41516?usp=email )
Change subject: stp: tcap: Fix s/utds/udts/g typo ......................................................................
stp: tcap: Fix s/utds/udts/g typo
Change-Id: Ie30f665ecff2cefc1acbfd1aa65d9bebdd9311ec --- M stp/STP_Tests_TCAP.ttcn M stp/expected-results.xml 2 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/41516/1
diff --git a/stp/STP_Tests_TCAP.ttcn b/stp/STP_Tests_TCAP.ttcn index 2f26547..3341de9 100644 --- a/stp/STP_Tests_TCAP.ttcn +++ b/stp/STP_Tests_TCAP.ttcn @@ -572,12 +572,12 @@ setverdict(pass); }
-/* Test if UTDS is sent back when sending a TCAP messages with a OTID not valid +/* Test if UDTS is sent back when sending a TCAP messages with a OTID not valid * * node a: 0..99 * node b: 100..199 */ -testcase TC_tcap_loadshare_ipa_tcap_utds() runs on TCAP_CT { +testcase TC_tcap_loadshare_ipa_tcap_udts() runs on TCAP_CT { var template (value) IPA_EXT_TCAP_ROUTING_Message tcap_rt_msg; var Misc_Helpers.ro_charstring tcap_asps := { "asp-m3ua-loadshare-0-0", "asp-m3ua-loadshare-0-1", @@ -609,7 +609,7 @@ setverdict(pass); } [] T.timeout { - setverdict(fail, __SCOPE__, "(): Timeout waiting for UTDS"); + setverdict(fail, __SCOPE__, "(): Timeout waiting for UDTS"); Misc_Helpers.f_shutdown(__BFILE__, __LINE__); } } @@ -636,7 +636,7 @@ execute( TC_tcap_loadshare_ipa_tcap_range_success_pc_ssn() ); execute( TC_tcap_loadshare_ipa_tcap_range_success_pc_ssn2() ); execute( TC_tcap_loadshare_ipa_tcap_range_fail_pc_ssn_overlap() ); - execute( TC_tcap_loadshare_ipa_tcap_utds() ); + execute( TC_tcap_loadshare_ipa_tcap_udts() ); }
diff --git a/stp/expected-results.xml b/stp/expected-results.xml index 53cf703..e0170de 100644 --- a/stp/expected-results.xml +++ b/stp/expected-results.xml @@ -80,5 +80,5 @@ <testcase classname='STP_Tests_TCAP' name='TC_tcap_loadshare_ipa_tcap_range_success_pc_ssn' time='MASKED'/> <testcase classname='STP_Tests_TCAP' name='TC_tcap_loadshare_ipa_tcap_range_success_pc_ssn2' time='MASKED'/> <testcase classname='STP_Tests_TCAP' name='TC_tcap_loadshare_ipa_tcap_range_fail_pc_ssn_overlap' time='MASKED'/> - <testcase classname='STP_Tests_TCAP' name='TC_tcap_loadshare_ipa_tcap_utds' time='MASKED'/> + <testcase classname='STP_Tests_TCAP' name='TC_tcap_loadshare_ipa_tcap_udts' time='MASKED'/> </testsuite>