Commit 1f9b53bb authored by scottma's avatar scottma
Browse files

Update _3gpp-common-qmcjob.yang

parent e5178414
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -73,7 +73,9 @@ module _3gpp-common-qmcjob {
    leaf qMCTarget {
      description "Specifies whether the QMC is area based or individual UE based.
        allowedValues: AREA_BASED, UE_BASED ";
      type string;
      type enumeration {
        enum AREA_BASED;
        enum UE_BASED;
      }
    mandatory true;
    }