Open-Network-Models-and-Interfaces-ONMI / TAPI

LF ONMI Transport API Repository (TAPI)
https://github.com/Open-Network-Models-and-Interfaces-ONMI/TAPI/wiki
Apache License 2.0
95 stars 80 forks source link

Several modifications for release 2.3 #514

Closed amazzini closed 2 years ago

amazzini commented 3 years ago
  1. TapiCommon, new enumeration ConditionName.
  2. TapiCommon, PmParameterName augments ConditionName.
  3. TapiCommon, SIP direction from RW to RO.
  4. TapiFm, PerceivedSeverityType, deprecated “CLEAR” severity.
  5. TapiFm, Deprecated AlarmCategory, replaced by DetectorCategory.
  6. TapiFm, AlarmConditionName augments ConditionName.
  7. TapiFm, added ConditionType enumeration.
  8. TapiFm, added SimpleDetectorState enumeration.
  9. TapiNotification, added new EventNotification signal for alignment to Streaming, with spec classes DetectedCondition, PmMetricInfo, DetectorInfo, SimpleDetector.
  10. TapiOam, OamJob, OamServicePoint reference from [1..] to [0..].
  11. TapiOam, OamJob, added reference by name to CEP for simple OAM tasks like loopback.
  12. TapiOam, added to OamJob a reference to ConnectivityService, in case the OamJob instance is not related to any OamService/Point but created together with ConnectivityService through ConnectivityOamJob augment.
  13. TapiOdu, copied diagram comments to class comments.
  14. TapiPhotonicMedia, OtsiCapabilityPac, maxNumberOfOtsi and supportedFecType from RW to RO.
  15. TapiPhotonicMedia PowerManagementCapabilityPac, all attributes from RW to RO.
  16. TapiPhotonicMedia, copied diagram comments to class comments.
  17. TapiTopology, Link direction description "Is applicable to simple Links where all LinkEnds are BIDIRECTIONAL (the Link will be BIDIRECTIONAL) or UNIDIRECTIONAL (the Link will be UNIDIRECTIONAL)" is removed.
  18. TapiTopology, comment on NEP/ inter-domain-plug-in-pac (ENNI Identifier).
  19. Aligned the ObjectType enumerations for Notification and Streaming.