blob: d7fc2f26e622b1109e9d961ae4d8ac8d16468fde [file] [log] [blame]
TamasBakai114c21c2019-03-19 09:56:28 +00001module pnf-simulator {
2 namespace "http://nokia.com/pnf-simulator";
3 prefix config;
4 container config {
5 config true;
6 leaf itemValue1 {type uint32;}
7 leaf itemValue2 {type uint32;}
8 }
9}