Closed openBackhaul closed 4 years ago
Why is this not a leafref, which points exactly to the UUID of the affected object ?
Common decision on 21.11.2019:
All *Notification::objectIdRef attributes will become _objectIdRef attributes generated from shared associations to LTP class in UML. This applies on all notifications.
All *notification::object-id-ref leaf will become leafref to LTP.
Only object-deletion-notification::object-id-ref : leafref will be "require-instance false;"
Shared associations between *Notifications and LTP added. Resulting attributes named "_objectIdRef".
UML done. YANG still open.
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.
The datatype of
Proposal: Changing the datatype in the UML and the YANG back to String.