-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels