blob: d7fc2f26e622b1109e9d961ae4d8ac8d16468fde [file] [log] [blame]
module pnf-simulator {
namespace "http://nokia.com/pnf-simulator";
prefix config;
container config {
config true;
leaf itemValue1 {type uint32;}
leaf itemValue2 {type uint32;}
}
}