Increase the message_payload size in submitsm request
Brought to you by:
tdtwister
How can we increase the size of message_payload TLV in the submit sm request.
We have a problem in which we want to receive a submitsm request with message_payload length more than 1500 octets. Currently, while receiving the request the smpp code throws WrongLengthException which is handled inside the code and no information is sent to the calling code.
How can we solve this problem