Thingstream Client Library  BLD4131-v2.13
Variables
modem_fplmn_string.c File Reference

Modem clear FPLMN string. More...

#include <modem_transport.h>

Variables

const char Thingstream_Modem_readFplmnString []
 
const char Thingstream_Modem_clearFplmnString []
 

Detailed Description

Modem clear FPLMN string.

This file defines the modem string used by the Thingstream SDK to clear the SIM's Forbidden Operator List.

Variable Documentation

◆ Thingstream_Modem_clearFplmnString

const char Thingstream_Modem_clearFplmnString[]
Initial value:
=
"?AT+CRSM=214,28539,0,0,12,\"FFFFFFFFFFFFFFFFFFFFFFFF\"\n"

This string is used to clear the SIM's FPLMN list of barred operators. The SDK modem driver issues this string (and the sequence from the Thingstream_Modem_forceResetString) when it has been unable to register with an operator.

◆ Thingstream_Modem_readFplmnString

const char Thingstream_Modem_readFplmnString[]
Initial value:
=
"?AT+CRSM=176,28539,0,0,12\n"

This string is used to read the SIM's FPLMN list of barred operators. The SDK modem driver issues this string when it has been unable to register with an operator.