From: Sandeep Shah Date: Tue, 28 Jan 2020 14:48:56 +0000 (-0600) Subject: ORAN A1 Adapter YANG Model Update X-Git-Tag: 0.7.1~38^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=34b82ffc3211a7b82c28b8581d0625f40f5a6834;p=ccsdk%2Ffeatures.git ORAN A1 Adapter YANG Model Update Minor YANG model updated needed for RPC definition for notifyPolicyEnforcementUpdate Issue-ID: CCSDK-2043 Signed-off-by: SandeepLinux Change-Id: If321f34bdd387482bef860a2ae89ccf9faf94536 --- 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; + } }