-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Data_coding field not set #162
Comments
Looking at your code, everything looks good. GSM isnt defined as a data_encoding in the specs. gosmpp uses 0 defined as |
My provider expects me to send |
Okay, as sugested I added the following. please check the last line. Will let you know the results here. `
` |
Hello, still please check the submitSM that i logged before sending.
Also, FYI i set my encoded content in optional parameters. |
Can i do the following here?
|
Hi, I think you misunderstood what was mentioned in #143 .You do not need to modify the submit_sm and should not use |
Hello,
We have a case with our provider where they expect us to send
data_coding
field in the SubmitSM while using GSM7Bit encoding. They claim we do not send in the submit_SM request.However, I do not see the support of setting this field manually. Can you please let me know how to enable this and whether we can implement this case?
THis is my implementation of building SubmitSM.
`
}
`
Much thanks.
The text was updated successfully, but these errors were encountered: