Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <drivers> |
Marc De Leenheer | c44b1a7 | 2017-06-12 20:05:14 -0700 | [diff] [blame] | 18 | <!-- T100 supports 96 (50 GHz) or 128 (37.5 GHz) C-band channels, |
| 19 | although this driver only enables 80 50 GHz channels. --> |
Aaron Kruglikov | 17b4c85 | 2016-01-15 16:37:04 -0800 | [diff] [blame] | 20 | <driver name="fujitsu-netconf" manufacturer="Fujitsu" hwVersion="T100" swVersion="01-01-X"> |
HIGUCHI Yuta | 34a3f69 | 2016-01-09 21:08:57 -0800 | [diff] [blame] | 21 | <behaviour api="org.onosproject.net.optical.OpticalDevice" |
HIGUCHI Yuta | deae31e | 2016-05-11 09:50:39 -0700 | [diff] [blame] | 22 | impl="org.onosproject.net.optical.DefaultOpticalDevice"/> |
Andrea Campanella | 6c71a05 | 2016-04-22 11:56:31 -0700 | [diff] [blame] | 23 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
| 24 | impl="org.onosproject.drivers.fujitsu.FujitsuT100DeviceDescription"/> |
Marc De Leenheer | c44b1a7 | 2017-06-12 20:05:14 -0700 | [diff] [blame] | 25 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
| 26 | impl="org.onosproject.driver.optical.query.CBand50LambdaQuery"/> |
Aaron Kruglikov | 17b4c85 | 2016-01-15 16:37:04 -0800 | [diff] [blame] | 27 | </driver> |
Akihiro Yamanouchi | 5e5d4df | 2016-06-08 17:06:33 +0900 | [diff] [blame] | 28 | <driver name="fujitsu-volt-netconf" manufacturer="Fujitsu" hwVersion="svkOLT" swVersion="v1.0"> |
| 29 | <behaviour api="org.onosproject.net.behaviour.ControllerConfig" |
| 30 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltControllerConfig"/> |
Akihiro Yamanouchi | 8d3a9d3 | 2016-07-12 11:41:44 +0900 | [diff] [blame] | 31 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltPonLinkConfig" |
Akihiro Yamanouchi | d491284 | 2016-07-01 10:38:46 +0900 | [diff] [blame] | 32 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltPonLinkConfig"/> |
Akihiro Yamanouchi | 8d3a9d3 | 2016-07-12 11:41:44 +0900 | [diff] [blame] | 33 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltOnuConfig" |
| 34 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltOnuConfig"/> |
| 35 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltOnuOperConfig" |
| 36 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltOnuOperConfig"/> |
Akihiro Yamanouchi | 4512222 | 2016-07-15 13:13:11 +0900 | [diff] [blame] | 37 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltAlertConfig" |
| 38 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig"/> |
Akihiro Yamanouchi | 38a3867 | 2016-07-20 20:05:57 +0900 | [diff] [blame] | 39 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltFwdlConfig" |
| 40 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltFwdlConfig"/> |
Akihiro Yamanouchi | 237ca36 | 2016-07-29 17:34:38 +0900 | [diff] [blame] | 41 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltNeConfig" |
| 42 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltNeConfig"/> |
xueliang | 0e946fc | 2016-12-08 15:00:49 +0900 | [diff] [blame] | 43 | <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltNniLinkConfig" |
| 44 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltNniLinkConfig"/> |
xueliang | cf527d1 | 2016-11-07 14:31:06 +0900 | [diff] [blame] | 45 | <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer" |
| 46 | impl="org.onosproject.drivers.fujitsu.FujitsuVoltAlarmConsumer"/> |
Akihiro Yamanouchi | 5e5d4df | 2016-06-08 17:06:33 +0900 | [diff] [blame] | 47 | </driver> |
Akihiro Yamanouchi | 4512222 | 2016-07-15 13:13:11 +0900 | [diff] [blame] | 48 | </drivers> |