diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-31 15:09:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-31 15:09:43 +0000 |
commit | 913eea4f5e7bdb32f9fa42767ccbc9b1cf04f5ef (patch) | |
tree | 7cc4399455e4506a9406e74cc506a9f013489ca5 /sdnr/northbound/a1Adapter/model/src | |
parent | d1981f7e68272cdc5618139a363b80806c2aa77c (diff) | |
parent | 34b82ffc3211a7b82c28b8581d0625f40f5a6834 (diff) |
Merge "ORAN A1 Adapter YANG Model Update"
Diffstat (limited to 'sdnr/northbound/a1Adapter/model/src')
-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; + } } |