From c725f50d589fafd6a5f3756591100b549653a298 Mon Sep 17 00:00:00 2001 From: Weihong Zhu Date: Fri, 21 Jan 2022 04:06:45 +0000 Subject: [PATCH] Update _3gpp-nr-nrm-nroperatorcelldu.yang --- yang-models/_3gpp-nr-nrm-nroperatorcelldu.yang | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yang-models/_3gpp-nr-nrm-nroperatorcelldu.yang b/yang-models/_3gpp-nr-nrm-nroperatorcelldu.yang index 7b2c3f6b7..ac3624520 100755 --- a/yang-models/_3gpp-nr-nrm-nroperatorcelldu.yang +++ b/yang-models/_3gpp-nr-nrm-nroperatorcelldu.yang @@ -30,6 +30,14 @@ module _3gpp-nr-nrm-nroperatorcelldu { type int32 { range "0..16383"; } } + leaf administrativeState { + description "Administrative state of the NROperatorCellDU. Indicates the + permission to use or prohibition against using the cell, imposed + through the OAM services."; + type types3gpp:AdministrativeState; + default LOCKED; + } + list pLMNInfoList { description "The PLMNInfoList is a list of PLMNInfo data type. It defines which PLMNs that can be served by the NR cell, and which -- GitLab