Set command

The set command sets or reads the state of Packet Data Network (PDN) connection usage for exceptional data.

Syntax:

%EXCEPTIONALDATA=<cmd>,<cid>[,<state>]

Response syntax:

%EXCEPTIONALDATA: <cid>,<state>
+CME ERROR code
0 – Invalid parameters or invalid CID.
3 – Not allowed. Exceptional data not enabled in EFnasconfig in inserted UICC.

The set command parameters and their defined values are the following:

<cmd>
0 – Set exceptional data state.
1 – Read exceptional data state.
<cid>
Integer, 0–10.
<state>
Mandatory when <cmd> is 0. Not allowed when <cmd> is 1.
0 – PDN connection is used only for regular data (default).
1 – PDN connection can be used for exceptional data.

The following command example allows exceptional data for CID 0:

AT%ECEPTIONALDATA=0,0,1
OK

The following command example reads the exceptional data state of CID 0:

AT%EXCEPTIONALDATA=1,0
%EXCEPTIONALDATA: 0,0
OK