X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=data-model%2Fdraft%2FREADME.md;h=ef4bf9aabd710629d418f482239814421ad7a161;hb=a06b256d3844d267d78d99f41804cd36f20b4f4d;hp=d318f6948151aeca90e9378e0278195610380ab9;hpb=44703c16d6fd906f65c94633ae9a3a9b49c1abcf;p=scp%2Foam%2Fmodeling.git diff --git a/data-model/draft/README.md b/data-model/draft/README.md index d318f69..ef4bf9a 100644 --- a/data-model/draft/README.md +++ b/data-model/draft/README.md @@ -1,3 +1,14 @@ # Data models under discussion and development -A directory to share ideas for information model development and to experiment the new model artifacts. +A directory to share ideas for data model development and to experiment with +the new model artifacts. + +Please use pyang to validate the proposed yang modules and to generate +the yang tree. + +``` +pyang -f tree -o all-in-one.tree *.yang +``` + +Note: The yang module "o-ran-sc-TEMPLATE-v1.yang" should be used as templated +for project specific configuration management. \ No newline at end of file