aboutsummaryrefslogtreecommitdiffstats
path: root/msc/expected-results.xml
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-06-06 05:29:24 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-06-10 20:36:51 +0700
commitb9d09f99ee07a31fcb59a2008c25aa28ebe09a2f (patch)
tree8f5e56ca71b2bc418548b9b0954e9c49fad0a555 /msc/expected-results.xml
parent752ffd565addbd859b6488558cd867cca35054d2 (diff)
msc/USSD: add unknown request code testcase
The idea of this testcase is to check reaction of the network on reception of USSD request with unknown/unhandled request code. It is not clearly defined by the GSM specs, how the network should react in such cases, but looking at GSM TS 04.80, section 4.3.2 "Error types description", the UnexpectedDataValue error looks suitable. Commercial networks also use this error when an unknown request code is sent. Change-Id: I6a3fcaafc37972a38c13722f0b511ea5e1e3fbd8
Diffstat (limited to 'msc/expected-results.xml')
-rw-r--r--msc/expected-results.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/msc/expected-results.xml b/msc/expected-results.xml
index ac18fdee..69f2e283 100644
--- a/msc/expected-results.xml
+++ b/msc/expected-results.xml
@@ -72,4 +72,5 @@
<testcase classname='MSC_Tests' name='TC_smpp_mt_sms' time='MASKED'/>
<testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug' time='MASKED'/>
<testcase classname='MSC_Tests' name='TC_lu_and_ussd_single_req' time='MASKED'/>
+ <testcase classname='MSC_Tests' name='TC_lu_and_ussd_wrong_code' time='MASKED'/>
</testsuite>