Commit a3e83237 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

add mdtUserConsentList

parent 1f848044
Loading
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ module _3gpp-5gc-nrm-amffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";
  
  revision 2024-04-04 { reference CR-1139; }
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2022-01-07 { reference CR-0643; }
  revision 2020-11-06 { reference CR-0412 ; }
@@ -224,6 +225,24 @@ module _3gpp-5gc-nrm-amffunction {
      uses satelliteBackhaulInfo;
    }

    leaf-list mdtUserConsentReqList {
      type enumeration {
        enum M1;
        enum M2;
        enum M3;
        enum M4;
        enum M5;
        enum M6;
        enum M7;
        enum M8;
        enum M9;
        enum MDT_UE_LOCATION;
      }
      description "represents a list of MDT measurement names that are that are
        subject to user consent at MDT activation.
        Any MDT measurement, whose name is not specified in this list, is not 
        subject to user consent at MDT activation..";
    }
  }
  
  augment "/me3gpp:ManagedElement" {
+20 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ module _3gpp-5gc-nrm-udmfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";
  
  revision 2024-04-04 { reference CR-1139; }
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
  revision 2020-11-08 { reference CR-0412 ; }
@@ -74,6 +75,25 @@ module _3gpp-5gc-nrm-udmfunction {
      reference "3GPP TS 23.501";
      uses types5g3gpp:CommModel;
    }

    leaf-list mdtUserConsentReqList {
      type enumeration {
        enum M1;
        enum M2;
        enum M3;
        enum M4;
        enum M5;
        enum M6;
        enum M7;
        enum M8;
        enum M9;
        enum MDT_UE_LOCATION;
      }
      description "represents a list of MDT measurement names that are that are
        subject to user consent at MDT activation.
        Any MDT measurement, whose name is not specified in this list, is not 
        subject to user consent at MDT activation..";
    }
  }
  
  augment "/me3gpp:ManagedElement" {
+21 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ module _3gpp-nr-nrm-gnbcucpfunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  
  revision 2024-04-04 { reference CR-1139; }
  revision 2024-01-12 { reference CR-1138 ; }
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2023-04-26 { reference CR-0916; }
@@ -153,6 +155,25 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      uses QceIdMappingInfoGrp;
      leaf idx { type string; }
    }

    leaf-list mdtUserConsentReqList {
      type enumeration {
        enum M1;
        enum M2;
        enum M3;
        enum M4;
        enum M5;
        enum M6;
        enum M7;
        enum M8;
        enum M9;
        enum MDT_UE_LOCATION;
      }
      description "represents a list of MDT measurement names that are that are
        subject to user consent at MDT activation.
        Any MDT measurement, whose name is not specified in this list, is not 
        subject to user consent at MDT activation..";
    }
  }

  grouping QceIdMappingInfoGrp {