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
Configuration for the AirVantage Connector Service.
The configuration database path for the modemActivityTimeout is:
/ apps/ avcService/ modemActivityTimeout
After an AirVantage session is started, if there's no activity from the modem within the timer interval, then LE_AVC_NO_UPDATE state will be returned to the app. However, this modem activity timeout can be overridden by setting an integer value at /apps/avcService/modemActivityTimeout. The modem activity timer is initialized only when the avcService starts. If a valid entry >0 is found, then it will be used instead of the default value of 20 seconds. The following steps should be used to set the modemActivtyTimeout.
config set /apps/avcService/modemActivityTimeout xx app restart avcService
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.