浏览代码

ss7ops: index 52 was initialized two times - expected to be 53 by the order

Daniel-Constantin Mierla 8 年之前
父节点
当前提交
e0d26f780e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      modules/ss7ops/isup_generated.c

+ 2 - 2
modules/ss7ops/isup_generated.c

@@ -432,7 +432,7 @@ const struct isup_msg isup_msgs[256] = {
 		.name = "UPT",
 		.has_optional = 1,
 	},
-	[52] = {
+	[53] = {
 		.name = "UPA",
 		.has_optional = 1,
 	},
@@ -464,4 +464,4 @@ const struct isup_msg isup_msgs[256] = {
 		.name = "SAN",
 		.has_optional = 1,
 	},
-};
+};