Pawel Kadlubanski | 4326965 | 2018-06-15 16:13:45 +0200 | [diff] [blame] | 1 | module pnf-simulator { |
2 | namespace "http://nokia.com/pnf-simulator"; | ||||
3 | prefix config; | ||||
4 | container config { | ||||
5 | config true; | ||||
Marcin Migdal | ffd5266 | 2018-08-02 13:40:25 +0200 | [diff] [blame] | 6 | leaf itemValue1 {type uint32;} |
7 | leaf itemValue2 {type uint32;} | ||||
Pawel Kadlubanski | 4326965 | 2018-06-15 16:13:45 +0200 | [diff] [blame] | 8 | } |
9 | } |