Commit 07e58170 authored by elmdahlp's avatar elmdahlp Committed by lengyelb
Browse files

Removed suprtfluous comments. Corrected areaOfInterest.

parent 4a6fc6e3
Loading
Loading
Loading
Loading
+2 −20
Original line number Diff line number Diff line
@@ -43,10 +43,8 @@ module _3gpp-common-managementdatacollection {
  }


  // The NodeFilter dataType
  grouping NodeFilterGrp {

    // areaOfInterest 1..*
    list areaOfInterest {
      key idx;
      leaf idx {
@@ -54,12 +52,11 @@ module _3gpp-common-managementdatacollection {
      }
      uses Tai;          // (Maybe type: types3gpp:Tai,if we define Tai there.)
      // mandatory false
      min-elements 1
      min-elements 1;
      description "It specifies a location(s) from where the management data
        shall be collected. It is defined in terms of TAI(s).";
    }

    // networkDomain
    leaf networkDomain {
      type enumeration {
        enum CN;
@@ -71,7 +68,6 @@ module _3gpp-common-managementdatacollection {
        nodes belonging to the specified domain.";
    }

    // cpUpType
    leaf cpUpType {
      type enumeration {
        enum CP;
@@ -83,7 +79,6 @@ module _3gpp-common-managementdatacollection {
       handling the specified traffic (e.g AMF for CP and UPF for UP).";
    }

    // sst
    leaf sst {
      type uint8;  // TS 28.003 clause 28.4.
      //mandatory false;
@@ -93,8 +88,6 @@ module _3gpp-common-managementdatacollection {
    }
  }

  // The mgtDataCategoryType attribute consists of of ENUMs, with
  //   isUniqueue=true.
  typedef mgtDataCategoryType {
    type enumeration {
      enum COVERAGE;
@@ -106,7 +99,6 @@ module _3gpp-common-managementdatacollection {
    description "";
  }

  // The TimeWindow dataType
  grouping TimeWindowGrp {
    leaf startTime {
      type yang:date-and-time;
@@ -117,12 +109,8 @@ module _3gpp-common-managementdatacollection {
  }


  //
  // The ManagementDataCollection IOC
  //
  grouping ManagementDataCollectionGrp {

    // ManagementData,   1 of choice of ENUM or list of strings.
    choice managementData {
      case mgtDataCategory {
        leaf-list category  {
@@ -184,7 +172,6 @@ module _3gpp-common-managementdatacollection {
      mandatory true;
    }

    // targetNodeFilter,  1..* of NodeFilter
    list targetNodeFilter {
      key idx;
      leaf idx {
@@ -196,17 +183,14 @@ module _3gpp-common-managementdatacollection {
      uses NodeFilterGrp;
    }

    // collectionTimeWindow,    1 of TimeWindow
    list collectionTimeWindow {
        key "startTime endTime"; // Is there a cese when you have the same
                                 //  start and end times?
        key "startTime endTime";
        max-elements 1;
        description "Collection time window for which the management data
          should be reported.";
        uses TimeWindowGrp;
   }

    // reportingCtrl,       1 of ReportingCtrl
    list reportingCtrl {
      key idx;
      leaf idx {
@@ -219,7 +203,6 @@ module _3gpp-common-managementdatacollection {
         control parameters.";
    }

   // dataScope,     1
    leaf dataScope {
        type enumeration {
          enum SNSSAI;
@@ -239,7 +222,6 @@ module _3gpp-common-managementdatacollection {
      container attributes {
          uses ManagementDataCollectionGrp;
      }
      // No contained classes.
      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