-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dictionary inherits #214
Comments
The This scenario may lead to conflicts if there are conflicting definitions or changes in the inherited dictionaries. However, the exact impact depends on the specifics of the Erlang Also, please notes that |
Yes, I think the condition you describe here is met because both |
inheritance in the Erlang Diameter application is not true OOP style inheritance. It imports only the AVPs and later AVP declarations will override ones that where encountered earlier. When you are looking for XML Diameter dictionaries, then checkout wireshark. All dictionaries in there are in XML. |
In
diameter_3gpp_ts32_299_ro.dia
you have@inherits diameter_rfc7155_nasreq
And in
diameter_3gpp_ts29_212.dia
which is also inherited bydiameter_3gpp_ts32_299_ro.dia
you have@inherits diameter_rfc4005_nasreq
.Wouldn't these two versions of the nasreq application participating in the same final dictionary cause a potential conflict?
The text was updated successfully, but these errors were encountered: