You can override the following method in OutboundMessage.java to be
something like this
protected void initPduObject(SmsSubmitPdu pdu, String smscNumber)
{
super.initPduObject(pdu, smscNumber)
pdu.setTpUdhi(PduUtils.TP_UDHI_WITH_UDH);
}
this should force the generated PDU strings to have UDHI enabled
On May 12, 11:40 pm, Bastien <[email protected]> wrote:
> Hi All,
>
> For outbound binary message using the SIM MesssageClass we would like
> to set TP-UDHI to true. We tried to modify the OutboundMessage class
> to implement this feature but unfortunately it does not work.
>
> Any help on where to start would be very appreciated! Thanks a lot.
>
> Congratulations to all the contributors for this fantastic library.
>
> Bastien
>
> --
> You received this message because you are subscribed to the Google Groups
> "SMSLib User Group" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/smslib?hl=en.
--
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/smslib?hl=en.