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
Kannel seems to not support pdutext.GSM7Packed encoding, only the unpacked version which is not defined by the GSM 02.38 spec.
pdutext.GSM7Packed
The text was updated successfully, but these errors were encountered:
in the line Raw = pdutext.Raw from the file pdutext.go , where Raw is defined ?
Sorry, something went wrong.
It's defined here https://github.com/mdouchement/smpp/blob/main/smpp/pdu/pdutext/raw.go It does not perform encoding, it just forward bytes as they were given.
Is this question related to this issue?
No branches or pull requests
Kannel seems to not support
pdutext.GSM7Packed
encoding, only the unpacked version which is not defined by the GSM 02.38 spec.The text was updated successfully, but these errors were encountered: