Commit 8c62032a authored by scottma's avatar scottma
Browse files

Update _3gpp-common-qmcjob.yang

parent 1a5f2fad
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -69,13 +69,9 @@ module _3gpp-common-qmcjob {
    }

    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".";
        allowedValues: IMSI, SUPI ";
      type enumeration {
        enum IMSI;
        enum SUPI;
      }
         The qoETarget attribute shall be able to carry IMSI or SUPI.";
    mandatory true;
    }