Commit 8246876b authored by lengyelb's avatar lengyelb
Browse files

Small corrections, to follow the Word document. No functional effect/

parent f6e277ee
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module _3gpp-5gc-nrm-externalseppfunction {
  revision 2019-11-17 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 V16.X.XX";
      3GPP TS 28.541";
  }

  grouping ExternalSEPPFunctionGrp {
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ module _3gpp-5gc-nrm-lmffunction {
  revision 2019-05-15 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 V15.X.XX";
      3GPP TS 28.541";
  }
    
  grouping LMFFunctionGrp {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ module _3gpp-5gc-nrm-scpfunction {
  revision 2019-10-20 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 V16.X.XX";
      3GPP TS 28.541";
  }
  
  grouping SCPFunctionGrp {
+3 −3
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ module _3gpp-nr-nrm-beam {
    }

    leaf beamAzimuth {
      description "The azimuth of a beam transmission, which means the horizontal beamforming pointing angle (beam peak direction) in the (Phi) ?-axis in 1/10th degree resolution.  The pointing angle is the direction equal to the geometric centre of the half-power contour of the beam relative to the reference plane. Zero degree implies explicit antenna bearing (boresight). Positive angle implies clockwise from the antenna bearing.";
      description "The azimuth of a beam transmission, which means the horizontal beamforming pointing angle (beam peak direction) in the (Phi) f-axis in 1/10th degree resolution.  The pointing angle is the direction equal to the geometric centre of the half-power contour of the beam relative to the reference plane. Zero degree implies explicit antenna bearing (boresight). Positive angle implies clockwise from the antenna bearing.";
      reference "3GPP TS 38.104, TS 38.901, TS 28.662";
      mandatory false;
      type int32 { range "-1800..1800"; }
@@ -63,7 +63,7 @@ The pointing angle is the direction equal to the geometric centre of the half-po


    leaf beamHorizWidth {
      description " The Horizontal beamWidth of a beam transmission, which means the horizontal beamforming half-power (3dB down) beamwidth in the (Phi) ?-axis in 1/10th degree resolution.";
      description " The Horizontal beamWidth of a beam transmission, which means the horizontal beamforming half-power (3dB down) beamwidth in the (Phi) f-axis in 1/10th degree resolution.";
      reference "3GPP TS 38.104, TS 38.901";
      mandatory false;
      type int32 { range "0..3599"; }
@@ -84,7 +84,7 @@ The pointing angle is the direction equal to the geometric centre of the half-po
  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction/nrsectcarr3gpp:NRSectorCarrier/cbeamff3gpp:CommonBeamformingFunction" {

    list Beam {
      description "Represents the per-Beam information required for, e.g. beam performance management utilizing measurements generated in the RAN. Can have spatial attributes of horizontal/azimuth (ie: Phi ?-axis) and vertical/tilt (ie: Theta ?-axis) beam pointing direction and beam width attributes.";
      description "Represents the per-Beam information required for, e.g. beam performance management utilizing measurements generated in the RAN. Can have spatial attributes of horizontal/azimuth (ie: Phi f-axis) and vertical/tilt (ie: Theta ?-axis) beam pointing direction and beam width attributes.";
      reference "3GPP TS 28.541";
      key id;
      uses top3gpp:Top_Grp;
+1 −1

File changed.

Contains only whitespace changes.