diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-01-28 08:48:56 -0600 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-01-28 08:48:56 -0600 |
commit | 34b82ffc3211a7b82c28b8581d0625f40f5a6834 (patch) | |
tree | af5443a42138bb4f12062c42d0d5e63a49004d4c /sdnr/northbound/a1Adapter/model | |
parent | bc0f2d7fc5a1285810488e857fb92f969293920e (diff) |
ORAN A1 Adapter YANG Model Update
Minor YANG model updated needed for RPC definition
for notifyPolicyEnforcementUpdate
Issue-ID: CCSDK-2043
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: If321f34bdd387482bef860a2ae89ccf9faf94536
Diffstat (limited to 'sdnr/northbound/a1Adapter/model')
-rw-r--r-- | sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang b/sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang index 68eb3be6a..fb740cc27 100644 --- a/sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang +++ b/sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang @@ -318,10 +318,6 @@ module A1-ADAPTER-API { leaf policy-instance-id { type string; } - - } - output { - uses a1-adapter-response; leaf policy_enforcement_status { type string; description @@ -333,6 +329,9 @@ module A1-ADAPTER-API { "Indicates the reason why policy is no longer being enforced"; } } + output { + uses a1-adapter-response; + } } |