Skip to content

33: SIM settings

For devices that have dual-sim functionality, control which SIM is active and set APN parameters for SIM2

FieldNameDescriptionType
5MethodRequest a service to be perform an action
Possible values:
  • 1: SET— Set one or more values that are provided in the message payload.
  • 2: GET— Get values for the associated message type.
  • 3: SUBSCRIBE— Subscribe to values for the associated message type. Can be used in conjunction with other header fields to define the subscription parameters, such as Interval, Duration, Timeout, Storage Level and Message Level. If no interval is provided, messages will be sent as and when new data is available. Some data, such as GPS position, may require a set interval to be provided.
  • 5: UNSUBSCRIBE— Unsubscribe from a previous subscription.
uint8
This is an extract of header fields that are relevant to this message type, you can find them all documented in the Headers section.

Payload

FieldNameDescriptionTypeUnit
1Active SIMActivate the specified SIM
If SIM2 is selected, sending the APN settings is required

Possible values:
  • 0: SIM1
  • 1: SIM2
uint8
2SIM2 APNascii
3SIM2 APN Usernameascii
4SIM2 APN Passwordascii
8SIM2 ICCIDSIM2 ICCID if known, read-onlyascii

Examples

Enable SIM2 with APN settings
ACK SIM2 settings
GET request for SIM settings

Code

For convenience, the following constants can be used to reference this message type.