mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 09:47:13 +00:00
The following new APIs are introduced: onlp_<subsystem>_status_get() - Retreives only the operational status (PRESENT, FAILED, UNPLUGGED) of the object Useful for improving the performance of the platform manager, whose primary concern is the operational status, not the object information itself. onlp_<subsystem>_hdr_get() - Retrieves the OID header (description, parent, children) only. Improved performance of OID iteration by avoiding collection of all of the unused object information during execution. If a platform does not implement these functions they will be simulated using calls to the existing onlp_<subsystem>_info_get(), which reduces to the original performance level.