summaryrefslogtreecommitdiff
path: root/resource/table_info.conf
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-11-23 11:17:11 +0800
committerfengweihao <[email protected]>2023-11-23 11:17:11 +0800
commitfe9e8286f9d36a699e8a078da0ce1c13663566a6 (patch)
treec06433ed3546d9d2a28fbe77b606ee5e2ccdc0a1 /resource/table_info.conf
parent5684fac24452c5665c39a8cdc197eca70f14a131 (diff)
TSG-17778 优化App ID、FQDN Category ID和Tunnel ID的处理逻辑,多次扫描支持非配置
Diffstat (limited to 'resource/table_info.conf')
-rw-r--r--resource/table_info.conf17
1 files changed, 14 insertions, 3 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf
index 94d336e..5c01e6d 100644
--- a/resource/table_info.conf
+++ b/resource/table_info.conf
@@ -400,7 +400,7 @@
{
"table_id":30,
"table_name":"TSG_OBJ_FQDN_CAT",
- "table_type":"intval",
+ "table_type":"interval",
"valid_column":5,
"custom": {
"item_id":1,
@@ -426,7 +426,7 @@
{
"table_id":32,
"table_name":"TSG_OBJ_APP_ID",
- "table_type":"intval",
+ "table_type":"interval",
"valid_column":5,
"custom": {
"item_id":1,
@@ -825,7 +825,7 @@
{
"table_id":83,
"table_name":"TSG_OBJ_TUNNEL_ID",
- "table_type":"intval",
+ "table_type":"interval",
"valid_column":5,
"custom": {
"item_id":1,
@@ -929,5 +929,16 @@
"table_name":"TSG_FILED_GTP_IMEI",
"table_type":"virtual",
"physical_table": "TSG_OBJ_IMEI"
+ },
+ {
+ "table_id": 95,
+ "table_name": "APP_ID_DICT",
+ "table_type": "plugin",
+ "valid_column": 18,
+ "custom": {
+ "key": 1,
+ "key_type": "integer",
+ "key_len": 8
+ }
}
] \ No newline at end of file