Skip to content
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

AVP 26 not adding vendor ID #1

Open
dovi5988 opened this issue Nov 28, 2017 · 0 comments
Open

AVP 26 not adding vendor ID #1

dovi5988 opened this issue Nov 28, 2017 · 0 comments

Comments

@dovi5988
Copy link

When using AVP type 26 you are supposed to also add the vendor ID. This code does not do that it sends in the packet the AVP type, the length and then right away the payload. For example if the AVP is 26 and the AVP length is 40 then in a trace we should see a HEX of:
"1a 28 00 00 00 09" + Payload. With this code we see:
"1a 22" + Payload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant