diff options
| author | fengweihao <[email protected]> | 2023-11-23 11:17:11 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-11-23 11:17:11 +0800 |
| commit | fe9e8286f9d36a699e8a078da0ce1c13663566a6 (patch) | |
| tree | c06433ed3546d9d2a28fbe77b606ee5e2ccdc0a1 /resource | |
| parent | 5684fac24452c5665c39a8cdc197eca70f14a131 (diff) | |
TSG-17778 优化App ID、FQDN Category ID和Tunnel ID的处理逻辑,多次扫描支持非配置
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/table_info.conf | 17 | ||||
| -rw-r--r-- | resource/table_info_simple.conf | 17 |
2 files changed, 28 insertions, 6 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 diff --git a/resource/table_info_simple.conf b/resource/table_info_simple.conf index 087097f..81f1de8 100644 --- a/resource/table_info_simple.conf +++ b/resource/table_info_simple.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, @@ -751,7 +751,7 @@ { "table_id":77, "table_name":"TSG_OBJ_TUNNEL_ID", - "table_type":"intval", + "table_type":"interval", "valid_column":5, "custom": { "item_id":1, @@ -855,5 +855,16 @@ "table_name":"TSG_FILED_GTP_IMEI", "table_type":"virtual", "physical_table": "TSG_OBJ_IMEI" + }, + { + "table_id": 89, + "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 |
