Commit f6308e56 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Edit _3gpp-common-sectorequipmentfunction.yang

parent fe866115
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -34,9 +34,14 @@ module _3gpp-common-sectorequipmentfunction {
      
    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.";
        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.
        
        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).";
      config false;
      type string;
    }