X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sdnc-a1-controller%2Fnorthbound%2Fnonrt-ric-api%2Fmodel%2Fsrc%2Fmain%2Fyang%2FNONRT-RIC-API.yang;h=b6a2869c5151bec443f0d28dd9655dca3b58db0a;hb=HEAD;hp=34c0a72d85a201731e5d8fe6dad7a6046153e500;hpb=348cb8528bdf879354de640b3249bc40db934505;p=nonrtric.git diff --git a/sdnc-a1-controller/northbound/nonrt-ric-api/model/src/main/yang/NONRT-RIC-API.yang b/sdnc-a1-controller/northbound/nonrt-ric-api/model/src/main/yang/NONRT-RIC-API.yang deleted file mode 100644 index 34c0a72d..00000000 --- a/sdnc-a1-controller/northbound/nonrt-ric-api/model/src/main/yang/NONRT-RIC-API.yang +++ /dev/null @@ -1,122 +0,0 @@ -//- -// ============LICENSE_START======================================================= -// Copyright (C) 2019 Nordix Foundation. -// ================================================================================ -// 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. -// -// SPDX-License-Identifier: Apache-2.0 -// ============LICENSE_END========================================================= -// -module A1-ADAPTER-API { - - namespace "org:o_ran_sc:nonrtric:sdnc_a1:northbound:a1-adapter"; - - prefix a1-adapter-api; - - import ietf-inet-types { - prefix "inet"; - revision-date "2013-07-15"; - } - - import ietf-yang-types { - prefix yang; - } - - revision "2020-01-22" { - description - "A1 adapter"; - } - - rpc putA1Policy { - input { - leaf near-rt-ric-url { - type inet:uri; - } - leaf body { - type string; - } - } - output { - leaf body { - type string; - } - leaf http-status { - type int32; - } - } - } - - rpc getA1Policy { - input { - leaf near-rt-ric-url { - type inet:uri; - } - } - output { - leaf body { - type string; - } - leaf http-status { - type int32; - } - } - } - - rpc getA1PolicyStatus { - input { - leaf near-rt-ric-url { - type inet:uri; - } - } - output { - leaf body { - type string; - } - leaf http-status { - type int32; - } - } - } - - rpc getA1PolicyType { - input { - leaf near-rt-ric-url { - type inet:uri; - } - } - output { - leaf body { - type string; - } - leaf http-status { - type int32; - } - } - } - - rpc deleteA1Policy { - input { - leaf near-rt-ric-url { - type inet:uri; - } - } - output { - leaf body { - type string; - } - leaf http-status { - type int32; - } - } - } -} \ No newline at end of file