X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=agent%2Fyang%2Fo-ran-sc-ric-ueec-config-v1.yang;h=d4d43c22335353a7796991ceedc625ff6fcbba79;hb=d29048f8dbf654cfbeba4ffa9f9c48d359583cdd;hp=74b8d8d2ac069091af326339da51eacb0b133cd8;hpb=95af2c22b4ed472d9535d25bace513876a2e9c26;p=ric-plt%2Fo1.git diff --git a/agent/yang/o-ran-sc-ric-ueec-config-v1.yang b/agent/yang/o-ran-sc-ric-ueec-config-v1.yang index 74b8d8d..d4d43c2 100755 --- a/agent/yang/o-ran-sc-ric-ueec-config-v1.yang +++ b/agent/yang/o-ran-sc-ric-ueec-config-v1.yang @@ -30,34 +30,56 @@ module o-ran-sc-ric-ueec-config-v1 { reference "O-RAN-OAM-Interface-Specification (O1)"; } - + grouping subscription { leaf active { type boolean; + description + "Subscription status: active or deactive"; } container interfaceId { container globalENBId { leaf plmnId { type string; + description + "PLMN ID"; } leaf eNBId { type uint64; + description + "eNB ID"; } + description + "Global ID"; } + description + "gNB interface ID"; } + description + "Subscription related parameters"; } container ric { container config { leaf name { type string; + description + "The name of xApp"; } leaf namespace { type string; + description + "The namespace"; } container control { uses subscription; + description + "The control object"; } + description + "The container for configuration data"; } + description + "Root object for gNB status"; } } \ No newline at end of file