pyloxi: unpack of_list_group_stats_entry
diff --git a/py_gen/templates/common.py b/py_gen/templates/common.py
index beeaa01..737ed64 100644
--- a/py_gen/templates/common.py
+++ b/py_gen/templates/common.py
@@ -74,6 +74,9 @@
 def unpack_list_group_desc_stats_entry(reader):
     return loxi.generic_util.unpack_list_lv16(reader, group_desc_stats_entry.unpack)
 
+def unpack_list_group_stats_entry(reader):
+    return loxi.generic_util.unpack_list_lv16(reader, group_stats_entry.unpack)
+
 :: for ofclass in ofclasses:
 :: include('_ofclass.py', ofclass=ofclass, superclass="object")