fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
252 stars 143 forks source link

Unknown AVP Handling #190

Open MuhammadTalhaRao opened 10 months ago

MuhammadTalhaRao commented 10 months ago

Before assinging Unknown type to a AVP, we recheck it in the dictionary. This helps identifying the type of AVP because many time we have the avp but we still set it to unknown type.