Support of WG4 OpenFronthaul Management-Plane VES
[scp/oam/modeling.git] / data-model / yang / working / o-ran-sc / template / README.md
1 # Template
2
3 This folder contains a template yang modules with dependencies to published
4 YANG modules and O-RAN-SC common yang modules.
5
6 Please rename "TEMPLATE" by your O-RAN component.
7
8 Please use the option "-L, --dereference" of the bash "cp" command to follow
9 the symbolic link if needed.
10
11 To validate our yang modules pyang is recommended, following the 
12 O-RAN Alliance data modelling guidlines.
13
14 ```
15 pyang --lint o-ran-sc-*.yang
16 ```