AT Command

Description

AT+CGPSSSL command is used to set the AGPS transport security.


Support

Simcom Module Tutorial

Examples

KeywordsAT+CGPSSSL syntax, examples, parameters, error, input, response.

Try the below script in the AT Command Tester tool

//Script: at_cgpsssl.at
//Use this script to AT+CGPSSSL AT commands with Simcom modules.
//This script can be used on following Simcom modules-SIM7500X, SIM7600X

//Get the command support
AT+CGPSSSL=?

WAIT=2

//Get the current AGPS transport security
AT+CGPSSSL?

WAIT=1

//Dont use certificate for AGPS transport
AT+CGPSSSL=0

WAIT=2

//Get the current AGPS transport security
AT+CGPSSSL?

WAIT=1

//Use certificate for AGPS transport
AT+CGPSSSL=1

WAIT=2

//Get the current AGPS transport security
AT+CGPSSSL?


Output of the above script in the AT Command Tester tool tool.

AT+CGPSSSL=?

+CGPSSSL: (0,1)

OK
AT+CGPSSSL?

+CGPSSSL: 1

OK
AT+CGPSSSL=0

OK
AT+CGPSSSL?

+CGPSSSL: 0

OK
AT+CGPSSSL=1

OK
AT+CGPSSSL?

+CGPSSSL: 1

OK

+STIN: 81