Commit ac225d18 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-qmcjob.yang

parent 33832673
Loading
Loading
Loading
Loading
+15 −13
Original line number Diff line number Diff line
@@ -44,34 +44,35 @@ module _3gpp-common-qmcjob {

    leaf areaScope {
      type string;
      description "Defines the area in terms of NR cells or Tracking Area where the QMC shall
        take place.";
      description "Defines the area in terms of NR cells or Tracking Area where
        the QMC shall take place.";
    }

    leaf qoECollectionEntityAddress {
      type inet:ip-address;
      mandatory true;
      description "Specifies the address to which the QMC records shall be transferred.
        Ipv4 or Ipv6 address(es) may be used.";
      description "Specifies the address to which the QMC records shall be
        transferred.  Ipv4 or Ipv6 address(es) may be used.";
    }

    list pLMNTarget {
      min-elements 0;
      max-elements 1;
      description "Defines the PLMN for which sessions shall be selected in the network
        request session in case of area based QMC when several PLMNs are supported in 
        the RAN (this means that shared cells and not shared cells are allowed for the
        specified PLMN. Furthermore, several PLMNs can be used for not shared RAN cases 
        as well as for shared RAN cases.). Only the sessions may be selected where the 
        PLMN that the UE reports as selected PLMN is the same as the PLMN Target.";
      description "Defines the PLMN for which sessions shall be selected in the
        network request session in case of area based QMC when several PLMNs are
        supported in the RAN (this means that shared cells and not shared cells 
        are allowed for the specified PLMN. Furthermore, several PLMNs can be 
        used for not shared RAN cases as well as for shared RAN cases.). Only 
        the sessions may be selected where the PLMN that the UE reports as 
        selected PLMN is the same as the PLMN Target.";
      uses types3gpp:PLMNId;
      key "mcc mnc";
    }

    leaf qoETarget {
      type string;
      description "Specifies the target object of the QMC in case of signalling based
         QMC.  The qoETarget attribute shall be able to carry IMSI or SUPI.";
      description "Specifies the target object of the QMC in case of signalling
        based QMC.  The qoETarget attribute shall be able to carry IMSI or SUPI.";
    mandatory true;
    }

@@ -90,7 +91,8 @@ module _3gpp-common-qmcjob {
    list sliceScope {
      min-elements 0;
      description "Contains a list of S-NSSAIs (Single Network Slice Selection
        Assistance Information).  A Network Slice end to end is identified by S-NSSAI.";
        Assistance Information).  A Network Slice end to end is identified by
        S-NSSAI.";
      key "sd sst";
      uses types5g3gpp:SNssai;
    }