Commit c6742dfd authored by scottma's avatar scottma
Browse files

Update _3gpp-ns-nrm-serviceprofile.yang

parent e1ac5e8b
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -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 {