openBackhaul / wireInterface

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

rxCollisions attributes to be added to WireInterfaceStatus and WireInterfacePerformanceType #31

Closed openBackhaul closed 2 years ago

openBackhaul commented 4 years ago

The rxCollisions values according to RFC2819 to be added as a statistical and a performance value.

Proposal - Adding new attributes: WireInterfaceStatus::rxCollisions : INT64 WireInterfacePerformanceType::rxCollisions : Uint32

openBackhaul commented 3 years ago

Decision at the 5G-xhaul call on Tuesday 2nd of September 2020: WireInterfaceStatus::rxCollisions : INT64 = -1 WireInterfacePerformanceType::rxCollisions : INT32 = -1

Updating UML and YANG required.

openBackhaul commented 2 years ago

Solved with WireInterface_2.0.0-tsp.220314.1810 release.