Loading yang-models/_3gpp-ns-nrm-serviceprofile.yang +10 −5 Original line number Diff line number Diff line Loading @@ -327,11 +327,16 @@ submodule _3gpp-ns-nrm-serviceprofile { } uses ns3cmn:ServAttrComGrp; } leaf kPIList { //Stage2 issue: Data format not specified, low interoperability description "An attribute specifies the name list of KQIs and KPIs list kPIList { description "An array specifies the name list of KQIs and KPIs available for performance monitoring"; type string; min-elements 1; key kpi; leaf kpi { description "KPI or KQI"; type string; } } } list userMgmtOpen { Loading Loading
yang-models/_3gpp-ns-nrm-serviceprofile.yang +10 −5 Original line number Diff line number Diff line Loading @@ -327,11 +327,16 @@ submodule _3gpp-ns-nrm-serviceprofile { } uses ns3cmn:ServAttrComGrp; } leaf kPIList { //Stage2 issue: Data format not specified, low interoperability description "An attribute specifies the name list of KQIs and KPIs list kPIList { description "An array specifies the name list of KQIs and KPIs available for performance monitoring"; type string; min-elements 1; key kpi; leaf kpi { description "KPI or KQI"; type string; } } } list userMgmtOpen { Loading