From: Steve Brown <sbrown@xxxxxxxxxxxx> This series adds additional configuration commands to meshctl. It also fixes a bug that was exposed by the commands. This work was done in conjunction with the Zephyr pull request. https://github.com/zephyrproject-rtos/zephyr/pull/5322 For testing, that patch is available at https://github.com/zephyrproject-rtos/zephyr/pull/5322.patch Steve Brown (3): mesh: Segmentation fails in gatt.c:pipe_write() mesh: meshctl: Add commands mesh: meshctl: Add support for subscriptions in node and database mesh/config-client.c | 461 ++++++++++++++++++++++++++++++++++++++++++++++++--- mesh/gatt.c | 141 ++-------------- mesh/net.c | 20 ++- mesh/node.c | 32 ++++ mesh/node.h | 3 + mesh/prov-db.c | 66 ++++++++ mesh/prov-db.h | 2 + 7 files changed, 580 insertions(+), 145 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html