Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 00/12] doc: Add AT commands list to be supported in emulator
@ 2011-03-18 12:30 Olivier Guiter
  2011-03-18 12:30 ` [PATCH 01/12] doc: fix typo and incorrect line length Olivier Guiter
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

Hi,
These patches only add a list of AT commands that should be added in
the emulator. This list is not only related to bluetooth stuff.

Olivier Guiter (12):
  doc: fix typo and incorrect line length
  doc: Add BT HFP AT commands list
  doc: Add AT command reference mark
  doc: Add AT commands for Call Management
  doc:Add AT commands for GPRS
  doc:Add AT commands for Network support
  doc: AT commands for supplementary services
  doc: AT commands for SMS
  doc: AT commands for device management
  doc: AT commands for SIM
  doc: Add AT command for debugging purpose
  doc: AT commands for Location based services

 doc/dialup-command-set.txt |  228 +++++++++++++++++++++++++++++++++++++-------
 1 files changed, 194 insertions(+), 34 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 01/12] doc: fix typo and incorrect line length
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 02/12] doc: Add BT HFP AT commands list Olivier Guiter
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 3277 bytes --]

---
 doc/dialup-command-set.txt |   70 ++++++++++++++++++++++---------------------
 1 files changed, 36 insertions(+), 34 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index a7a1df3..3e40aae 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -1,45 +1,47 @@
-This document specifies the AT command set used in the bluetooth ofono plugins.
+This document specifies the AT command supported in the AT Emulator and atoms.
 
 Bluetooth Dial-up Networking Profile Features Description
 =========================================================
-(Ref. document: Dial-up Networking Profile - Bluetooth specification version 1.1 - 22 February 2001)
+(Ref. document: Dial-up Networking Profile - Bluetooth specification
+	 version 1.1- 22 February 2001)
 
-- AT COMMAND SET USED:
+- AT COMMAND set used:
 Commands:
-	&C	Circuit 109 (DCD) Control
-	&D	Circuit 108 (DTR) Response
-	&F	Set to Factory Defined Configuration
-	+GCAP	Request Complete Capabilities List
-	+GMI	Request Manufacturer Identification
-	+GMM	Read Model Identification
-	+GMR	Read Revision Identification
-	A	Answer Incoming Call
-	D	Dial
-	E	Command Echo
-	H	Hang Up
-	L	Monitor Speaker Loudness
-	M	Monitor Speaker Control
-	O	Return to Online Data Mode
-	P	Select Pulse Dialling
-	Q	Result Code Suppression
-	S0	Automatic Answer Control
-	S10	Automatic Disconnect Delay Control
-	S3	Command Line Termination Character
-	S4	Response Formatting Character
-	S5	Command Line Editing Character (BACKSPACE)
-	S6	Blind Dial Delay Control
-	S7	Connection Completion Timeout
-	S8	Comma Dial Modifier Delay Control
-	T	Select Tone Dialling
-	V	DCE Response Format
-	X	Call Progress Monitoring Control
-	Z	Reset to Default Configuration
+	&C		Circuit 109 (DCD) Control
+	&D		Circuit 108 (DTR) Response
+	&F		Set to Factory Defined Configuration
+	+GCAP		Request Complete Capabilities List
+	+GMI		Request Manufacturer Identification
+	+GMM		Read Model Identification
+	+GMR		Read Revision Identification
+	A		Answer Incoming Call
+	D		Dial
+	E		Command Echo
+	H		Hang Up
+	L		Monitor Speaker Loudness
+	M		Monitor Speaker Control
+	O		Return to Online Data Mode
+	P		Select Pulse Dialling
+	Q		Result Code Suppression
+	S0		Automatic Answer Control
+	S10		Automatic Disconnect Delay Control
+	S3		Command Line Termination Character
+	S4		Response Formatting Character
+	S5		Command Line Editing Character (BACKSPACE)
+	S6		Blind Dial Delay Control
+	S7		Connection Completion Timeout
+	S8		Comma Dial Modifier Delay Control
+	T		Select Tone Dialling
+	V		DCE Response Format
+	X		Call Progress Monitoring Control
+	Z		Reset to Default Configuration
 Result codes:
 	OK		Acknowledge execution of a command
 	CONNECT		Connection has been established
-	RING		The DCE has detected an incoming call signal from network
-	NO CARRIER	The connection has been terminated, or attempt to establish
-			a connection failed
+	RING		The DCE has detected an incoming call signal 
+			from network
+	NO CARRIER	The connection has been terminated, or attempt to
+			establish a connection failed
 	ERROR		Error
 	NO DIALTONE	No dial-tone detected
 	BUSY		Busy signal detected
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 02/12] doc: Add BT HFP AT commands list
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
  2011-03-18 12:30 ` [PATCH 01/12] doc: fix typo and incorrect line length Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 03/12] doc: Add AT command reference mark Olivier Guiter
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]

