Skip to content

AVP Location-Estimate type issue #19

@misitoth

Description

@misitoth

Hi,

Following AVP type is not follow standard:

{
            "code": 1242,
            "name": "Location-Estimate",
            "vendorId": 10415,
            "type": "UTF8String",
            "flags": {
                "mandatory": true,
                "protected": true,
                "mayEncrypt": true,
                "vendorBit": true
            }
        }

It should be OctetString.

{
            "code": 1242,
            "name": "Location-Estimate",
            "vendorId": 10415,
            "type": "OctetString",
            "flags": {
                "mandatory": true,
                "protected": true,
                "mayEncrypt": true,
                "vendorBit": true
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions