Skip to content

Commit 9ac8431

Browse files
authored
[cru] Fix ONU sticky address for monitoring
1 parent dc8815b commit 9ac8431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static constexpr uint32_t DATA_MIDTRG(0x2);*/
198198

199199
/// Registers for getting TTC info
200200
static constexpr Register TTC_ONU_STICKY(0x00200014);
201-
static constexpr Register TTC_ONU_STICKY_MON(0x00200014);
201+
static constexpr Register TTC_ONU_STICKY_MON(0x0020001c);
202202
static constexpr Register TTC_PON_QUALITY(0x0010000C);
203203

204204
/// Registers used for TTC calibration

0 commit comments

Comments
 (0)