aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/pnf-sim-lightweight/netconf/pnf-simulator.yang
blob: d7fc2f26e622b1109e9d961ae4d8ac8d16468fde (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 itemValue1 {type uint32;}
    leaf itemValue2 {type uint32;}
  }
}