Commit 19a19604 authored by lengyelb's avatar lengyelb
Browse files

Added correct revision statements with CR number.

parent d0895ac3
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ module _3gpp-5gc-nrm-neffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2024-05-18 { reference CR-1273 ; } 
  revision 2024-04-12 { reference CR-1218 ; } 
  revision 2023-09-18 { reference CR-1103 ; }
  revision 2023-09-18 { reference CR-1043 ; } 
@@ -247,6 +248,30 @@ module _3gpp-5gc-nrm-neffunction {
        - True: UAS NF functionality is supported by the NEF.
        - False (default): UAS NF functionality is not supported by the NEF";
    }
    
    leaf multiMemAfSessQosInd {
      type boolean;
      default false;
      description "This attribute indicates whether the NEF supports 
        Multi-member AF session with required QoS functionality:

        - TRUE: Multi-member AF session with required QoS functionality is 
        supported by the NEF
        - FALSE (default): Multi-member AF session with required QoS 
        functionality is not supported by the NEF.";
    }
      
    leaf memberUESelAssistInd {
      type boolean;
      default false;
      description "This attribute indicates whether the NEF supports member 
        UE selection assistance functionality:

        - TRUE: member UE selection assistance functionality is supported by 
        the NEF
        - FALSE (default): member UE selection assistance functionality is 
        not supported by the NEF.";
    }
  }
  
  grouping NEFFunctionGrp {
+5 −4
Original line number Diff line number Diff line
@@ -15,10 +15,11 @@ module _3gpp-5gc-nrm-pcffunction {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the PCF function in 5GC. For more 
    information about the PCF, see 3GPP TS 23.501.
    Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2024-05-24 { reference CR-1273 ; } 
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
  revision 2020-11-08 { reference CR-0412 ; }
@@ -27,8 +28,8 @@ module _3gpp-5gc-nrm-pcffunction {
  revision 2019-10-25 { reference "S5-194457 S5-193518"; }
  revision 2019-05-22 { reference "initial revision"; }
  
  grouping PCFFuntionGrp {
    description "Represents the PCFFuntion IOC";
  grouping PCFFunctionGrp {
    description "Represents the PCFFunction IOC";
    uses mf3gpp:ManagedFunctionGrp;
    
    list pLMNIdList {
@@ -94,7 +95,7 @@ module _3gpp-5gc-nrm-pcffunction {
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
        uses PCFFuntionGrp;
        uses PCFFunctionGrp;
      }
      uses mf3gpp:ManagedFunctionContainedClasses;
    }
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ module _3gpp-common-measurements {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2024-05-06 { reference CR-xxxx; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-02-24 { reference CR-0346; } 
  revision 2023-11-18 { reference "CR-0299 CR-0305"; }
  revision 2023-09-18 { reference CR-0271; } 
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ module _3gpp-common-subscription-control {
      Solution Set (SS) definitions
      3GPP TS 28.623";
  
  revision 2024-05-18 { reference CR-0359 ; } 
  revision 2024-01-18 { reference "CR-0309 CR-0329" ; } 
  revision 2023-09-18 { reference CR-0271 ; } 
  revision 2023-08-10 { reference "CR0257 CR0260"; }
+9 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2024-05-06 { reference CR-xxxx; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-04-06 { reference "CR-0342"; }
  revision 2024-01-29 { reference "CR-0316"; }
  revision 2023-11-06 { reference "CR-0290 CR-0294"; }
@@ -1536,9 +1536,15 @@ module _3gpp-common-trace {
        measurements. The period is defined in milliseconds (ms).";
    }

    leaf-list nfTypeToMeasure {
    leaf nfTypeToMeasure {
      type string;
      description "It specifies the NF types to measure.";
      mandatory true;
      description "It indicates the type of NE to produce the 5GC UE level 
        measurements.
        
        allowedValues: The NF types represented by the measured object 
        classes as defined by f) of the 5GC UE level measurements specified 
        in TS 28.558.";
    }    
    
    leaf-list objectInstances {
Loading