Commit 43214459 authored by scottma's avatar scottma
Browse files

Update _3gpp-nr-nrm-sectorequipmentfunction.yang

parent 3de61517
Loading
Loading
Loading
Loading
Loading
+66 −14
Original line number Diff line number Diff line
@@ -22,19 +22,6 @@ module _3gpp-nr-nrm-sectorequipmentfunction {
  
  revision 2024-03-27 { reference CR-xxxx ; } 
  
  
eUTRANFqBands
nRFqBands
uTRANFDDFqBands
uTRANTDDFqBands
confOutputPower
Attribute related to role
theTMAList
theAntennaList
theCellList
theNRSectorCarrierList


  grouping SectorEquipmentGrp {
    description "Represents the information of a SectorEquipment Instance;
      
@@ -49,6 +36,7 @@ theNRSectorCarrierList
      with a value within this fqBand value/  See clause 5 Table 5.2-1
      “E-UTRA frequency band” of 3GPP TS 36.104.";
    }

    leaf-list eUTRANFqBands {
        type string;
        mandatory true;
@@ -62,6 +50,70 @@ theNRSectorCarrierList
        36.104.  For HW not supporting LTE frequency bands, the list shall
        be empty.";  
    }
    
    leaf-list nRFqBands {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }
    
    leaf-list nRFqBands {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }

    leaf-list uTRANFDDFqBands {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }
    
    leaf-list uTRANFDDFqBands {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }

    leaf confOutputPower {
      type integer;
      mandatory true;
      min-elements 1;
      max-elements 1;
      description "";
    }

    leaf-list theTMAList {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }

    leaf-list theAntennaList {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }

    leaf-list theCellList {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }

    leaf-list theNRSectorCarrierList {
        type string;
        mandatory true;
        min-elements 1;
        description "Add once stage2 is agreed.";  
    }
  }
      
  grouping SectorEquipmentGrp {