Reactive FrequenciesService UT
[transportpce.git] / api / src / main / yang / transportpce-stub@2023-02-28.yang
1 module transportpce-stub {
2   yang-version 1;
3   namespace "http://org/opendaylight/transportpce/stub";
4   prefix org-opendaylight-transportpce-stub;
5
6   import transportpce-pathDescription {
7     prefix transportpce-pathDescription;
8     revision-date 2021-07-05;
9   }
10
11
12   organization
13     "transportPCE";
14   contact
15     "transportPCE committers - ODL";
16   description
17     "YANG definitions for defining port mapping in TransportPCE.
18      Copyright (c) 2023 Orange and others. All rights reserved.
19      authors: Gilles Thouenon Emmanuelle Delfour";
20
21   revision 2023-02-28 {
22     description
23       "Model to parse json input file for FrequenciesServiceTests";
24   }
25
26   container path-description {
27       uses transportpce-pathDescription:path-description;
28   }
29 }