Id |
A unique ID generated by the application which triggers the SMS send request. |
IfIndex |
The interface index of the mobile device which should transmit the SMS. |
MsgStorage |
This object specifies the storage which holds the SMS. Available storages are: sm(1) -- SIM card storage me(2) -- Mobile Equipment storage The default of this object is 'me' because mobile equipment offers more storage normally. Enumerations: |
MsgSlot |
The actual index to address the SMS in 'mobileSmsSendMsgStorage'. This index is returned by the mobile device after the store operation is successfully finished. Range: -1 to 65535 |
MsgStatus |
The Status of the SMS. To start transmission of the SMS set Status to `transmit(1)'. On successful transmission the Status is set to `success(2)'. Afterwards the SMS is moved to the 'mobileSmsTable'. When transmission fails the Status changes to `error(3)'. The SMS stays in 'mobileSmsSendTable' for retransmissions. If the SMS should be deleted from the 'mobileSmsSendTable' and the mobile device storage specified in 'mobileSmsSendMsgStorage' the Status should be set to `delete(5)'. Enumerations: - transmit (1)
- success (2)
- error (3)
- delete (5)
|
DestAddr |
The destination address of this SMS. Length: 0 to 64 |
MsgFormat |
The message format of the SMS. Traditional SMS use plain `txt(2)' format. Special or Unicode SMS use `pdu(1)' format. Enumerations: |
MsgCoding |
This object specifies the coding of the SMS user data section. Enumerations: - ira (1)
- gsm (2)
- ucs2 (3)
- pc437 (4)
- iso8859-1 (5)
|
MsgData |
The raw text data of the SMS depending on the coding. Length: 0 to 160 |