Commit aed6317e authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'Rel_18_CR_28541_Update_yang_module_definition' into 'Integration_Rel18_SA5_162_YANG'

TS28.541_Rel18_CR1580_Update_yang_module_definition

See merge request !1864
parents 663c5c8c c9f75d24
Loading
Loading
Loading
Loading
Loading
+195 −197
Original line number Diff line number Diff line
module _3gpp-common-antennafunction {
module _3gpp-eqp-antennafunction {
  yang-version 1.1;
  namespace "urn:3gpp:sa5:_3gpp-common-antennafunction";
  prefix "antfunc3gpp";
  namespace "urn:3gpp:sa5:_3gpp-eqp-antennafunction";
  prefix "ant3gpp";
  
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-managed-function { prefix mf3gpp; }
@@ -14,11 +14,11 @@ module _3gpp-common-antennafunction {
    Object Class (IOC) that is part of the Generic Network Resource Model (NRM).
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.662 Generic Network Resource Model (NRM)";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-08-12 { reference "CR1580"; }
  revision 2025-03-27 { reference "Initial revision"; }

  revision 2025-03-27 {
    description "Initial revision";
  }
  grouping AntennaFunctionGrp {
    description "Represents the AntennaFunction.";
     uses mf3gpp:ManagedFunctionGrp;
@@ -102,6 +102,7 @@ grouping AntennaFunctionGrp {
        fraction-digits 1;
      }
    }
  
    leaf minAzimuthValue {
      description "The minimum amount of change of azimuth the RET
        system can support. This is the change in degrees clockwise 
@@ -177,17 +178,14 @@ grouping AntennaFunctionGrp {
      status deprecated;
      type types3gpp:DistinguishedName;
    }

  }

  augment "/me3gpp:ManagedElement" {

  list AntennaFunction {
    key id;
    uses top3gpp:Top_Grp;
    description "This MOI represents an array of radiating elements that
      may be tilted to adjust the RF coverage of a cell(s).";
      
      container attributes {
        uses AntennaFunctionGrp;
      }
+83 −87
Original line number Diff line number Diff line
module _3gpp-common-sectorequipmentfunction {
module _3gpp-eqp-sectorequipmentfunction {
  yang-version 1.1;
  namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction";
  prefix "scteqpfun3gpp";
  namespace "urn:3gpp:sa5:_3gpp-eqp-sectorequipmentfunction";
  prefix "scteqp3gpp";

  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-managed-function { prefix mf3gpp; }
@@ -15,9 +15,10 @@ module _3gpp-common-sectorequipmentfunction {
    Model (NRM).
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
    reference "3GPP TS 28.662 Generic Network Resource Model (NRM)";
    reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-05-06 { description "Initial revision"; }
  revision 2025-08-12 { reference "CR1580"; }
  revision 2025-05-06 { reference "Initial revision"; }

  grouping SectorEquipmentFunctionGrp {
    description "Represents the SectorEquipmentFunction.";
@@ -74,11 +75,6 @@ module _3gpp-common-sectorequipmentfunction {
      description "This IOC represents a set of cells within a geographical
        area that has common functions relating to AntennaFunction, TMAFunction
        and supporting equipment, such as power amplifier.";
        
      must 'id != ""' {
        error-message "Empty id value is not allowed.";
      }
      
      container attributes {
        uses SectorEquipmentFunctionGrp;
      }