X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fwim%2Fwan_link_actions.py;h=68ebf746b6b823d87ec7a7d1f272f638dd2bebfc;hb=71f7abb8d48b167749e7b03586def13bff0c8a41;hp=7dd416525d6dbd92df331b41038d2b55624d6e51;hpb=908649a79e7f3ebaeef23517edd2ad3376226fe0;p=osm%2FRO.git diff --git a/RO/osm_ro/wim/wan_link_actions.py b/RO/osm_ro/wim/wan_link_actions.py index 7dd41652..68ebf746 100644 --- a/RO/osm_ro/wim/wan_link_actions.py +++ b/RO/osm_ro/wim/wan_link_actions.py @@ -329,8 +329,8 @@ class WanLinkCreate(RefreshMixin, CreateAction): if len(connection_points) == 2: return 'ELINE' else: - raise NotImplementedError('Multipoint connectivity is not ' - 'supported yet.') + # added to support DPB WIM connector + return 'ELAN' def _update_persistent_data(self, persistence, service_uuid, conn_info): """Store plugin/connector specific information in the database"""