43
・
Operation performed when parameter is omitted
AT+CGDCONT= : Return all <cid> to the setting by default.
AT+CGDCONT=<cid> : Return the specified <cid> to the setting by default.
AT+CGDCONT? : Display current settings.
AT+CGDCONT=? : Display a list of assignable values.
■
Command name : +CGEQMIN=[parameter]
・
Outline
Set the criteria for judging whether to permit QoS (Quality of Service) provisioned by the network
when packet communication is established.
・
Format
AT+CGEQMIN= [<cid> [,,<Maximum bitrate UL> [,<Maximum bitrate DL>] ] ]
・
Parameter description
<cid> : 1-10
<Maximum bitrate UL> : None (default) or 384
<Maximum bitrate DL> : None (default) or 7232
*
For <Maximum bitrate UL> and <Maximum bitrate DL>, the maximum communication speed (in kbps) is set for
both upload and download traffic between FOMA terminal and the base station. If the parameter is set to "None
(default)", all speeds are permissible. If "384" and "7232" are set, any connection at a speed less than the above limit
is not permitted, and chances are that packet communication will not be connected.
・
Example of execution
(
1
)
Command used to permit all speeds both upload and download (when <cid>=2)
AT+CGEQMIN=2
OK
(
2
)
Command used to permit only 384kbps upload and 7232kbps download (when <cid>=4)
AT+CGEQMIN=4,,384,7232
OK
(
3
)
Command used to permit only 384kbps upload and all speeds download (when <cid>=5)
AT+CGEQMIN=5,,384
OK
(
4
)
Command used to permit all speeds upload and only 7232kbps download (when <cid>=6)
AT+CGEQMIN=6,,,7232
OK
・
Operation performed when parameter is omitted
AT+CGEQMIN= : Returns all <cid> to the setting by default.
AT+CGEQMIN=<cid> : Returns the specified <cid> to the setting by default.
AT+CGEQMIN? : Displays current settings.
AT+CGEQMIN=? : Displays a list of assignable values.
■
Command name : +CGEQREQ=[parameter]
・
Outline
Set QoS (Quality of Service) requested to the network at the transmission of packet communication.
・
Format
AT+CGEQREQ= [<cid>]
・
Parameter description
Only commands that require connection at 64-384kbps upload, 64-7232kbps download can be set. The
contents are set by default for each <cid>.
<cid> : 1-10
・
Example of execution
(when <cid>=3)
AT+CGEQREQ=3
OK
・
Operation performed when parameter is omitted
AT+CGEQREQ= : Returns all <cid> to the setting by default.
AT+CGEQREQ=<cid> : Returns the specified <cid> to the setting by default.
AT+CGEQREQ? : Displays current settings.
AT+CGEQREQ=? : Displays a list of assignable values.