aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-10 12:40:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-10 12:40:51 +0000
commitc3888cff5246447a2b011e27f130fcd087c60295 (patch)
treefcb426c55ce1b6b4f13beec9632d20689f5e5c9f
parentfeb63251ef347534f45c3cea0d04923e6cbd94ad (diff)
parentcbe2411c3460693a9d1843698c4a4b0d73f65a14 (diff)
Merge "merged lcm.yang from app-c"0.4.0
-rw-r--r--lcm/model/src/main/yang/lcm.yang15
1 files changed, 14 insertions, 1 deletions
diff --git a/lcm/model/src/main/yang/lcm.yang b/lcm/model/src/main/yang/lcm.yang
index a03fff60..c9ec3ca8 100644
--- a/lcm/model/src/main/yang/lcm.yang
+++ b/lcm/model/src/main/yang/lcm.yang
@@ -561,6 +561,10 @@ module LCM {
output {
uses common-header;
uses status;
+ leaf payload {
+ type payload;
+ mandatory true;
+ }
}
}
@@ -607,6 +611,10 @@ module LCM {
output {
uses common-header;
uses status;
+ leaf payload {
+ type payload;
+ mandatory true;
+ }
}
}
@@ -811,7 +819,7 @@ module LCM {
uses action-identifiers;
leaf payload {
type payload;
- mandatory false;
+ mandatory true;
}
}
output {
@@ -985,6 +993,11 @@ module LCM {
output {
uses common-header;
uses status;
+ leaf payload {
+ type payload;
+ mandatory true;
+ }
+
}
}