Skip to content

Commit 64481a8

Browse files
committed
[params] Fix set run-stats bug
1 parent c8301df commit 64481a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ _PARAMETER_FUNCTIONS(GbtEnabled, "gbt_enabled")
136136
_PARAMETER_FUNCTIONS(FirmwareCheckEnabled, "firmware_check_enabled")
137137
_PARAMETER_FUNCTIONS(UserLogicEnabled, "user_logic_enabled")
138138
_PARAMETER_FUNCTIONS(RunStatsEnabled, "run_stats_enabled")
139-
_PARAMETER_FUNCTIONS(UserAndCommonLogicEnabled, "run_stats_enabled")
139+
_PARAMETER_FUNCTIONS(UserAndCommonLogicEnabled, "user_and_common_logic_enabled")
140140
_PARAMETER_FUNCTIONS(OnuAddress, "onu_address")
141141
_PARAMETER_FUNCTIONS(StbrdEnabled, "stbrd_enabled")
142142
_PARAMETER_FUNCTIONS(TriggerWindowSize, "trigger_window_size")

0 commit comments

Comments
 (0)