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
I set the integer TLV parameter
group = smpp-tlv name = dest_bearer_type tag = 0x10 type = integer length = 1
set url &meta-data=%3Fsmpp%3Fdest_bearer_type=0x10
in the end I get
DEBUG: sm_length: 30 = 0x0000001e DEBUG: short_message: DEBUG: Octet string at 0x7fad700011a0: DEBUG: len: 30 DEBUG: size: 31 DEBUG: immutable: 0 DEBUG: data: 00 22 00 68 00 65 00 6c 00 6c 00 6f 00 22 00 20 .".h.e.l.l.o.". DEBUG: data: 00 27 00 77 00 6f 00 72 00 6c 00 64 00 27 .'.w.o.r.l.d.' DEBUG: Octet string dump ends. DEBUG: dest_bearer_type: "0x10" -- not integer DEBUG: SMPP PDU dump ends.
dest_bearer_type: "0x10" -- not integer?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set the integer TLV parameter
set url
&meta-data=%3Fsmpp%3Fdest_bearer_type=0x10
in the end I get
dest_bearer_type: "0x10" -- not integer?
The text was updated successfully, but these errors were encountered: