diff --git a/tools/isotest.c b/tools/isotest.c
index 234e4f1..2c682bc 100644
--- a/tools/isotest.c
+++ b/tools/isotest.c
QOS_PRESET("48_4_2", false, 10000, 60, 120, 0x02, 23),
QOS_PRESET("48_5_2", false, 7500, 45, 117, 0x02, 23),
QOS_PRESET("44_6_2", false, 10000, 60, 155, 0x02, 23),
+ /* QoS configuration support setting requirements for the UGG and UGT */
+ QOS_PRESET("16_1_gs", true, 7500, 15, 30, 0x02, 1),
+ QOS_PRESET("16_2_gs", true, 10000, 20, 40, 0x02, 1),
+ QOS_PRESET("32_1_gs", true, 7500, 15, 60, 0x02, 1),
+ QOS_PRESET("32_2_gs", true, 10000, 20, 80, 0x02, 1),
+ QOS_PRESET("48_1_gs", true, 7500, 15, 75, 0x02, 1),
+ QOS_PRESET("48_2_gs", true, 10000, 20, 100, 0x02, 1),
+ QOS_PRESET("32_1_gr", true, 7500, 15, 60, 0x02, 1),
+ QOS_PRESET("32_2_gr", true, 10000, 20, 80, 0x02, 1),
+ QOS_PRESET("48_1_gr", true, 7500, 15, 75, 0x02, 1),
+ QOS_PRESET("48_2_gr", true, 10000, 20, 100, 0x02, 1),
+ QOS_PRESET("48_3_gr", true, 7500, 15, 90, 0x02, 1),
+ QOS_PRESET("48_4_gr", true, 10000, 20, 120, 0x02, 1),
};
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))