Hi,
i am trying to integrate ORAN yang version 13(O-RAN.WG4.MP-YANGs-R003-v13.00) with confd 7.3.
while building I am getting error like " error: the type empty cannot be part of a union".
typedef availability-status {
type union {
type empty;
type enumeration {
enum FAILED {
description
"The resource has an internal fault that prevents it from operating.
The operational state is disabled.";
}
enum DEPENDENCY {
description
"The resource cannot operate because some other resource on which it
depends is unavailable. The operational state is disabled.";
}
}
}
}
Regards,
Biswajit