diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-08-20 08:16:03 +0200 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-08-20 08:16:36 +0200 |
commit | 777e44a8a1262e2d369b2917e31f176c858266b0 (patch) | |
tree | bf043801f1fd1d9bd978cd246c0d6407d5997e23 /sdnr/wt/devicemanager-oran/model/src | |
parent | 57976923bf81939fe7cea8c316fa94071612c3ea (diff) |
Remove devicemanager-oran
devicemanager-oran is now part of the o-ran-sc repository
Issue-ID: CCSDK-2670
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: I8a4c3cb1fc12212018f0859b49e7028891c82590
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager-oran/model/src')
-rw-r--r-- | sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang b/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang deleted file mode 100644 index 6ea5836da..000000000 --- a/sdnr/wt/devicemanager-oran/model/src/main/yang/devicemanager-oran.yang +++ /dev/null @@ -1,37 +0,0 @@ -module devicemanager-oran { - - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-oran"; - prefix devicemanager-oran; - - organization - "highstreet technologies GmbH"; - contact - "Web: <https://highstreet-technologies.com> - O-RAN: <https://wiki.o-ran-sc.org/display/OAM/Operations+and+Maintenance"; - - description - "DeviceManager Open RAN Api Module - - Copyright 2019 highstreet technologies GmbH Intellectual Property. - All rights reserved. - - Licensed under the Apache License, Version 2.0 (the 'License'); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an 'AS IS' BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License."; - - revision 2019-11-15 { - description - "Initial revision"; - reference - "https://jira.onap.org/browse/SDNC-877"; - } -} |