openBackhaul / wireInterface

Technology specific interface definition for Ethernet PHY interfaces according to IEEE 802.3
Apache License 2.0
3 stars 1 forks source link

auto-negotiation-pmd-list with inconsistent min-elements #17

Closed michbin closed 4 years ago

michbin commented 4 years ago

The auto-negotiation-pmd-list (leaf) list has a constraint min-elements 1 which does not match the description:

If (autoPmdNegotiationIsOn==1) AND (autoNegotiationPmdSelectionIsAvail==1), this list defines the selection of PMDs the automated negotiation process is allowed to choose from. If no entry, the automated negotiation process is allowed to choose from all available PMDs.

The description implies that the list is optional. If this is true the constraint should be removed.

openBackhaul commented 4 years ago

Multiplicity of _autoNegotiationPmdList has been changed from [1..] to [].