nrf9160

Set command

The set command reads dynamic Evolved Packet System (EPS) Quality of Service (QoS) parameters.

Syntax:

 +CGEQOSRDP[=<cid>]

Response syntax:

[+CGEQOSRDP: <cid>,<QCI>,[<DL_GBR>,<UL_GBR>],[<DL_MBR>,<UL_MBR>][,<DL_AMBR>,<UL_AMBR>]]

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

<cid>
Integer, 0–10. If the parameter <cid> is omitted, the QoS parameters for all active Packet Data Protocol (PDP) Contexts are returned.
<QCI>
Integer. Specifies a class of EPS QoS (see 3GPP TS 23.203 and 3GPP TS 24.301).
<DL_GBR>, <UL_GBR>, <DL_MBR>, <UL_MBR>
Not supported
<DL_AMBR>
Integer. Specifies downlink Access Point Name (APN) aggregate maximum bitrate. Value range 0–65280000 kbps.
<UL_AMBR>
Integer. Specifies uplink APN aggregate maximum bitrate. Value range 0–65280000 kbps.

The following command example returns a list of contexts with QoS parameters:

AT+CGEQOSRDP
+CGEQOSRDP: 0,0,,
+CGEQOSRDP: 1,2,,
+CGEQOSRDP: 2,4,,,1,65280000
OK