Set command

nRF91x1 Cellular AT Commands

The set command subscribes packet domain event notifications. The unsolicited result code is +CGEV: XXX.

When the command is given without the optional <mode> parameter, it unsubscribes unsolicited result codes.

For information on +CGEV, see Packet domain event notification +CGEV.

Syntax:

+CGEREP=[<mode>]

The set command parameter and its defined values are the following:

<mode>
0 – Unsubscribe unsolicited result codes
1 – Subscribe unsolicited result codes

The following command example subscribes +CGEV notifications:

AT+CGEREP=1
OK

The following command example unsubscribes +CGEV notifications:

AT+CGEREP=
OK

The following command example unsubscribes +CGEV notifications:

AT+CGEREP=0
OK