blob: dda65545ad504b1e876691969860758dc5e83e5b (
plain)
1
2
3
4
5
6
7
8
9
|
module pnf-simulator {
namespace "http://nokia.com/pnf-simulator";
prefix config;
container config {
config true;
leaf testDuration {type uint32;}
leaf messageInterval {type uint32;}
}
}
|