From 34b82ffc3211a7b82c28b8581d0625f40f5a6834 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Tue, 28 Jan 2020 08:48:56 -0600 Subject: 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 --- sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sdnr/northbound/a1Adapter') 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; + } } -- cgit 1.2.3-korg