ONF Stratum for Cassini - Read Me

uint64 operational_mode = 6;
}
int32 id = 1;
repeated NetworkInterface network_interfaces = 2;
}
message PhalDB {
// ...
repeated OpticalModule optical_modules = 6;
}
Note that we are not supprting configuring the Hoet Interface in TAI for now. This may
be a future task that contributed by the community.
Supported OpenConfig models(gNMI paths)
The OpenConfig model provides an optical channel configuration. Below are YANG models
on GitHub we are using for TAI support:
https://github.com/openconfig/public/blob/master/release/models/platform/openconfi
g-platform-transceiver.yang;
https://github.com/openconfig/public/blob/master/release/models/optical-
transport/openconfig-terminal-device.yang.
The entire model represents the set of gNMI configuration paths. Here are supported paths.
"state/..." paths (read only):
/components/component[name]/optical-channel/state/frequency
/components/component[name]/optical-channel/state/operational-mode
/components/component[name]/optical-channel/state/output-power/instant
/components/component[name]/optical-channel/state/input-power/instant
"config/..." paths (read and write):
/components/component[name]/optical-channel/config/frequency
/components/component[name]/optical-channel/config/operational-mode
/components/component[name]/optical-channel/config/target-output-power
Other paths:
/components/component[name]/name
/components/component[name]/config/name
Note: Both currently are read-only and report the component node name as well as
Stratum doesn't support node renaming for now.
/components/component[name]/optical-channel/state/line-port
/components/component[name]/optical-channel/config/line-port