Skip to content

AVP 26 not adding vendor ID #1

Description

@dovi5988

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions