blob: e5f205ca83b7f34d019a71dfd5e0589aca977b38 [file] [log] [blame]
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07001module org-openroadm-fwdl {
2 namespace "http://org/openroadm/fwdl";
3 prefix org-openroadm-fwdl;
4
5 import org-openroadm-common-types {
6 prefix org-openroadm-common-types;
7 }
8 organization "Open ROADM MSA";
9 contact
10 "OpenROADM.org";
11 description
12 "This module contains definitions for System Management.
13
14 Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2016,
15 AT&T Intellectual Property. All other rights reserved.
16
17 Redistribution and use in source and binary forms, with or without modification,
18 are permitted provided that the following conditions are met:
19
20 * Redistributions of source code must retain the above copyright notice, this
21 list of conditions and the following disclaimer.
22 * Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation and/or
24 other materials provided with the distribution.
25 * Neither the Members of the Open ROADM MSA Agreement nor the names of its
26 contributors may be used to endorse or promote products derived from this software
27 without specific prior written permission.
28
29 THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT ''AS IS''
30 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
31 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
32 IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT BE LIABLE FOR ANY DIRECT,
33 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
35 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
36 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38 POSSIBILITY OF SUCH DAMAGE.";
39
40 revision 2016-10-14 {
41 description
42 "Version 1.2";
43 }
44
45 rpc fw-update {
46 description
47 "Fpga data update";
48 input {
49 leaf circuit-pack-name {
50 type string;
51 description
52 "Name of the circuit pack";
53 }
54 }
55 output {
56 uses org-openroadm-common-types:rpc-response-status;
57 }
58 }
59}