Commit 66247dac authored by scottma's avatar scottma Committed by lengyelb
Browse files

Edit _3gpp-common-sectorequipmentfunction.yang

parent 9e42cb06
Loading
Loading
Loading
Loading
+28 −30
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ module _3gpp-common-sectorequipmentfunction {
  revision 2025-05-01 {
    description "Initial revision";
  }

  grouping SectorEquipmentFunctionGrp {
    description "Represents the SectorEquipmentFunction.";
    uses mf3gpp:ManagedFunctionGrp;
@@ -51,14 +52,12 @@ module _3gpp-common-sectorequipmentfunction {
        or UtranGenericCell if associations between them exist. 
        This attribute contains the DNs of GSMCellPart if association 
        between them exist. ";
      status deprecated;
      config false;
    type types3gpp:DistinguishedName;
    }
    
    leaf-list theTMAList {
      description "This attribute contains the DNs of one or more TMAFunctions.";
      status deprecated;
      config false;
      type types3gpp:DistinguishedName;
    }
@@ -79,7 +78,6 @@ module _3gpp-common-sectorequipmentfunction {
  }
  
  augment "/me3gpp:ManagedElement" {

    list SectorEquipmentFunction {
      key id;
      uses top3gpp:Top_Grp;