We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case Description:
Send fragmented text message message with message payload of length 4 * 2**20 (8M). Sent out in fragments of 4M.
But 4 * 2**20 is 4M (also DATALEN used in Case 9.3.9 is 4M).
Please change case description to the (4M).
Thank you.
P.S. Also in all cases in 9 chapter probably should be fixed repeating of message word:
...text message message with message payload...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Case Description:
Send fragmented text message message with message payload of length 4 * 2**20 (8M). Sent out in fragments of 4M.
But 4 * 2**20 is 4M (also DATALEN used in Case 9.3.9 is 4M).
Please change case description to the (4M).
Thank you.
P.S. Also in all cases in 9 chapter probably should be fixed repeating of message word:
The text was updated successfully, but these errors were encountered: