On Tue, Feb 14, 2023 at 09:00:50PM -0800, Richard Cochran wrote:
> @@ -300,6 +308,11 @@ struct config_item config_tab[] = {
>       GLOB_ITEM_DBL("pi_proportional_exponent", -0.3, -DBL_MAX, DBL_MAX),
>       GLOB_ITEM_DBL("pi_proportional_norm_max", 0.7, DBL_MIN, 1.0),
>       GLOB_ITEM_DBL("pi_proportional_scale", 0.0, 0.0, DBL_MAX),
> +     PORT_ITEM_ENU("power_profile.version", IEEE_C37_238_VERSION_NONE, 
> ieee_c37_238_enu),
> +     PORT_ITEM_INT("power_profile.2011.grandmasterTimeInaccuracy", 
> 0xFFFFFFFF, 0, INT_MAX),
> +     PORT_ITEM_INT("power_profile.2011.networkTimeInaccuracy", 0, 0, 
> INT_MAX),
> +     PORT_ITEM_INT("power_profile.2017.totalTimeInaccuracy", 0xFFFFFFFF, 0, 
> INT_MAX),
> +     PORT_ITEM_INT("power_profile.grandmasterID", 0, 0, 0xFFFF),

I'm sorry I didn't notice this earlier. Can you please add these to
configs/default.cfg?

-- 
Miroslav Lichvar



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to