Skip to content

Commit

Permalink
add clock class event source to support v1 (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Aneesh Puttur <aputtur@redhat.com>
  • Loading branch information
aneeshkp authored Nov 25, 2024
1 parent 8f6799b commit fc15be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/event/ptp/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const (
// PtpClockClass notification is generated when the clock-class changes.
PtpClockClass EventResource = "/sync/ptp-status/clock-class"

// Support V1
// PtpClockClassV1 notification is generated when the clock-class changes for v1.
PtpClockClassV1 EventResource = "/sync/ptp-status/ptp-clock-class-change"

// O-RAN 7.2.3.3
// PtpLockState notification is signalled from equipment at state change
PtpLockState EventResource = "/sync/ptp-status/lock-state"
Expand Down

0 comments on commit fc15be4

Please sign in to comment.