Patch-set applied On Mon, 2019-04-29 at 12:45 -0700, Inga Stotland wrote: > This set of patches tightens the existing implementation of Join() and > Attach() methods. Some redundacies are removed, common code is combined and > validation of node composition is added for Attach method. > > Inga Stotland (4): > mesh: Remove Node interface if node owner disconnects > mesh: Clean up processing of Attach() method > mesh: Consolidate processing of mesh element properties > mesh: Unify processing of GetManagedObjects result > > mesh/mesh-defs.h | 2 + > mesh/mesh.c | 69 +++--- > mesh/node.c | 558 ++++++++++++++++++++++++++--------------------- > mesh/node.h | 9 +- > 4 files changed, 344 insertions(+), 294 deletions(-) >