Commit e8d05f23 authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'Rel_17_CR_28541_Update_yang_module_definition' into 'Integration_Rel17_SA5_162_YANG'

TS28.541_Rel17_CR1579_Update_yang_module_definition

See merge request !1863
parents f9884ce1 eabba26c
Loading
Loading
Loading
Loading
Loading
+198 −196
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,10 +14,12 @@ 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-19 { reference "CR1579";}
  revision 2025-05-05 { reference "Initial revision";}


  revision 2025-05-05 { description "Initial revision"; 
  }
  grouping AntennaFunctionGrp {
    description "Represents the AntennaFunction.";
    uses mf3gpp:ManagedFunctionGrp;
+105 −109
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-05 { description "Initial revision"; }
  revision 2025-08-19 { reference "CR1579"; }
  revision 2025-05-05 { reference "Initial revision"; }

  grouping SectorEquipmentFunctionGrp {
    description "Represents the SectorEquipmentFunction.";
@@ -95,11 +96,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;
        }