Commit 2eb39ea4 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Edit _3gpp-common-sectorequipmentfunction.yang

parent 81c5c72e
Loading
Loading
Loading
Loading
+17 −10
Original line number Diff line number Diff line
@@ -30,16 +30,23 @@ module _3gpp-common-sectorequipmentfunction {
      type uint32;
      }
        
    leaf fqBands {
      description "The list of frequency bands supported by the hardware 
        associated with the SectorEquipmentFunction. The earfcnDl and 
        earfcnUl or earfcn of cells associated with the SectorEquipmentFunction 
        must be assigned with value within one of the specified frequencyBands values.
    leaf-list fqBandList {
      description "The list of frequency bands/ranges supported by the
      hardware associated with the SectorEquipmentFunction. The 
      earfcnDl and earfcnUl or earfcn of cells associated with the 
      SectorEquipmentFunction must be assigned one of the specified
      frequency range values within the supported range.
      
      Valid frequency bands/ranges may be found in 3GPP TS 25.104 (UTRA), 
      36.104 (E-UTRA) and 38.104 (NR).
      
      AllowedValues:
        A list of frequency bands expressed as strings.
        Valid frequency band values may be found in 3GPP TS 25.104 (3G), 
        36.104 (LTE) and 38.104 (NR).";
      Operating band id or supported frequency tuple 
      <UL/DL/mode> expressed as a string.
      
      Examples for NR:
      Bands:  {'n1', 'n12'}
      Frequencies: {'1920–1980, 2110–2170, FDD', '699–716, 729–746, FDD'}";
      config false;
      type string;
    }