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

_objectIdRef in Notifications #19

Closed openBackhaul closed 4 years ago

openBackhaul commented 4 years ago

https://github.com/openBackhaul/airInterface/issues/19

openBackhaul commented 4 years ago

data type of all object-id-ref attributes changed towards leafref.

    leaf object-id-ref {
      type leafref {
        path "/core-model:control-construct/core-model:logical-termination-point/core-model:uuid";
      }
      config false;
    }

In case of object-deletion-notification, "require-instance false;" added.

YANG done. UML still open.

openBackhaul commented 4 years ago

Shared associations between *Notifications and LTP added. Resulting attributes named "_objectIdRef".

UML also done.