Commit ae0c54cf authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

Local rebase and commit of MR1281 Rel19_CR0421_TS_28.623_Correction_to_AreaScope_stage3_YANG

parent 0a61ee9b
Loading
Loading
Loading
Loading
+6 −17
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module _3gpp-common-trace {
      Information Service (IS)" ;

  revision 2024-08-13 { reference CR-0387; } 
  revision 2024-08-07 { reference "CR-0405"; }
  revision 2024-08-07 { reference "CR-0405 CR-0421"; }
  revision 2024-05-12 { reference "CR-0401"; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-04-06 { reference "CR-0342"; }
@@ -107,20 +107,9 @@ module _3gpp-common-trace {
  
  grouping AreaScopeGrp {
    description "Represents the AreaScope dataType.
      This <<dataType>> defines the area scope of MDT.
      The Area Scope parameter in LTE and NR is either:
      - list of Cells, identified by E-UTRAN-CGI or NG-RAN CGI. 
      Maximum 32 CGI can be defined.
      - list of Tracking Area, identified by TAC. 
      Maximum of 8 TAC can be defined. 
      - list of Tracking Area Identity, identified by TAC with 
      associated plmn-Identity perTAC-List containing the 
      PLMN identity for each TAC. Maximum of 8 TAI can be defined.
      The Area Scope parameter in NR can also contain:
      - list of NPN-IDs in NR. It is either a list of PNI-NPNs 
      identified by CAG ID with associated plmn-Identity or a  
      list of SNPNs identified by Network ID with associated 
      plmn-Identity .";    
      This <<dataType>> defines the area scope of MDT and QoE.
      The Area Scope for MDT is specified in clause 5.10.2 of TS 32.422.
      The Area Scope for QoE is specified in clause 5.4 of TS 28.405.";    

    choice AreaScopeChoice {
      leaf-list eutraCellIdList {
@@ -130,11 +119,11 @@ module _3gpp-common-trace {
        description "List of E-UTRAN cells identified by E-UTRAN-CGI";
      }
      
      leaf-list utraCellIdList {
      leaf-list nrCellIdList {
        type string;
        min-elements 1;
        max-elements 32;
        description "List of UTRAN cells identified by UTRAN CGI";
        description "List of NR cells identified by NG-RAN CGI";
      }
      
      leaf-list tacList {