---
 doc/dialup-command-set.txt |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 3e40aae..2067dfb 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -45,3 +45,41 @@ Result codes:
 	ERROR		Error
 	NO DIALTONE	No dial-tone detected
 	BUSY		Busy signal detected
+	
+Bluetooth Hands-Free Profile Description
+=========================================================
+(Ref. document: HFP1.5_SPEC (Car Working Group) - version V10r00 - 2005-11-25)
+
+- AT COMMAND set used:
+Commands:
+ 	D>		Extension of the standard ATD command, intended for
+ 			memory dialing. Only voice calls are covered here
+    	+CIND		Standard indicator update AT command.    	
+
+    	+NREC		Noise Reduction and Echo Canceling    	
+    	+VGM		Gain of Microphone    	
+    	+VGS		Gain of Speaker
+    	+BINP		Bluetooth INPut    	
+    	+BLDN		Bluetooth Last Dialed Number    	
+    	+BVRA		Bluetooth Voice Recognition Activation
+    	+BRSF		Bluetooth Retrieve Supported Features    	
+    	+BTRH		Bluetooth Response and Hold Feature    	
+    	+CCWA		
+    	+CHLD
+    	+CHUP
+    	+CLCC
+    	+COPS
+    	+CMEE
+    	+CLIP
+    	+CMER
+    	+VTS
+    	+CNUM		
+    	
+Unsolicited result:
+    	+CIEV
+    	+BSIR		Bluetooth Setting of In-band Ring tone   	
+Result codes:
+	NO ANSWER
+	DELAYED
+	BLACKLISTED
+	
\ No newline at end of file
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 03/12] doc: Add AT command reference mark
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
  2011-03-18 12:30 ` [PATCH 01/12] doc: fix typo and incorrect line length Olivier Guiter
  2011-03-18 12:30 ` [PATCH 02/12] doc: Add BT HFP AT commands list Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 04/12] doc: Add AT commands for Call Management Olivier Guiter
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]

---
 doc/dialup-command-set.txt |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 2067dfb..5d7a43d 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -11,9 +11,9 @@ Commands:
 	&D		Circuit 108 (DTR) Response
 	&F		Set to Factory Defined Configuration
 	+GCAP		Request Complete Capabilities List
-	+GMI		Request Manufacturer Identification
-	+GMM		Read Model Identification
-	+GMR		Read Revision Identification
+*	+GMI		Request Manufacturer Identification
+*	+GMM		Read Model Identification
+*	+GMR		Read Revision Identification
 	A		Answer Incoming Call
 	D		Dial
 	E		Command Echo
@@ -64,17 +64,18 @@ Commands:
     	+BVRA		Bluetooth Voice Recognition Activation
     	+BRSF		Bluetooth Retrieve Supported Features    	
     	+BTRH		Bluetooth Response and Hold Feature    	
-    	+CCWA		
-    	+CHLD
-    	+CHUP
-    	+CLCC
-    	+COPS
-    	+CMEE
-    	+CLIP
-    	+CMER
-    	+VTS
-    	+CNUM		
-    	
+*    	+CCWA		
+*    	+CHLD
+*    	+CHUP
+*    	+CLCC
+*    	+COPS
+*    	+CMEE
+*    	+CLIP
+*    	+CMER
+*    	+VTS
+*    	+CNUM		
+ (*: AT command referenced below)   
+ 	
 Unsolicited result:
     	+CIEV
     	+BSIR		Bluetooth Setting of In-band Ring tone   	
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 04/12] doc: Add AT commands for Call Management
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (2 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 03/12] doc: Add AT command reference mark Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 05/12] doc:Add AT commands for GPRS Olivier Guiter
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

---
 doc/dialup-command-set.txt |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 5d7a43d..735d626 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -83,4 +83,21 @@ Result codes:
 	NO ANSWER
 	DELAYED
 	BLACKLISTED
+  
+AT commands supported in emulator:
+=========================================
+    
+Call management:
+----------------
+	+CBST		Select bearer service type
+	+CHLD		Standard call hold and multiparty handling AT command
+	+CHUP		Hangup call
+	+CMOD		Call mode
+	+CPAS		Phone activity status
+	+CVHU		Voice Hangup Control
+	+CLIP		Calling line identification presentation
+	+CNUM		Subscriber number
+	+VTS		DTMF and tone generation
+	+CACM		Accumulated Call Meter
+	+COLP		Connected Line Identification Presentation
 	
\ No newline at end of file
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 05/12] doc:Add AT commands for GPRS
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (3 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 04/12] doc: Add AT commands for Call Management Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 06/12] doc:Add AT commands for Network support Olivier Guiter
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]

---
 doc/dialup-command-set.txt |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 735d626..2bec5e4 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -100,4 +100,25 @@ Call management:
 	+VTS		DTMF and tone generation
 	+CACM		Accumulated Call Meter
 	+COLP		Connected Line Identification Presentation
+GPRS:
+-----
+	+CGACT		PDP context activate or deactivate
+	+CGATT		PS attach or detach
+	+CGCMOD		PDP Context Modify
+	+CGDCONT	Define PDP Context
+	+CGEQREQ	3G Quality of Service Profile (Requested)
+	+CGEQMIN	3G Quality of Service Profile (Minimum acceptable)
+	+CGEQNEG	3G Quality of Service Profile (Negotiated) 
+	+CGQREQ		Quality of Service Profile (Requested)
+	+CGQMIN		Quality of Service Profile (Minimum Acceptable)
+	+CGREG		GPRS network registration status
+	+CGDSCONT	Define Secondary PDP Context
+	+CGDATA		Enter Data State
+	+CGTFT		Traffic Flow Template
+	+CGCMOD		PDP Context Modify
+	+CGCLASS	GPRS Mobile Station Class
+	+CGPADDR	Show PDP address
+	+CGCLASS	GPRS Mobile Station Class
+	+DR		Data Compression Reporting
+	+DS		Data Compression
 	
\ No newline at end of file
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 06/12] doc:Add AT commands for Network support
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (4 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 05/12] doc:Add AT commands for GPRS Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 07/12] doc: Add AT commands for supplementary services Olivier Guiter
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

---
 doc/dialup-command-set.txt |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 2bec5e4..74b54ab 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -121,4 +121,12 @@ GPRS:
 	+CGCLASS	GPRS Mobile Station Class
 	+DR		Data Compression Reporting
 	+DS		Data Compression
-	
\ No newline at end of file
+Network:
+--------
+	*CNTI		Network RAT capabilities
+	+COPS		PLMN selection
+	+CPOL		Preferred PLMN list
+	+CREG		Network registration
+	+CSQ		Signal quality
+	+CTZU		Automatic Time Zone Update
+	+CTZR		Time Zone Reporting
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 07/12] doc: Add AT commands for supplementary services
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (5 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 06/12] doc:Add AT commands for Network support Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 08/12] doc: Add AT commands for SMS Olivier Guiter
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

---
 doc/dialup-command-set.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 74b54ab..a0599df 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -130,3 +130,11 @@ Network:
 	+CSQ		Signal quality
 	+CTZU		Automatic Time Zone Update
 	+CTZR		Time Zone Reporting
+Supplementary Services:
+-----------------------
+	+CCFC		Call forwarding number and conditions
+	+CCWA		Call waiting
+	+CLCC		List current calls
+	+CLIR		Calling line identification restriction
+	+CSSN		Supplementary Service Notifications
+	+CUSD		Unstructured supplementary service data
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 08/12] doc: Add AT commands for SMS
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (6 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 07/12] doc: Add AT commands for supplementary services Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 09/12] doc: Add AT commands for device management Olivier Guiter
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]

---
 doc/dialup-command-set.txt |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index a0599df..6480577 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -138,3 +138,32 @@ Supplementary Services:
 	+CLIR		Calling line identification restriction
 	+CSSN		Supplementary Service Notifications
 	+CUSD		Unstructured supplementary service data
+SMS:
+----
+	+CMTI		A GSM/GPRS modem or mobile phone uses +CMTI to notify 
+			the computer / PC that a new SMS message has been 
+			received and the memory location where it is stored.
+	+CMT		A GSM/GPRS modem or mobile phone uses +CMT to forward
+			a newly received SMS message to the computer / PC.
+	+CGSMS		Select service for MO SMS messages
+	+CMGF		Message Format
+	+CMGS		Send Message
+	+CSCA		Service Centre Address
+	+CESP		Enter SMS Block Mode Protocol
+	+CMGC		Send Command
+	+CMGD		Delete Message
+	+CMGL		List Messages
+	+CMGR		Read Message
+	+CMGW		Write Message to Memory
+	+CMMS		More Messages to Send
+	+CMSS		Send Message from Storage
+	+CNMA		New Message Acknowledgement to ME/TA
+	+CNMI		New Message Indications to TE
+	+CPMS		Preferred Message Storage
+	+CSCS	 	Select TE Character Set
+	+CSCB		Select Cell Broadcast Message Types
+	+CSDH		Show Text Mode Parameters
+	+CSMP		Set Text Mode Parameters
+	+CSMS		Select Message Service
+	+CRES		Restore Settings (SMS)
+	+CSAS		Save Settings  (SMS)
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 09/12] doc: Add AT commands for device management
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (7 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 08/12] doc: Add AT commands for SMS Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 10/12] doc: Add AT commands for SIM Olivier Guiter
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

---
 doc/dialup-command-set.txt |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 6480577..647d269 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -167,3 +167,21 @@ SMS:
 	+CSMS		Select Message Service
 	+CRES		Restore Settings (SMS)
 	+CSAS		Save Settings  (SMS)
+Device:
+--------
+	+CBC		Battery charge
+	+CBKLT		Backlight
+	+CCLK		Clock
+	+CSO		Command Screen Orientation
+	+CPWROFF	Switch off MS
+	+CPOS		Positioning Control
+	+CSS		Command Screen Size
+	+CGMI		Request manufacturer identification
+	+CGMM		Request model identification
+	+CGMR		Request revision identification
+	+GMI		Request Manufacturer Identification
+	+GMM		Request Model Identification
+	+GMR		Request Revision Identification
+	+CGSN		Request product serial number identification
+	+CKPD		Keypad control
+
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 10/12] doc: Add AT commands for SIM
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (8 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 09/12] doc: Add AT commands for device management Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 12:30 ` [PATCH 11/12] doc: Add AT command for debugging purpose Olivier Guiter
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

---
 doc/dialup-command-set.txt |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 647d269..97ff009 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -184,4 +184,16 @@ Device:
 	+GMR		Request Revision Identification
 	+CGSN		Request product serial number identification
 	+CKPD		Keypad control
-
+SIM	
+----
+	+CPBR		Read phonebook entries
+	+CPBS		Select phonebook memory storage
+	+CPBW		Write phonebook entry
+	+CPBF		Find Phonebook Entries
+	+CPIN		Enter PIN
+	+CRSM		Restricted SIM access
+	+CSIM		Generic SIM access
+	+CASIM		SIM Slot
+	+CRES		Restore Settings (SMS)
+	+CSAS		Save Settings  (SMS)
+	+CCID		Request SIM Card Identification
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 11/12] doc: Add AT command for debugging purpose
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (9 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 10/12] doc: Add AT commands for SIM Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 16:04   ` Marcel Holtmann
  2011-03-18 12:30 ` [PATCH 12/12] doc: Add AT commands for Location based services Olivier Guiter
  2011-03-18 16:03 ` [PATCH 00/12] doc: Add AT commands list to be supported in emulator Marcel Holtmann
  12 siblings, 1 reply; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

---
 doc/dialup-command-set.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 97ff009..554707d 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -184,6 +184,7 @@ Device:
 	+GMR		Request Revision Identification
 	+CGSN		Request product serial number identification
 	+CKPD		Keypad control
