Details
Description
If Profinet protocol stack is set to "Bus off" currently the IP in IP stack is set to 0.0.0.0
A new API was introduced that allows to modify this behavior. The new API shall be implemented.
#define PNS_IF_SET_OEM_PARAMETERS_TYPE_17 0x11 typedef __HIL_PACKED_PRE struct PNS_IF_SET_OEM_PARAMETERS_TYPE_17_Ttag { /* if set protocol stack will not touch IP stack configuration if Bus Off is set * @Note By default the IP stack is deconfigured on Bus off. */ uint32_t fDisableIpStackDeactivationOnBusOff; } __HIL_PACKED_POST PNS_IF_SET_OEM_PARAMETERS_TYPE_17_T;
Attachments
Issue Links
- is blocked by
-
PSPNCORE-341 Support disabling deconfiguration of IP stack on BusState change to Bus Off
- Closed
- relates to
-
PSPNS-2891 Support disabling deconfiguration of IP stack on BusOff for LFW usecase
- Closed