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

receiveSignalIsDetectedList is unordered #29

Closed openBackhaul closed 3 years ago

openBackhaul commented 4 years ago

receiveSignalIsDetectedList is of datatype Boolean[0..11] (Array of Boolean).

Unfortunately, content of leaf list attributes is unordered in YANG. So, there is no way for concluding from one of the Boolean statements on a concrete signal. As a consequence, the given information is useless.

Proposal: Changing the primitive Boolean into a composed datatype combing an instance number (e.g. receiverNumber : Integer) with the actual status value (e.g. isUp : Boolean).

openBackhaul commented 3 years ago

Covered by the decision made in issue#30.

demx8as6 commented 3 years ago

considered as duplicate - #30