Skip to content

Error in NetworkDiscrepancyReport .yaml definition - the "problem" field enum tokens are incorrect and do not match the NENA spec #4

@reman3

Description

@reman3

Error in NetworkDiscrepancyReport .yaml definition - the "problem" field enum tokens are a copy of the AdrDiscrepancyReport

Looks like a copy/paste issue. The NetworkDiscrepancyReport problem enum tokens do not match the NENA spec and instead appear to list the AdrDiscrepancyReport "problem" tokens:
NetworkDiscrepancyReport:
problem:
type: string
enum: [ReferenceNotResolved, Malformed, UnknownBlock, ReceivedIncorrectData, TooManyUris, OtherAdr]

AdrDiscrepancyReport:
problem:
type: string
enum: [ReferenceNotResolved, Malformed, UnknownBlock, ReceivedIncorrectData, TooManyUris, OtherAdr]

From section "3.7.19 Network Discrepancy Report" of NENA spec, the "problem" element is defined as having the following possible token values:
• TimeoutDNS
• IncorrectDNS (incorrect results)
• TimeoutDHCP
• IncorrectDHCP (incorrect results)
• PacketLoss
• PacketLatency
• Routing
• OtherNetwork (details MUST be provided in Comment field)

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