NAL Research Corporation (451-93156-002A)
34
For example:
+COPS:000
Test Command: +COPS=?
Test command returns the list of operators present in the network. Response is in the form:
+COPS: [list of supported (<stat>,long alphanumeric <oper>,short alphanumeric
<oper>,numeric <oper>)s] [,,(list of supported <mode>s),(list of supported <format>s)]
where <stat> indicates:
2
current
For example:
+COPS:(002),"IRIDIUM","IRIDIUM","90103",,(000-001),(000-002)
A.8.44 +CPBF – Find Phonebook Entries
Exec Command: +CPBF=<findtext>
Execution command returns phonebook entries (from the current phonebook memory storage
selected with +CPBS) which alphanumeric fields start with string <findtext>. <findtext> should
be of string type enclosed by ““; for example, “John”.
Entry fields returned are location number <index n>, phone number stored there <number> (of
address type <type>), and text <text> associated with the number. Response is in the
following format:
+CPBF: <index1>,<number>,<type>,<text>[[...]<CR><LF>+CBPF:
<index2>,<number>,<type>,<text>]
Test Command: +CPBF=?
Test command returns the maximum lengths of <number> and <text> fields for phonebook
entries. Response is in the form:
+CPBF: <nlength>,<tlength>
where <nlength> indicates the maximum length of <number> and <tlength> shows the
maximum length of <text>.
A.8.45 +CPBR – Read Phonebook Entries
Exec Command: +CPBR=<index1>[,<index2>]
Execution command returns phonebook entries in location number range <index1>... <index2>
from the current phonebook memory storage selected with +CPBS. If <index2> is left out, only
location <index1> is returned.
Entry fields returned are location number <index n>, phone number stored there <number> (of
address type <type>) and text <text> associated with the number. Response is in the form:
+CPBR: <index1>,<number>,<type>,<text>[[...] <CR><LF>+CPBR:
<index2>,<number>,<type>,<text>]
Test Command: +CPBR=?
Test command returns location range supported by the current storage and the maximum
lengths of <number> and <text> fields. Response is in the form:
+CPBR: (list of supported <index>s),<nlength>,<tlength>