...
Table of Contents |
---|
Addresses:
| ||||||||
---|---|---|---|---|---|---|---|---|
Investigation into (long and short term) feasibility options for CPS Dta updates. Some possibilities like:
Options 4 and 1 seem the easiest to implement?! Option 3 was mentioned by the E2E slicing team but I suspect it to be harder and require a further break down of the Yang-Path ‘language’ features Out of scope: Validation. The intention is that validation will be handled later using separate study/epic/user stories as required |
Parsing and validation of data fragment
...
It assumes the implementation/update of a following logic:
- Extracting the
DataSchemaNode
(fromSchemaContext
) matching the xpath requested - Update the YangUtilsthe
YangUtils.parseJsonData(..)
method to utilize additional input - Update the
DataNodeBuilder
logic to accept non-emptyxpath
when building data fromNormalizedNode
instance instance
Data Input / Output consistency
...