Commit 019487be authored by scottma's avatar scottma Committed by lengyelb
Browse files

Edit _3gpp-nr-nrm-antennafunction.yang

parent f2bf3fa2
Loading
Loading
Loading
Loading
+164 −165
Original line number Diff line number Diff line
module _3gpp-common-antennafunction {
module _3gpp-nr-nrm-antennafunction {
yang-version 1.1;
  namespace "urn:3gpp:sa5:_3gpp-common-antennafunction";
namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction";
prefix "antfunc3gpp";

import _3gpp-common-yang-types { prefix types3gpp; }
@@ -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-03-27 { description "Initial revision"; }
revision 2025-08-12 { description "Rename yang module.  CRxxxx"; }

  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,7 +178,6 @@ grouping AntennaFunctionGrp {
    status deprecated;
    type types3gpp:DistinguishedName;
  }

  }

  augment "/me3gpp:ManagedElement" {
@@ -187,7 +187,6 @@ grouping AntennaFunctionGrp {
    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;
      }