mobileSmsSendMsgStatus
BINTEC-MOBILE-MIB ·
.0.4.1.24.1.5
Object
column
r/w
Enumeration
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)'.
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.24.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mobileSmsSendEntry
- Table
- mobileSmsSendTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | transmit |
2 | success |
3 | error |
5 | delete |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mobileSmsSendId A unique ID generated by the application
which triggers the SMS send request. | column | SNMPv2-SMIInteger32 | .0.4.1.24.1.1 |
| mobileSmsSendIfIndex The interface index of the mobile device
which should transmit the SMS. | column | SNMPv2-SMIInteger32 | .0.4.1.24.1.2 |
| mobileSmsSendMsgStorage 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 'm… | column | Enumeration | .0.4.1.24.1.3 |
| mobileSmsSendMsgSlot The actual index to address the SMS in 'mobileSmsSendMsgStorage'.
This index is returned by the mobile device after the store
operation is successfully finished. | column | Integer32 | .0.4.1.24.1.4 |
| mobileSmsSendDestAddr The destination address of this SMS. | column | OctetString | .0.4.1.24.1.6 |
| mobileSmsSendMsgFormat The message format of the SMS.
Traditional SMS use plain `txt(2)' format.
Special or Unicode SMS use `pdu(1)' format. | column | Enumeration | .0.4.1.24.1.7 |
| mobileSmsSendMsgCoding This object specifies the coding of the SMS user data section. | column | Enumeration | .0.4.1.24.1.8 |
| mobileSmsSendMsgData The raw text data of the SMS depending on the coding. | column | OctetString | .0.4.1.24.1.9 |