Commit c786b4fc authored by Junfeng Wang's avatar Junfeng Wang
Browse files

Update file _3gpp-nr-nrm-iabfunction.yang

parent 31b06af9
Loading
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -111,18 +111,18 @@ module _3gpp-nr-nrm-iabfunction {
    list pLMNId {
      uses types3gpp:PLMNId;
      max-elements 1;
      description "The PLMN ID where IAB-MT is connected to";
      description "The PLMN ID where IAB-MT or MWAB-UE is connected to";
      key "mcc mnc";
    }

    leaf cellLocalId {
      type int32 { range "0..16383"; }
      description "Identifies an NR cell where IAB-MT is connected to.";
      description "Identifies an NR cell where IAB-MT or MWAB-UE is connected to.";
    }

    leaf nRTAC {
      type types5g3gpp:NRTAC;
      description "It is TAC pertaining to the cells where IAB-MT is 
      description "It is TAC pertaining to the cells where IAB-MT or MWAB-UE is 
        connected.";
    }

@@ -132,11 +132,12 @@ module _3gpp-nr-nrm-iabfunction {
      leaf idx { type string; }
      max-elements 1; 
      description "It is the TAI (see subclause 9.3.3.11 in TS 38.413) pertaining
        to the cells where IAB-MT is connected";
        to the cells where IAB-MT or MWAB-UE is connected";
    }
        leaf geoArea {
      type types3gpp:GeoAreaGrp;
      description "It specifies geographical area of mobile NR node.";
      description "It specifies geographical area of mobile NR node
      (e.g., IAB-node or MWAB).";
    }
  }