This page describes all the parameters that can be stored in the configuration tree to set up the Modem and Positioning device.
The configuration database path for the SIM is:
/
modemServices/
sim/
1/
pin<string> == <PIN_CODE>
The configuration database path for the Radio is:
/
modemServices/
radio/
preferredOperators/
0/
mcc<int> = <MCC_VALUE>
mnc<int> = <MNC_VALUE>
rat/
0<string> = <RAT_VALUE>
1<string> = <RAT_VALUE>
...
1/
mcc<int> = <MCC_VALUE>
mnc<int> = <MNC_VALUE>
rat/
0<string> = <RAT_VALUE>
1<string> = <RAT_VALUE>
...
...
scanMode/
manual<bool>
mcc<int> = <MCC_VALUE>
mnc<int> = <MNC_VALUE>
preferences/
rat/
0<string> == <Rat>
1<string> == <Rat>
2<string> == <Rat>
...
band/
0<string> == <Band>
1<string> == <Band>
2<string> == <Band>
...
lteBand/
0<string> == <LteBand>
1<string> = <LteBand>
2<string> = <LteBand>
...
tdScdmaBand/
0<string> = <TdScdmaBand>
1<string> = <TdScdmaBand>
2<string> = <TdScdmaBand>
...
The preferred operators can be set using the following choices (string type):
The Radio Access Technology preferences can be set with the following choices (string type):
The 2G/3G Band preferences can be set with the following choices (string type):
The LTE Band preferences can be set by specifying the number of E-UTRA operating band, 0 to 43 except: 15, 16, 22, 23, and 26 to 32.
The TD-SCDMA Band preferences can be set with the following choices (string type): "A" to "F".
The configuration database path for the Modem Data Control is:
/
modemServices/
modemDataConnection/
isUserSettings<bool> = <true/false>
userProfiles/
<ProfileName_1>/
accessPointName<string> == <ADDR>
packetDataProtocol<string> == <PDP_TYPE>
authentication/
pap/
enable<bool> == <true/false>
userName<string> == <USERNAME>
password<string> == <PWD>
chap/
enable<bool> == <true/false>
userName<string> == <USERNAME>
password<string> == <PWD>
<ProfileName_2>/
accessPointName<string> == <ADDR>
...
<ProfileName_5>/
accessPointName<string> == <ADDR>
If //modemServices/modemDataConnection/<ProfileName>/packetDataProtocol is omitted, IPV4 will be the default protocol.
The configuration database path for the eCall is:
/
modemServices/
eCall/
pushpull<string> = <push-pull mode>
msdVersion<int> = <MSD value>
vehicleType<string> = <vehicle type>
vin<string> = <VIN>
propulsionType/
0<string> = <propulsion type>
1<string> = <propulsion type>
...
The 'pushpull' field can be set with the following two choices (string type):
The 'msdVersion' field is the MSD format version.
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):
The configuration database path for Positioning is:
/
positioning/
acquisitionRate<int> == 5
Copyright (C) Sierra Wireless, Inc. 2014. Use of this work is subject to license.