Done
Details
Assignee
RDU DeeRDU DeeReporter
Vladyslav MarchenkoVladyslav MarchenkoLabels
Components
Fix versions
Priority
Highest
Details
Details
Assignee
RDU Dee
RDU DeeReporter
Vladyslav Marchenko
Vladyslav MarchenkoLabels
Components
Fix versions
Priority
Created April 23, 2020 at 12:45 PM
Updated February 6, 2025 at 2:16 PM
Resolved September 19, 2023 at 6:28 AM
Currently we have two places where RFC7895 was implemented independently (mdsal-netconf-yang-library and restconf-nb modules). See SchemaServiceToMdsalWriter and SchemaContextHandler classes.
It could be an issue if we install these two modules together and they independently will change module-state.
This functionality should be independent of both modules in a separate feature and lives in md-sal, alongside of yanglib client implementations there. And both restconf and netconf should be pulling it to runtime as a dependency.
As a first step towards that, evaluate the content of netconf.git and create a apps/yanglib-mdsal-writer which both netconf-nb and restconf-nb will pull in.