We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6bbda commit a9afde2Copy full SHA for a9afde2
src/Cru/Ttc.cxx
@@ -122,7 +122,7 @@ bool Ttc::configurePonTx(uint32_t onuAddress)
122
mPdaBar->writeRegister(Cru::Registers::CLOCK_PLL_CONTROL_ONU.index, 0x00200000);
123
std::this_thread::sleep_for(std::chrono::milliseconds(10));
124
onuStatus = mPdaBar->readRegister((Cru::Registers::ONU_USER_LOGIC.address + 0xC)/4);
125
- if (onuStatus == 0xff || onuStatus == 0x7f) {
+ if (onuStatus == 0xff || onuStatus == 0xf7) {
126
count++;
127
} else if (onuStatus == 0xf5 || onuStatus == 0xfd) {
128
count = 0;
0 commit comments