blob: 62ef16d02bbf46168b211c05fe59c7ff48d7111c [file] [log] [blame]
Andrea Campanella238d96e2016-01-20 11:52:02 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2016-present Open Networking Foundation
Andrea Campanella238d96e2016-01-20 11:52:02 -08004 ~
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 Leenheerc44b1a72017-06-12 20:05:14 -070018 <!-- T100 supports 96 (50 GHz) or 128 (37.5 GHz) C-band channels,
19 although this driver only enables 80 50 GHz channels. -->
Aaron Kruglikov17b4c852016-01-15 16:37:04 -080020 <driver name="fujitsu-netconf" manufacturer="Fujitsu" hwVersion="T100" swVersion="01-01-X">
HIGUCHI Yuta34a3f692016-01-09 21:08:57 -080021 <behaviour api="org.onosproject.net.optical.OpticalDevice"
HIGUCHI Yutadeae31e2016-05-11 09:50:39 -070022 impl="org.onosproject.net.optical.DefaultOpticalDevice"/>
Andrea Campanella6c71a052016-04-22 11:56:31 -070023 <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery"
24 impl="org.onosproject.drivers.fujitsu.FujitsuT100DeviceDescription"/>
Marc De Leenheerc44b1a72017-06-12 20:05:14 -070025 <behaviour api="org.onosproject.net.behaviour.LambdaQuery"
26 impl="org.onosproject.driver.optical.query.CBand50LambdaQuery"/>
Aaron Kruglikov17b4c852016-01-15 16:37:04 -080027 </driver>
Akihiro Yamanouchi5e5d4df2016-06-08 17:06:33 +090028 <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 Yamanouchi8d3a9d32016-07-12 11:41:44 +090031 <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltPonLinkConfig"
Akihiro Yamanouchid4912842016-07-01 10:38:46 +090032 impl="org.onosproject.drivers.fujitsu.FujitsuVoltPonLinkConfig"/>
Akihiro Yamanouchi8d3a9d32016-07-12 11:41:44 +090033 <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 Yamanouchi45122222016-07-15 13:13:11 +090037 <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltAlertConfig"
38 impl="org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig"/>
Akihiro Yamanouchi38a38672016-07-20 20:05:57 +090039 <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltFwdlConfig"
40 impl="org.onosproject.drivers.fujitsu.FujitsuVoltFwdlConfig"/>
Akihiro Yamanouchi237ca362016-07-29 17:34:38 +090041 <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltNeConfig"
42 impl="org.onosproject.drivers.fujitsu.FujitsuVoltNeConfig"/>
xueliang0e946fc2016-12-08 15:00:49 +090043 <behaviour api="org.onosproject.drivers.fujitsu.behaviour.VoltNniLinkConfig"
44 impl="org.onosproject.drivers.fujitsu.FujitsuVoltNniLinkConfig"/>
xueliangcf527d12016-11-07 14:31:06 +090045 <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer"
46 impl="org.onosproject.drivers.fujitsu.FujitsuVoltAlarmConsumer"/>
Akihiro Yamanouchi5e5d4df2016-06-08 17:06:33 +090047 </driver>
Akihiro Yamanouchi45122222016-07-15 13:13:11 +090048</drivers>