Initial version of common O-RAN-SC yang modules
[scp/oam/modeling.git] / data-model / draft / README.md
1 # Data models under discussion and development
2
3 A directory to share ideas for data model development and to experiment with 
4 the new model artifacts. 
5
6 Please use pyang to validate the proposed yang modules and to generate 
7 the yang tree.
8
9 ```
10 pyang -f tree -o all-in-one.tree *.yang
11 ```
12
13 Note: The yang module "o-ran-sc-TEMPLATE-v1.yang" should be used as templated 
14 for project specific configuration management.