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;fp=sdnc-a1-controller%2Fnorthbound%2Fnonrt-ric-api%2Fmodel%2Fsrc%2Fmain%2Fyang%2FNONRT-RIC-API.yang;h=834d12fbe9218a68dfdd0f775b394a603b7dcc88;hb=238fd97d5c8320cc8a53e04e04cfd39dcf900c4e;hp=806bdc1cd3cfeecdb6fa97db2bbcdb3329183044;hpb=3b1e23945b9426ad7aaacfc3794e15286d82c816;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 index 806bdc1c..834d12fb 100644 --- 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 @@ -10,10 +10,10 @@ module A1-ADAPTER-API { revision "2019-10-02" { description - "A1 adapter for Frankfurt"; + "A1 adapter"; } -///Flattend interface using RPC + ///Flattend interface using RPC //Get an array of near-rt-ric IDs, //Each item in the returned array will be regarded as one near-rt-ric-id. @@ -22,6 +22,9 @@ module A1-ADAPTER-API { leaf-list near-rt-ric-id-list { type string; } + leaf code { + type string; + } } } @@ -37,6 +40,9 @@ module A1-ADAPTER-API { leaf health-status { type boolean; } + leaf code { + type string; + } } } @@ -53,6 +59,9 @@ module A1-ADAPTER-API { leaf-list policy-type-id-list { type uint32; } + leaf code { + type string; + } } } @@ -76,9 +85,6 @@ module A1-ADAPTER-API { } } output { - leaf status { - type string; - } leaf code { type string; } @@ -105,6 +111,9 @@ module A1-ADAPTER-API { leaf policy-type { type string; } + leaf code { + type string; + } } } @@ -118,6 +127,11 @@ module A1-ADAPTER-API { type uint32; } } + output { + leaf code { + type string; + } + } } //Get an array of string policy instance ids @@ -136,6 +150,9 @@ module A1-ADAPTER-API { leaf-list policy-instance-id-list { type string; } + leaf code { + type string; + } } } @@ -155,6 +172,11 @@ module A1-ADAPTER-API { type string; } } + output { + leaf code { + type string; + } + } } ///Get a policy instance @@ -174,6 +196,9 @@ module A1-ADAPTER-API { leaf policy-instance { type string; } + leaf code { + type string; + } } } @@ -190,6 +215,11 @@ module A1-ADAPTER-API { type string; } } + output { + leaf code { + type string; + } + } } //Get the status for a policy instance @@ -209,6 +239,9 @@ module A1-ADAPTER-API { leaf status { type string; } + leaf code { + type string; + } } } } \ No newline at end of file