Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: bc961998a842529a12d5fcb590d4435022c9fcbe https://github.com/bluez/bluez/commit/bc961998a842529a12d5fcb590d4435022c9fcbe Author: Inga Stotland <inga.stotland@xxxxxxxxx> Date: 2023-03-17 (Fri, 17 Mar 2023) Changed paths: M tools/mesh/mesh-db.c M tools/mesh/remote.c Log Message: ----------- tools/mesh-cfgclient: Prevent storing duplicate models This fixes the situation when subsequent requests to get a node composition result in appending element's model list with duplicate models. This adds a check for a presence of a model on an element when attempting to add a new model ID to a model list on this element. Commit: 551a0c80ab33332920b966dbd7e6761a1b640ed6 https://github.com/bluez/bluez/commit/551a0c80ab33332920b966dbd7e6761a1b640ed6 Author: Inga Stotland <inga.stotland@xxxxxxxxx> Date: 2023-03-17 (Fri, 17 Mar 2023) Changed paths: M tools/mesh-cfgclient.c M tools/mesh/cfgcli.c M tools/mesh/cfgcli.h M tools/mesh/util.c Log Message: ----------- tools/mesh-cfgclient: Auto request own composition data When attaching a local provisioner node, always request own composition data to accommodate functional consolidation of regular and remote provisioning mechanisms. The knowledge of the own node composition is necessary for provisioning initiation and self configuration. Compare: https://github.com/bluez/bluez/compare/39260c3cfa05...551a0c80ab33