zephyr/subsys/net/lib/mqtt_sn
Alexander Vasiliev 76276e2bd3 net: mqtt-sn: Remember incoming registered topic name
When a client uses wildcard subscription and a new message is
published to the matching topic for the first time, the gateway
sends REGISTER message to the client, containing the exact
topic name and a new topic ID.
This change fixes adding these topic ID and name to the internal
topics list.

Signed-off-by: Alexander Vasiliev <alexander.vasiliev@siemens.com>
2023-11-22 09:53:33 +01:00
..
CMakeLists.txt
Kconfig
mqtt_sn.c
mqtt_sn_decoder.c
mqtt_sn_encoder.c
mqtt_sn_msg.h
mqtt_sn_transport_udp.c