zephyr/subsys/net
Robert Lubos b633f3a9de net: lwm2m: Verify pmin for updated resource on notify check
When updating a resource, the LwM2M library verified pmin attribute on
all resources/objects in the observer path list and chose the smallest
value. While this make sense for determining the lower-boundary for the
next notification time, it could lead to unnecessary notifications being
generated too early if the updated resource had a higher pmin value
configured on it.

Therefore, when checking notification criteria for an updated resource,
check the pmin value for that resource path and if set and higher than
the lowest pmin value evaluated for the observer list, use it instead.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-24 17:01:07 +01:00
..
conn_mgr conn_mgr: make internal state static 2025-07-19 15:35:31 -04:00
ip net: ip: Kconfig: Re-enable routing support between interfaces support 2025-07-24 16:56:42 +01:00
l2 net: l2: openthread: Initial Border Router support. 2025-07-24 16:56:42 +01:00
lib net: lwm2m: Verify pmin for updated resource on notify check 2025-07-24 17:01:07 +01:00
pkt_filter net: pkt_filter: Add VLAN support to filtering 2025-04-16 08:07:34 +02:00
CMakeLists.txt
hostname.c
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net