Here are some parameters for modem services config trees:
Configuration for the Cellular Network Service. The configuration database path for the SIM is:
/
modemServices/
sim/
1/
pin<string> == <PIN_CODE>Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
Configuration for the SMS Inbox Service Service.
The configuration database path for the SMS Inbox Service is:
/
smsInbox/
apps/
appA<uint> = <# of messages>
appB<uint> = <# of messages>
Each app have its own inbox, containing its own list of messages. The maximum number of messages is specified for each inbox. If the message box is not configured, a default number of 10 messages is applied (only for message boxes configured in le_smsInbox_mboxName[] area).
The application name is given by the API name provided into the Components.cdef, both must be the same.
Configuration for the eCall Service.
The configuration database path for the eCall is:
/
modemServices/
eCall/
systemStandard<string> = <eCall system>
msdVersion<int> = <MSD value>
vehicleType<string> = <vehicle type>
vin<string> = <VIN>
propulsionType/
0<string> = <propulsion type>
1<string> = <propulsion type>
...
The 'systemStandard' is the kind of eCall system:
If no value or a bad entry is filled, the default value is 'PAN-EUROPEAN'.
The 'msdVersion' field is the MSD format version. If the field is not present, the default MSD version is version 1.
The 'vehicleType' field can be set with the following choices (string type):
The 'vin' is the vehicle identification number (string type).
The 'propulsionType' field can be set with the following choices (string type):
Several 'propulsionType' can be applied.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
Configuration for the Positioning Service.
The configuration database path for Positioning is:
/
positioning/
acquisitionRate<int> == 5
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.