Hi all,

We use 2.9.2 version of camel-smpp. Recently, we realized that it is not
possible to set dataCoding to 0. There is only "alphabet" parameter in hand,
but when I set it to 0, i see that dataCoding is set to 17 (0x11). In order
to work this around, I just changed the following line SmppSubmitSmCommand
class:

template.setDataCoding(new GeneralDataCoding(false, false,
MessageClass.CLASS0, determinedAlphabet).value());

Was this reported before?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Datacoding-issue-tp5715971.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to