aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-25 14:45:30 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-25 14:45:30 -0500
commit8ee0af0d706a626eb0974b42d33b7c65f7eb5faa (patch)
tree0177cb93444ca2fd9f1c45d6cda504a0653e0617
parentb34f1d8bd392d3af2df445b7b08d6b82146e24bc (diff)
downloadphonesim-8ee0af0d706a626eb0974b42d33b7c65f7eb5faa.tar.gz
default.xml: Support dummy GPRS contexts
-rw-r--r--src/default.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/default.xml b/src/default.xml
index 35387ce..e16e18d 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -615,7 +615,7 @@
<chat>
<!-- Query GPRS network registration result code presentation -->
<command>AT+CGREG?</command>
- <response>+CGREG: ${GREG},0\n\nOK</response>
+ <response>+CGREG: ${GREG},1\n\nOK</response>
</chat>
<chat>
@@ -2712,6 +2712,18 @@
</chat>
<chat>
+ <!-- Fake CGDCONT -->
+ <command>AT+CGDCONT=*</command>
+ <response>OK</response>
+</chat>
+
+<chat>
+ <!-- Fake CGACT -->
+ <command>AT+CGACT=*</command>
+ <response>OK</response>
+</chat>
+
+<chat>
<!-- Fake attach -->
<command>AT+CGATT=1</command>
<response>OK</response>