IfIndex |
The index of the corresponding tty interface. |
Speed |
The speed of the aux device. The default value is 9600. |
PIN |
The PIN code of the SIM card. This is used to authorize the access to the SIM card. Length: 0 to 8 |
Modulation |
The Modulation used by the modem. With auto(1) the modulation will be automatically chosen. mdm_9600(2) sets the modulation to 9600 bps (V.32). mdm_14400(3) sets the modulation to 14400 bps (V.34). The values v110_9600(4) and v110_14400(5) set the modulation to V110 encapsulation with the corresponding speed (9600 or 14400 bps). Setting the value to v120(6) v120 will be used. If the value is set to gprs(7) the modulation for GSM capable modems is taken from auxConfigAccessType. Enumerations: - auto (1)
- mdm-9600 (2)
- mdm-14400 (3)
- v110-9600 (4)
- v110-14400 (5)
- v120 (6)
- gprs (7)
|
Dispatch |
The dispatch service the modem should be used for. The service could be either ppp(1), isdnlogin(2) or none. Enumerations: - ppp (1)
- isdnlogin (2)
- none (3)
|
APN |
GPRS Access Point Name (APN). Length: 0 to 80 |
Init |
Additional Modem init sequence. This sequence will be send to the modem to initialize it. Normally this string should be empty (un-used). Length: 0 to 80 |
Escape |
Modem escape character. This character is sent to the modem to terminate the session. For GPRS/UMTS modems this parameter should be zero. Range: 0 to 255 |
AccessType |
The default Access Type used by a GPRS/UMTS modem. This setting works only for vendors who publish the AT commands needed offically in the internet. Enumerations: - auto (1)
- gprs-only (2)
- umts-only (3)
- gprs-pref (4)
- umts-pref (5)
|
PUK |
The PUK code of the SIM card needed to reset the PIN code if the PIN is invalidated. This is used to enter a new PIN code. The PUK isn't stored in the configuration for security reasons and used only temporarily if available. Length: 0 to 16 |
PinData |
Field used for storing the PIN permanently. Length: 0 to 16 |
RoamingMode |
The Roaming configuration for this TTY interface. Possible values are: disabled - no roaming at all auto - roaming decision by modems factory defaults unrestricted - no restrictions for roaming decision international - international roaming only national - national roaming only fixed - use auxConfigRoamingPLMN exclusively Enumerations: - disabled (1)
- auto (2)
- unrestricted (3)
- international (4)
- national (5)
- fixed (6)
|
RoamingPLMN |
The PLMN (Public Land Mobile Netword) code allowed for Roaming. Used only if auxConfigRoamingMode_fixed is selected. |