ORAN A1 Adapter YANG Model Update 58/100858/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 28 Jan 2020 14:48:56 +0000 (08:48 -0600)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 28 Jan 2020 14:48:56 +0000 (08:48 -0600)
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

sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang

index 68eb3be..fb740cc 100644 (file)
@@ -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;
+        }
     }