Skip to content

Commit

Permalink
[cru] Fix ONU sticky address for monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kostorr authored May 9, 2022
1 parent dc8815b commit 9ac8431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cru/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static constexpr uint32_t DATA_MIDTRG(0x2);*/

/// Registers for getting TTC info
static constexpr Register TTC_ONU_STICKY(0x00200014);
static constexpr Register TTC_ONU_STICKY_MON(0x00200014);
static constexpr Register TTC_ONU_STICKY_MON(0x0020001c);
static constexpr Register TTC_PON_QUALITY(0x0010000C);

/// Registers used for TTC calibration
Expand Down

0 comments on commit 9ac8431

Please sign in to comment.