aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2012-06-27 17:10:44 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-06-24 16:43:07 -0500
commitf1589916450909609530ab021e07e3a028f9b9d4 (patch)
treeeabb49d05b2a7f7a339f97a0aeffe64df7174939
parent44ec284e0ee4b0e5c0767ba75cb7ee66cc08bad6 (diff)
downloadphonesim-f1589916450909609530ab021e07e3a028f9b9d4.tar.gz
xml: Add support for USSD answer
-rw-r--r--src/default.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/default.xml b/src/default.xml
index 7eabfbe..9a6c8c6 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -2009,6 +2009,13 @@
</chat>
<chat>
+ <!-- USSD answer that is supported by the network -->
+ <command>AT+CUSD=1,"response",15</command>
+ <response>+CUSD: 0,"Thank you.",15\n\nOK</response>
+ <set name="USD" value="1"/>
+</chat>
+
+<chat>
<!-- SAT initiated 7-Bit USSD query that is supported by the network -->
<command>AT+CUSD=1,"ABCD",240</command>
<response>+CUSD: 0,"USSD string received from SS",240\n\nOK</response>