aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-22 16:47:58 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-11-22 16:47:58 -0600
commitb2e540b92562cc52928c82778072ae77e0674b0d (patch)
tree521a759f47d043f95c37ebc2c28c67dd2a6da334
parent25531b9edf50ac845ac7a7580d98852b76614031 (diff)
downloadphonesim-b2e540b92562cc52928c82778072ae77e0674b0d.tar.gz
Add support for +COLR according to R9 of 27.007
-rw-r--r--src/default.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/default.xml b/src/default.xml
index 216b2b8..ab1ed06 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -1411,6 +1411,17 @@
</chat>
<chat>
+ <!-- Query originating line identifier restriction mode -->
+ <command>AT+COLR</command>
+ <response>+COLR: 1\n\nOK</response>
+</chat>
+
+<chat>
+ <!-- Query supported originating line identifier restriction modes -->
+ <command>AT+COLR=?</command>
+ <response>OK</response>
+</chat>
+<chat>
<!-- Query closed user group status (not supported yet) -->
<command>AT+CCUG?</command>
<response>+CCUG: 0,0,0\n\nOK</response>