diff options
| author | fengweihao <[email protected]> | 2023-10-31 14:21:20 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-10-31 14:21:20 +0800 |
| commit | 5684fac24452c5665c39a8cdc197eca70f14a131 (patch) | |
| tree | acd69b3a3d43172876ef4c3c8c17f23142655c95 /resource | |
| parent | 0f97e1209c6dc5dca38551dee9c6b1950539be6b (diff) | |
TSG-17514 策略验证支持扫描IMEIv3.0.23-20231031
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/table_info.conf | 20 | ||||
| -rw-r--r-- | resource/table_info_simple.conf | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index c94ab12..94d336e 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -909,5 +909,25 @@ "table_name":"TSG_FIELD_DOH_HOST_CAT", "table_type":"virtual", "physical_table": "TSG_OBJ_FQDN_CAT" + }, + { + "table_id":93, + "table_name":"TSG_OBJ_IMEI", + "table_type":"expr", + "valid_column":7, + "custom": { + "item_id":1, + "group_id":2, + "keywords":3, + "expr_type":4, + "match_method":5, + "is_hexbin":6 + } + }, + { + "table_id":94, + "table_name":"TSG_FILED_GTP_IMEI", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IMEI" } ]
\ No newline at end of file diff --git a/resource/table_info_simple.conf b/resource/table_info_simple.conf index 8289deb..087097f 100644 --- a/resource/table_info_simple.conf +++ b/resource/table_info_simple.conf @@ -835,5 +835,25 @@ "table_name":"TSG_FIELD_DOH_HOST_CAT", "table_type":"virtual", "physical_table": "TSG_OBJ_FQDN_CAT" + }, + { + "table_id":87, + "table_name":"TSG_OBJ_IMEI", + "table_type":"expr", + "valid_column":7, + "custom": { + "item_id":1, + "group_id":2, + "keywords":3, + "expr_type":4, + "match_method":5, + "is_hexbin":6 + } + }, + { + "table_id":88, + "table_name":"TSG_FILED_GTP_IMEI", + "table_type":"virtual", + "physical_table": "TSG_OBJ_IMEI" } ]
\ No newline at end of file |
