TamasBakai | 114c21c | 2019-03-19 09:56:28 +0000 | [diff] [blame] | 1 | module 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 | } |