5. Set the location’s Quality of Service (QoS). AT$GPSSAV command can be used to save
GPS parameters into NVM.
AT$GPSQOS=50,50,150,0
6. Set the selected SLP address and Port number.
AT$LCSSLP=<slp_address_type>,<slp_address>,<port number>
For example:
AT$LCSSLP=1,"ExampleSUPLwebsite.com",7276
7. Enable SUPL TLS.
AT$LCSTER=1,,,0 // non-secure mode
AT$LCSTER=1,,,1 // secure mode
8. Lock <cid> for SUPL use.
AT$LCSLK=1,<cid>
For example:
AT$LCSLK=1,1
9. Activate the PDP context.
AT#SGACT=1,1 //returns a list of IP addresses for the specified context
10. Start the SET Initiated Session using the MS-Based mode:
AT$GPSSLSR=1,1,,,,,1
OK
11. Poll the acquired position using the AT$GPSACP command until location information
is returned.
AT$GPSACP
$GPSACP:152324.000,4542.8396N,01344.2874E,3.00,310.0,3,000.00,0.00,0.00,200412,
05
OK
It must be returned within few seconds (less than ten seconds)