Hi,
I managed to get the SmppSubmitSmCommand.java to behave how I would like it
to by changing:
template.setDataCoding(new GeneralDataCoding(false, true,
MessageClass.CLASS1, determinedAlphabet).value());
to:
template.setDataCoding(new GeneralDataCoding(false, false,
MessageClass.CLASS0, determin
Hi,
Apologies if this is not the correct place for my question. I am new to both
SMPP and Camel.
I am experiencing an issue with setting the data_coding variable in my
submit_sm.
Camel allows me to set this variable by using the alphabet option in the
camel URI. The allowed values are -1, 0, 4, 8