aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr')
-rw-r--r--sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang7
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;
+ }
}