+	+TRACE		Switch Trace ON/OFF
 SIM	
 ----
 	+CPBR		Read phonebook entries
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 12/12] doc: Add AT commands for Location based services
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (10 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 11/12] doc: Add AT command for debugging purpose Olivier Guiter
@ 2011-03-18 12:30 ` Olivier Guiter
  2011-03-18 16:03 ` [PATCH 00/12] doc: Add AT commands list to be supported in emulator Marcel Holtmann
  12 siblings, 0 replies; 15+ messages in thread
From: Olivier Guiter @ 2011-03-18 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

---
 doc/dialup-command-set.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
index 554707d..f06033b 100644
--- a/doc/dialup-command-set.txt
+++ b/doc/dialup-command-set.txt
@@ -198,3 +198,8 @@ SIM
 	+CRES		Restore Settings (SMS)
 	+CSAS		Save Settings  (SMS)
 	+CCID		Request SIM Card Identification
+Location:
+-----
+	+CMOLR		Mobile Originated Location Request 
+	+CCLRAD		Needed for clearing of old Assistance Data stored 
+			for AGPS positioning
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 00/12] doc: Add AT commands list to be supported in emulator
  2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
                   ` (11 preceding siblings ...)
  2011-03-18 12:30 ` [PATCH 12/12] doc: Add AT commands for Location based services Olivier Guiter
@ 2011-03-18 16:03 ` Marcel Holtmann
  12 siblings, 0 replies; 15+ messages in thread
From: Marcel Holtmann @ 2011-03-18 16:03 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

Hi Olivier,

> These patches only add a list of AT commands that should be added in
> the emulator. This list is not only related to bluetooth stuff.

Applying: doc: fix typo and incorrect line length
/data/devel/ofono/.git/rebase-apply/patch:84: trailing whitespace.
	RING		The DCE has detected an incoming call signal 
fatal: 1 line adds whitespace errors.

Regards

Marcel



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 11/12] doc: Add AT command for debugging purpose
  2011-03-18 12:30 ` [PATCH 11/12] doc: Add AT command for debugging purpose Olivier Guiter
@ 2011-03-18 16:04   ` Marcel Holtmann
  0 siblings, 0 replies; 15+ messages in thread
From: Marcel Holtmann @ 2011-03-18 16:04 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

Hi Olivier,

> diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
> index 97ff009..554707d 100644
> --- a/doc/dialup-command-set.txt
> +++ b/doc/dialup-command-set.txt
> @@ -184,6 +184,7 @@ Device:
>  	+GMR		Request Revision Identification
>  	+CGSN		Request product serial number identification
>  	+CKPD		Keypad control
> +	+TRACE		Switch Trace ON/OFF

since this is not a standard AT command, I think we should leave it our
for now.

Regards

Marcel



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-03-18 16:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 12:30 [PATCH 00/12] doc: Add AT commands list to be supported in emulator Olivier Guiter
2011-03-18 12:30 ` [PATCH 01/12] doc: fix typo and incorrect line length Olivier Guiter
2011-03-18 12:30 ` [PATCH 02/12] doc: Add BT HFP AT commands list Olivier Guiter
2011-03-18 12:30 ` [PATCH 03/12] doc: Add AT command reference mark Olivier Guiter
2011-03-18 12:30 ` [PATCH 04/12] doc: Add AT commands for Call Management Olivier Guiter
2011-03-18 12:30 ` [PATCH 05/12] doc:Add AT commands for GPRS Olivier Guiter
2011-03-18 12:30 ` [PATCH 06/12] doc:Add AT commands for Network support Olivier Guiter
2011-03-18 12:30 ` [PATCH 07/12] doc: Add AT commands for supplementary services Olivier Guiter
2011-03-18 12:30 ` [PATCH 08/12] doc: Add AT commands for SMS Olivier Guiter
2011-03-18 12:30 ` [PATCH 09/12] doc: Add AT commands for device management Olivier Guiter
2011-03-18 12:30 ` [PATCH 10/12] doc: Add AT commands for SIM Olivier Guiter
2011-03-18 12:30 ` [PATCH 11/12] doc: Add AT command for debugging purpose Olivier Guiter
2011-03-18 16:04   ` Marcel Holtmann
2011-03-18 12:30 ` [PATCH 12/12] doc: Add AT commands for Location based services Olivier Guiter
2011-03-18 16:03 ` [PATCH 00/12] doc: Add AT commands list to be supported in emulator Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox