BSN Image Desc Stats Req, Reply
diff --git a/c_gen/templates/loci_show.h b/c_gen/templates/loci_show.h
index 88fd029..909df71 100644
--- a/c_gen/templates/loci_show.h
+++ b/c_gen/templates/loci_show.h
@@ -407,5 +407,7 @@
 #define LOCI_SHOW_u8_ttl(writer, cookie, val) LOCI_SHOW_u8(writer, cookie, val)
 #define LOCI_SHOW_u32_vpn(writer, cookie, val) LOCI_SHOW_u32(writer, cookie, val)
 #define LOCI_SHOW_u32_flags(writer, cookie, val) LOCI_SHOW_u32(writer, cookie, val)
+#define LOCI_SHOW_desc_str_image_checksum(write, cookie, val) LOCI_SHOW_desc_str(writer, cookie, val)
+#define LOCI_SHOW_desc_str_startup_config_checksum(write, cookie, val) LOCI_SHOW_desc_str(writer, cookie, val)
 
 #endif /* _LOCI_SHOW_H_ */
diff --git a/c_gen/templates/of_type_maps.c b/c_gen/templates/of_type_maps.c
index 0b0bf15..13b879a 100644
--- a/c_gen/templates/of_type_maps.c
+++ b/c_gen/templates/of_type_maps.c
@@ -328,6 +328,7 @@
         case 11: return OF_BSN_TABLE_CHECKSUM_STATS_REQUEST;
         case 12: return OF_BSN_DEBUG_COUNTER_STATS_REQUEST;
         case 13: return OF_BSN_DEBUG_COUNTER_DESC_STATS_REQUEST;
+        case 14: return OF_BSN_IMAGE_DESC_STATS_REQUEST;
         }
     }
     return OF_OBJECT_INVALID;
@@ -352,6 +353,7 @@
         case 11: return OF_BSN_TABLE_CHECKSUM_STATS_REPLY;
         case 12: return OF_BSN_DEBUG_COUNTER_STATS_REPLY;
         case 13: return OF_BSN_DEBUG_COUNTER_DESC_STATS_REPLY;
+        case 14: return OF_BSN_IMAGE_DESC_STATS_REPLY;
         }
     }
     return OF_OBJECT_INVALID;