Commit c8b43859 authored by lengyelb's avatar lengyelb
Browse files

attribute corrections-3

parent 3bb944a4
Loading
Loading
Loading
Loading
Loading
+89 −87
Original line number Diff line number Diff line
@@ -13,10 +13,11 @@ module _3gpp-5gc-nrm-gmlcfunction {
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This module defines the GMLC Function IOC per 3GPP TS 28.541.
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2026-05-19 { reference "CR-1702 CR-1703" ; } // rel-19, 20 common
  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-03-25 { reference CR-1489 ; }
  revision 2025-03-25 {
@@ -85,7 +86,7 @@ module _3gpp-5gc-nrm-gmlcfunction {
        min-elements 1;
        uses types3gpp:PLMNId;
      }
        leaf sBIFqdn {
      leaf sBIFQDN {
        type string;
        description "FQDN of the registered NF instance in the
         service-based interface.";
@@ -116,6 +117,7 @@ module _3gpp-5gc-nrm-gmlcfunction {
        uses GmlcInfoGrp;
      }
  }
    
  augment "/me3gpp:ManagedElement" {
    list GMLCFunction {
      description "5G Core LMF Function defined in TS 23.501";
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {

  grouping GeNBIdGrp {
    description "Represents the properties of a global eNB ID (GeNBId).";
    uses types3gpp:PLMNId;
    uses types3gpp:PLMNId;  // missing list wrapper, omitted due to BC

    leaf enbId {
      description "It identifies an eNB within a PLMN. The eNB ID is part of
+11 −6
Original line number Diff line number Diff line
@@ -11,10 +11,11 @@ module _3gpp-nr-nrm-rimrsset {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the RimRSSet Information Object
    Class (IOC) that is part of the NR Network Resource Model (NRM).
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2026-05-19 { reference "CR-1702 CR-1703"; } // rel-19, 20 common
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2021-10-28 { reference CR-0607 ; }
  
@@ -59,11 +60,15 @@ module _3gpp-nr-nrm-rimrsset {
        network (N_f^RIM ) (see 38.211 subclause 7.4.1.6).";
    }

    leaf-list rimRSCommonCarrierReferencePoint {
      type  int32 ;
    leaf rimRSCommonCarrierReferencePoint {
      type  int32 { range 0..3279165 ; }
      mandatory true;
      description "This attribute is used to configure the common reference 
        point for RIM RS. Where represents the frequency-location of point A 
        expressed as in ARFCN. See 3GPP TS 38.211 subclause 4.4.4.2";
    }

    leaf rimRSStartingFrequencyOffsetIdList {
    leaf-list rimRSStartingFrequencyOffsetIdList {
      type  uint32 {
        range 0..550;
      }
@@ -152,7 +157,7 @@ module _3gpp-nr-nrm-rimrsset {
        (see 38.211 subclause 7.4.1.6)";
    }

    leaf RIMRSScrambleTimerMultiplier {
    leaf rIMRSScrambleTimerMultiplier {
      type uint32  {
        range 0..2147483647;
      }
@@ -163,7 +168,7 @@ module _3gpp-nr-nrm-rimrsset {
        allowedValues:  0,1...2^31-1";
    }

    leaf RIMRSScrambleTimerOffset {
    leaf rIMRSScrambleTimerOffset {
      type uint32  {
        range 0..2147483647;
      }