openBackhaul / airInterface

Technology specific interface definition for microwave air interfaces
Apache License 2.0
3 stars 0 forks source link

AirInterfaceCurrentProblems::currentProblemList #29

Closed openBackhaul closed 3 years ago

openBackhaul commented 4 years ago

The currentProblemList is empty, when there is no alarm active at the device. NETCONF does not represent an empty list. In some NETCONF server implementations it seems to be impossible to represent an empty class (still compliant with RFC 7950 chapter 7.5.7). If no solution on the implementaton side is found, adding an additional attribute to the AirInterfaceCurrentProblems class would be a workarround.

openBackhaul commented 4 years ago

Adding an

from Martin Skorupski to everyone: +--ro alarm-list | +--ro number-of-alarms? yang:gauge32 | +--ro last-changed? yang:date-and-time | +--ro alarm* [resource alarm-type-id alarm-type-qualifier] | | ... | +---x purge-alarms | | ... | +---x compress-alarms {alarm-history}?

openBackhaul commented 4 years ago

at least 'layer-protocol' and '[air/wirebased]-interface-current-problems' elements present inside [air/wire]-interface-pac

openBackhaul commented 4 years ago

AirInterfaceCurrentProblems::numberOfCurrentProblems : Integer and AirInterfaceCurrentProblems::timeOfLatestChange : DateTime added.

openBackhaul commented 3 years ago

On 5G-xhaul call on 17th of March it has been decided to close this issue, because YANG has already been provided and implemented.