Commit 25d2455d authored by elmdahlp's avatar elmdahlp Committed by lengyelb
Browse files

Exchanged single and double quotes again.

parent 38fac261
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -86,9 +86,9 @@ module _3gpp-common-managementdatacollection {
    leaf sst {
      type uint8;  // TS 28.003 clause 28.4.
      //mandatory false;
      description 'It specifies the slice service type (SST) of which the slice
        subnet should be targeted. Please refer to 3GPP TS 23.501: "System
        Architecture for the 5G System"';
      description "It specifies the slice service type (SST) of which the slice
        subnet should be targeted. Please refer to 3GPP TS 23.501: 'System
        Architecture for the 5G System'";
    }
  }

@@ -159,17 +159,17 @@ module _3gpp-common-managementdatacollection {
        leaf-list name {
          type string;
          min-elements 1;
          description 'The list may include metrics or set of metrics defined
          description "The list may include metrics or set of metrics defined
            in TS 28.552, TS 28.554 and TS 32.422.

            The metrics are identified with their names/identifiers.
            For performance measurements defined in TS 28.552 the name is
            constructed as follows:
              - "family.measurementName.subcounter" for measurement types with
              - 'family.measurementName.subcounter' for measurement types with
                subcounters
              - "family.measurementName" for measurement types without
              - 'family.measurementName' for measurement types without
                subcounters
              - "family" for measurement families
              - 'family' for measurement families

            For KPIs defined in TS 28.554 the name is defined according to the
            KPI definitions template as the component designated with a).
@@ -177,7 +177,7 @@ module _3gpp-common-managementdatacollection {
            For trace metrics (including trace messages, MDT measurements
            (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF and RCEF
            reports) defined in TS 32.422, the name (metric identifier) is
            defined in clause 10 of TS 32.422.';
            defined in clause 10 of TS 32.422.";
          }
      }
      mandatory true;
@@ -239,16 +239,16 @@ module _3gpp-common-managementdatacollection {
          uses ManagementDataCollectionGrp;
      }
      // No contained classes.
      description 'This IOC represents a management data collection request
      description "This IOC represents a management data collection request
        job. The requested data could be of kind Trace, MDT (Minimization
        of Drive Test), RLF (Radio Link Failure) report, RCEF (RRC Connection
        Establishment Failure) report, PM (performance measurements), KPI
        (end-to-end key performance indicators) or a combination of these.

        The attribute "managementData" defines the management data which shall
        The attribute 'managementData' defines the management data which shall
        be reported. This may either include a list of data categories or a
        list of management data identified with their name. For further details
        see TS 28.622 clause 4.3.50. The "targetNodeFilter" attribute can be
        see TS 28.622 clause 4.3.50. The 'targetNodeFilter' attribute can be
        used to target object instance(s) producing the required management
        data. It is assumed that the consumer may not have detailed knowledge
        of the network and hence may not identify the exact object instance
@@ -259,26 +259,26 @@ module _3gpp-common-managementdatacollection {
        function.

        To activate the production of the requested data, a MnS consumer has to
        create a "ManagementDataCollection" object instance on the MnS producer.
        create a 'ManagementDataCollection' object instance on the MnS producer.

        The MnS producer will derive multiple jobs ("PerfMetricJob",
        "TraceJob") from a single "ManagementDataCollection" job for collecting
        The MnS producer will derive multiple jobs ('PerfMetricJob',
        'TraceJob') from a single 'ManagementDataCollection' job for collecting
        the required management data. Once it receives the measurement from
        multiple sources, it consolidate the data into a set of management data
        for reporting.

        The attribute "collectionTimeWindow" specifies the time window for which
        The attribute 'collectionTimeWindow' specifies the time window for which
        the management data should be reported.

        The attribute "reportingCtrl" specifies the method and associated
        The attribute 'reportingCtrl' specifies the method and associated
        control parameters for reporting the produced management data to MnS
        consumers. Three methods are available: file-based reporting with
        selection of the file location by the MnS producer, file-based
        reporting with selection of the file location by the MnS consumer and
        stream-based reporting.

        The attribute "dataScope" configures, whether the management data
        should be reported per S-NSSAI or per 5QI, if applicable.';
        The attribute 'dataScope' configures, whether the management data
        should be reported per S-NSSAI or per 5QI, if applicable.";
    }
  }