Commit 5615f13b authored by lengyelb's avatar lengyelb
Browse files

Maaaerge branch 'Integration_Rel19_SA5_159_YANG' of forge.3gpp.org:sa5/MnS...

Maaaerge branch 'Integration_Rel19_SA5_159_YANG' of forge.3gpp.org:sa5/MnS into Integration_Rel19_SA5_159_YANG
parents c38224a1 b646a0ba
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ module _3gpp-common-managementdatacollection {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
 
  description "Handling management data collection
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623
      Generic Network Resource Model (NRM)
@@ -24,6 +24,7 @@ module _3gpp-common-managementdatacollection {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2025-02-07 { reference CR-0505; } 
  revision 2024-04-12 { reference CR-0346; } 
  revision 2023-11-18 { reference CR-0299 ; }
  revision 2023-11-06 { reference "CR-0305"; }
@@ -224,7 +225,7 @@ module _3gpp-common-managementdatacollection {
            KPI definitions template as the component designated with a).

            For trace metrics (including trace messages, MDT measurements
            (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF and RCEF
            (Immediate MDT, Logged MDT, Logged MBSFN MDT), RRC, RLF and RCEF
            reports) defined in TS 32.422, the name (metric identifier) is
            defined in clause 10 of TS 32.422.
            
@@ -288,7 +289,8 @@ module _3gpp-common-managementdatacollection {
      description "This IOC represents a management data collection request
        job. The requested data could be of kind Trace, MDT (Minimization
        of Drive Test), RLF (Radio Link Failure) report, RCEF (RRC Connection
        Establishment Failure) report, PM (performance measurements), KPI
        Establishment Failure) report, RRC report, 
        PM (performance measurements), KPI
        (end-to-end key performance indicators) or a combination of these.

        The attribute 'managementData' defines the management data which shall
+14 −4
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@ module _3gpp-nr-nrm-gnbdufunction {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the GNBDUFunction Information
    Object Class (IOC) that is part of the NR Network Resource Model (NRM).
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-02-05 { reference CR-1441; }
  revision 2024-02-24 { reference CR-1218; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
@@ -187,14 +188,23 @@ module _3gpp-nr-nrm-gnbdufunction {

    leaf configurable5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Configurable5QISet that the GNBDUFunction supports (is associated      
        to).";
      description "DN of the Configurable5QISet that the GNBDUFunction supports 
      (is associated to).";
    }

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Dynamic5QISet that the GNBDUFunction supports (is associated to).";
      description "DN of the Dynamic5QISet that the GNBDUFunction supports 
      (is associated to).";
    }

    leaf nRECMappingRuleRef {
      type types3gpp:DistinguishedName;
      description "DN of a NRECMappingRule.  An empty value indicates the 
        NRECMappingRule contained by parent, e.g. ManagedElement or
        SubNetwork, applies.";
    }

  }

  augment "/me3gpp:ManagedElement" {