Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU
-
Packages that use SMSTPDU Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSTPDU in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return SMSTPDU Modifier and Type Method Description SMSTPDU
MAPSM_DeliveryFailureCauseWithDiagnostic. getDiagnosticInfo()
Gets the value of the field diagnosticInfo.SMSTPDU
MAPMO_ForwardSM_Arg. getSm_RP_UI()
Gets the value of the field sm-RP-UI.SMSTPDU
MAPMO_ForwardSM_Res. getSm_RP_UI()
Gets the value of the field sm-RP-UI.SMSTPDU
MAPMT_ForwardSM_Arg. getSm_RP_UI()
Gets the value of the field sm-RP-UI.SMSTPDU
MAPMT_ForwardSM_Res. getSm_RP_UI()
Gets the value of the field sm-RP-UI.Methods in com.opencloud.slee.resources.cgin.map with parameters of type SMSTPDU Modifier and Type Method Description MAPSM_DeliveryFailureCauseWithDiagnostic
MAPSM_DeliveryFailureCauseWithDiagnostic. setDiagnosticInfo(SMSTPDU value)
Sets the value of the field diagnosticInfo.MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMO_ForwardSM_Arg_v3
MAPMO_ForwardSM_Arg_v3. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMO_ForwardSM_Arg
MAPMO_ForwardSM_Arg. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMO_ForwardSM_Res
MAPMO_ForwardSM_Res. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMT_ForwardSM_Arg_v2
MAPMT_ForwardSM_Arg_v2. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMT_ForwardSM_Arg_v3
MAPMT_ForwardSM_Arg_v3. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMT_ForwardSM_Arg
MAPMT_ForwardSM_Arg. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.MAPMT_ForwardSM_Res
MAPMT_ForwardSM_Res. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type SMSTPDU Constructor Description MAPMO_ForwardSM_Arg(MAPSM_RP_DA_v1 Sm_RP_DA_param, MAPSM_RP_OA Sm_RP_OA_param, SMSTPDU Sm_RP_UI_param)
Constructs an object from given values for all fields.MAPMT_ForwardSM_Arg(MAPSM_RP_DA_v1 Sm_RP_DA_param, MAPSM_RP_OA Sm_RP_OA_param, SMSTPDU Sm_RP_UI_param)
Constructs an object from given values for all fields. -
Uses of SMSTPDU in com.opencloud.slee.resources.in.datatypes.sms
Subclasses of SMSTPDU in com.opencloud.slee.resources.in.datatypes.sms Modifier and Type Class Description class
SMSCommand
Representation of a SMS-COMMAND TPDU.class
SMSDeliver
Representation of a SMS-DELIVER TPDU.class
SMSDeliverReport
Representation of a SMS-DELIVER-REPORT TPDU.class
SMSDeliverReportAck
Representation of a SMS-DELIVER-REPORT TPDU in a RP-ACK.class
SMSDeliverReportError
Representation of a SMS-DELIVER-REPORT TPDU in a RP-ERROR.class
SMSReserved
Representation of a SMS TPDU with an unsupported MTI/role combination.class
SMSStatusReport
Representation of a SMS-STATUS-REPORT TPDU as defined in 3GPP TS 23.040 V9.0.0 (2009-06).class
SMSSubmit
Representation of a SMS-SUBMIT TPDU.class
SMSSubmitReport
Representation of a SMS-SUBMIT-REPORT TPDU.class
SMSSubmitReportAck
Representation of a SMS-SUBMIT-REPORT TPDU in a RP-ACK.class
SMSSubmitReportError
Representation of a SMS-SUBMIT-REPORT TPDU in a RP-ERROR, as defined in 3GPP TS 23.040 V9.0.0 (2009-06).class
SMSTPDUWithData
Superclass handling common methods for dealing with user data: ProtocolId (TP-PID), UserData (TP-UD), UserDataLength (TP-UDL), UserDataHeaderIndicator (TP-UDHI), and DataCodingScheme (TP-DCS).Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSTPDU Modifier and Type Method Description static SMSTPDU
SMSTPDU. decodeRPAck(byte[] message)
Decode the SM-TL payload of a SM-RL RP-ACK message (positive ack of RP-MO-DATA or RP-MT-DATA) Equivalent todecodeRPAck(message, 0, message.length)
static SMSTPDU
SMSTPDU. decodeRPAck(byte[] message, int start, int len)
Decode the SM-TL payload of a SM-RL RP-ACK message (positive ack of RP-MO-DATA or RP-MT-DATA) Only basic message-type decoding is performed immediately.static SMSTPDU
SMSTPDU. decodeRPError(byte[] message)
Decode the SM-TL payload of a SM-RL RP-ERROR message (negative ack of RP-MO-DATA or RP-MT-DATA).static SMSTPDU
SMSTPDU. decodeRPError(byte[] message, int start, int len)
Decode the SM-TL payload of a SM-RL RP-ERROR message (negative ack of RP-MO-DATA or RP-MT-DATA) Only basic message-type decoding is performed immediately.static SMSTPDU
SMSTPDU. decodeRPMOData(byte[] message)
Decode the SM-TL payload of a SM-RL RP-MO-DATA message (TPDU transferred from MS to SC) Equivalent todecodeRPMOData(message, 0, message.length)
static SMSTPDU
SMSTPDU. decodeRPMOData(byte[] message, int start, int len)
Decode the SM-TL payload of a SM-RL RP-MO-DATA message (TPDU transferred from MS to SC) Only basic message-type decoding is performed immediately.static SMSTPDU
SMSTPDU. decodeRPMTData(byte[] message)
Decode the SM-TL payload of a SM-RL RP-MT-DATA message (TPDU transferred from SC to MS) Equivalent todecodeRPMTData(message, 0, message.length)
static SMSTPDU
SMSTPDU. decodeRPMTData(byte[] message, int start, int len)
Decode the SM-TL payload of a SM-RL RP-MT-DATA message (TPDU transferred from SC to MS) Only basic message-type decoding is performed immediately.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSTPDU Modifier and Type Method Description static byte[]
SMSTPDU. encodeRPAck(SMSTPDU tpdu)
Encode a TPDU for sending as the payload of a SM-RL RP-ACK message.static byte[]
SMSTPDU. encodeRPError(SMSTPDU tpdu)
Encode this TPDU for sending as the payload of a SM-RL RP-ERROR message.static byte[]
SMSTPDU. encodeRPMOData(SMSTPDU tpdu)
Encode a TPDU for sending as the payload of a SM-RL RP-MO-DATA message.static byte[]
SMSTPDU. encodeRPMTData(SMSTPDU tpdu)
Encode a TPDU for sending as the payload of a SM-RL RP-MT-DATA message.
-