diff --git a/.gitignore b/.gitignore index eae45584..6f37d224 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ restagent/software/ restagent/database/ restagent/restagent +vendor + # Built Visual Studio Code Extensions *.vsix *.log diff --git a/config/mml/system/amf_sys_mml_config.yaml b/config/mml/system/amf_sys_mml_config.yaml index 0c3dfd45..25f466a4 100644 --- a/config/mml/system/amf_sys_mml_config.yaml +++ b/config/mml/system/amf_sys_mml_config.yaml @@ -62,6 +62,36 @@ amf: filter: "0~65535" display: "Port" comment: "" + - operation: "set" + object: "ntpversion" + display: "Set NTP Version" + params: + - name: "version" + type: "int" + optional: "false" + filter: "" + display: "Version" + comment: "" + - operation: "set" + object: "ntpmaxdiff" + display: "Set NTP Max Diff" + params: + - name: "value" + type: "int" + optional: "false" + filter: "100~2000" + display: "Max Value(ms)" + comment: "" + - operation: "set" + object: "ntpsynctimer" + display: "Set NTP Sync Timer" + params: + - name: "periods" + type: "int" + optional: "false" + filter: "" + display: "Periods(second)" + comment: "" - operation: "add" object: "slice" display: "Add Slice" diff --git a/crontask/etc/crontask.yaml b/crontask/etc/crontask.yaml index a23c9087..6717ca34 100644 --- a/crontask/etc/crontask.yaml +++ b/crontask/etc/crontask.yaml @@ -2,7 +2,7 @@ # level: /trace/debug/info/error/warn/error/fatal, default: debug # duration: saved days, default is 30 days logger: - file: d:/omc.git/goprojects/ems.agt/crontask/log/crontask.log + file: d:/local.git/be.ems/crontask/log/crontask.log level: trace duration: 24 count: 10 @@ -27,7 +27,7 @@ database: host: 127.0.0.1 port: 33066 name: omc_db - backup: d:/omc.git/goprojects/ems.agt/restagent/database + backup: d:/local.git/be.ems/restagent/database # northbound interface, cm/pm nbi: diff --git a/crontask/etc/tasks.yaml b/crontask/etc/tasks.yaml index 4ae534ca..75289919 100644 --- a/crontask/etc/tasks.yaml +++ b/crontask/etc/tasks.yaml @@ -61,8 +61,22 @@ tasks: params: SQL=select+*+into+outfile+'%s'+fields+terminated+by+','+escaped+by+''+optionally+enclosed+by+''+lines+terminated+by+'\n'+from+(select+'op_id','account_name','op_ip','subsys_tag','op_type','op_content','op_result','begin_time','end_time','vnf_flag','log_time'+union+select+op_id,account_name,op_ip,subsys_tag,op_type,op_content,op_result,begin_time,end_time,vnf_flag,log_time+from+operation_log)+b interval: 1 unit: Days - at: 00:25:00 + at: 00:26:00 do: TaskDBBackupCSVGetBySQL + - name: Backup security log + uri: /api/rest/databaseManagement/v1/omc_db/security_log + params: SQL=select+*+into+outfile+'%s'+fields+terminated+by+','+escaped+by+''+optionally+enclosed+by+''+lines+terminated+by+'\n'+from+(select+'id','account_name','account_type','op_ip','op_type','op_content','op_result','op_time'+union+select+id,account_name,account_type,op_ip,op_type,op_content,op_result,op_time+from+security_log)+b + interval: 1 + unit: Days + at: 00:28:00 + do: TaskDBBackupCSVGetBySQL + - name: Backup alarm log + uri: /api/rest/databaseManagement/v1/omc_db/alarm_log + params: SQL=select+*+into+outfile+'%s'+fields+terminated+by+','+escaped+by+''+optionally+enclosed+by+''+lines+terminated+by+'\n'+from+(select+'id','ne_type','ne_id','alarm_seq','alarm_id','alarm_code','alarm_status','event_time','log_time'+union+select+id,ne_type,ne_id,alarm_seq,alarm_id,alarm_code,alarm_status,event_time,log_time+from+alarm_log)+b + interval: 1 + unit: Days + at: 00:30:00 + do: TaskDBBackupCSVGetBySQL - name: handshake to NF status: Active uri: /api/rest/systemManagement/v1/elementType/%s/objectType/systemState diff --git a/crontask/gencmxml.go b/crontask/gencmxml.go index 697198c5..528d8fe1 100644 --- a/crontask/gencmxml.go +++ b/crontask/gencmxml.go @@ -126,7 +126,7 @@ func (t *TaskFunc) GenNFXmlFile(neType string) error { case "UserLabel": v = ne.NeName case "VendorName": - v = "Ruijie Network" + v = "RJ" case "SwVersion": v = global.Version case "PatchInfo": diff --git a/database/install/install.sql b/database/install/install.sql index ef49af04..69b405b2 100644 --- a/database/install/install.sql +++ b/database/install/install.sql @@ -1 +1,10 @@ -INSERT INTO `omc_db`.`user` (`id`, `account_id`, `name`, `real_name`, `sn`, `gender`, `email`, `id_card_number`, `description`, `telephone_number`, `phone`, `mobile`, `employee_number`, `employee_type`, `organize`, `supporter_corp_name`, `start_time`, `end_time`, `password`, `password_sha512`, `change_password_flag`, `password_expiration`, `status`, `user_expiration`, `group_name`, `profile`, `create_time`, `update_time`) VALUES (1, 'admin', 'admin', 'administrator', '', '', 'admin@qq.com', NULL, NULL, NULL, '312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '$2a$10$QgIcp6yuOEGrEU0TNU12K.uQRLbcufesEU7hiRYlRSSdUO7OAkoTq', '324584ab0b03a5af1899c1801485de8a455a114d5f6ee08a48dbdf7e8f1a047eaaa1789e881f9eb268113f6c6814fa20f43183ffa6e014765f2aa8733c526048', 0000, NULL, 'Active', NULL, 'admin', '{\"color\":{\"critical\":\"#e8994a\",\"event\":\"#c5d2dc\",\"major\":\"#494040\",\"minor\":\"#5f70a8\",\"sound\":\"custom\",\"warning\":\"#b9e1dd\"},\"sound\":\"custom\",\"custom\":\"hrxz.com-exz2s3uxhc47391.mp3\"}', '2023-08-10 11:04:25', '2023-08-10 11:04:25'); +INSERT INTO `omc_db`.`user` (`account_id`, `name`, `real_name`, `sn`, `gender`, `email`, `id_card_number`, `description`, `telephone_number`, `phone`, `mobile`, `employee_number`, `employee_type`, `organize`, `supporter_corp_name`, `start_time`, `end_time`, `password`, `password_sha512`, `change_password_flag`, `password_expiration`, `status`, `user_expiration`, `group_name`, `profile`, `create_time`, `update_time`) VALUES ('admin', 'admin', 'administrator', '', '', 'admin@aa.com', NULL, NULL, NULL, '312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '$2a$10$QgIcp6yuOEGrEU0TNU12K.uQRLbcufesEU7hiRYlRSSdUO7OAkoTq', '324584ab0b03a5af1899c1801485de8a455a114d5f6ee08a48dbdf7e8f1a047eaaa1789e881f9eb268113f6c6814fa20f43183ffa6e014765f2aa8733c526048', 0000, NULL, 'Active', NULL, 'admin', '{\"color\":{\"critical\":\"#e8994a\",\"event\":\"#c5d2dc\",\"major\":\"#494040\",\"minor\":\"#5f70a8\",\"sound\":\"custom\",\"warning\":\"#b9e1dd\"},\"sound\":\"custom\",\"custom\":\"hrxz.com-exz2s3uxhc47391.mp3\"}', '2023-08-10 11:04:25', '2023-08-10 11:04:25'); + +INSERT INTO `omc_db`.`role` (`role_name`, `description`) VALUES ('admin', 'administrator role'); + +INSERT INTO `omc_db`.`permission` (`permission_name`, `method`, `management`, `element`, `object`, `description`) VALUES ('*#*', '*', '*', '*', '*', 'all permission'); + +INSERT INTO `omc_db`.`role_permission` (`r_name`, `p_name`, `description`) VALUES ('admin', '*#*', 'bind by admin'); + +INSERT INTO `omc_db`.`user_role` (`u_name`, `r_name`, `description`) VALUES ('admin', 'admin', 'bind admin user to role'); + diff --git a/database/upgrade/config.sql b/database/upgrade/config.sql new file mode 100644 index 00000000..f96397e8 --- /dev/null +++ b/database/upgrade/config.sql @@ -0,0 +1,61 @@ +/* + Navicat Premium Data Transfer + + Source Server : local_mariadb + Source Server Type : MariaDB + Source Server Version : 100338 (10.3.38-MariaDB) + Source Host : localhost:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100338 (10.3.38-MariaDB) + File Encoding : 65001 + + Date: 16/08/2023 09:20:14 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for config +-- ---------------------------- +DROP TABLE IF EXISTS `config`; +CREATE TABLE `config` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `module_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL, + `config_tag` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `title_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL, + `value` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL, + `value_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL, + `update_time` datetime NULL DEFAULT current_timestamp() ON UPDATE CURRENT_TIMESTAMP, + `comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 31 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config +-- ---------------------------- +INSERT INTO `config` VALUES (1, 'Alarm', 'historyDuration', '{\"cn\": \"历史告警保留时间间隔(天)\", \"en\": \"History alarm duration(day)\"}', '90', NULL, '2023-07-25 20:41:18', NULL); +INSERT INTO `config` VALUES (2, 'LOG', 'logDuration', '{\"cn\": \"日志保留时间(天)\", \"en\": \"Log saved duration(day)\"}', '90', NULL, '2023-05-08 17:40:28', NULL); +INSERT INTO `config` VALUES (3, 'LOG', 'logCapacity', '{\"cn\": \"日志占用空间(MB)\", \"en\": \"Log occupation space(MB)\"}', '1344', NULL, '2023-08-02 17:20:39', NULL); +INSERT INTO `config` VALUES (4, 'PM', 'pmBackupTask', '{\"cn\": \"性能数据报表定期备份(天)\", \"en\": \"PM data backup task(day)\"}', '2', NULL, '2023-07-31 14:49:11', NULL); +INSERT INTO `config` VALUES (5, 'Alarm', 'syncTaskPeriod', '{\"cn\": \"告警同步周期时长(小时)\", \"en\": \"Alarm sync task period(小时)\"}', '24', '{\"alarmEnd\":\"2023-08-21 00:00:00\",\"alarmStart\":\"2023-08-08 00:00:00\",\"syncTaskPeriod\":\"23\",\"unit\":\"hour\"}', '2023-08-10 20:03:38', NULL); +INSERT INTO `config` VALUES (6, 'Alarm', 'displayFilter', '{\"cn\": \"告警显示过滤设置\", \"en\": \"Alarm filter setting\"}', '', '{}', '2023-07-27 15:02:23', NULL); +INSERT INTO `config` VALUES (7, 'Alarm', 'autoAlarmAck', '{\"cn\": \"告警自动确认设置\", \"en\": \"Alarm automatic ack setting\"}', '', '{\"alarm_status\":\"0\",\"alarm_type\":\"EquipmentAlarm\",\"orig_severity\":\"Major\",\"ack_user\":\"admin\"}', '2023-07-28 08:07:02', NULL); +INSERT INTO `config` VALUES (8, 'PM', 'keepPMCKpi', '{\"cn\": \"删除指标保留时长(天)\", \"en\": \"Keep custom pm kpi duration(day)\"}', '4', NULL, '2023-07-29 11:01:45', NULL); +INSERT INTO `config` VALUES (9, 'Security', 'sessionExpires', '{\"cn\": \"登录会话超时时长(秒)\", \"en\": \"User\'s session expires(second)\"}', '1800000', NULL, '2023-07-31 09:45:17', NULL); +INSERT INTO `config` VALUES (10, 'Alarm', 'forwardAlarm', '{\"cn\": \"告警前转接口设置\", \"en\": \"Alarm forward interface\"}', NULL, '[{\"interface\":\"Email\",\"to_user\":[\"371757574@qq.com\"]},{\"interface\":\"SMS\",\"to_user\":[\"11111112312\"]}]', '2023-08-03 11:42:21', NULL); +INSERT INTO `config` VALUES (17, 'Security', 'highRisk', '{\"cn\":\"高危指令设置\",\"en\":\"High risk instruction settings\"}', NULL, '[{\"timePart\":\"17:00:00,23:00:00\",\"text\":\"请不要重复\"}]', '2023-08-15 22:09:35', NULL); +INSERT INTO `config` VALUES (18, 'Gold', 'goldSet', '{\"cn\":\"黄金指标设置\",\"en\":\"Gold Index Setting\"}', NULL, '{\"goldWeek\":\"1\",\"omc_name\":\"23123\",\"login_url\":\"231231\",\"handshake_url\":\"321312\",\"grant_type\":\"321312\",\"user_name\":\"32131\",\"user_key\":\"22321\",\"max_data_len\":\"231\",\"kpi_report_url\":\"1231231\",\"time_out\":\"2131\"}', '2023-08-13 18:15:01', NULL); +INSERT INTO `config` VALUES (19, 'Security', 'userTimeSet', '{\"cn\":\"账号有效期设置\",\"en\":\"Account validity period setting\"}', '18000', NULL, '2023-08-10 14:18:57', NULL); +INSERT INTO `config` VALUES (20, 'Security', 'pwdStrong', '{\"cn\":\"密码强度设置\",\"en\":\"Account validity period setting\"}', NULL, '{\"pwdMinLength\":\"4\",\"pwdTime\":\"12\",\"strongNum\":\"1\",\"outTimeMsg\":\"密码有效期已过,请联系管理员进行修改密码\"}', '2023-08-14 20:18:21', NULL); +INSERT INTO `config` VALUES (22, 'Nbi', 'nbiSet', '{\"cn\":\"北向接口设置\",\"en\":\"Interface settings\"}', NULL, '{\"localIp\":\"21312\",\"localPort\":\"312\"}', '2023-08-13 18:48:38', NULL); +INSERT INTO `config` VALUES (25, 'SystemMonitor', 'cpuThreshold', '{\"cn\":\"CPU阈值及告警级别设置\",\"en\":\"threshold of CPU settings\"}', NULL, '{\"Major\":\"60\",\"Minor\":\"50\",\"Critical\":\"80\",\"Warning\":\"90\",\"Event\":\"75\"}', '2023-08-15 18:06:13', NULL); +INSERT INTO `config` VALUES (26, 'SystemMonitor', 'sampleTime', '{\"cn\":\"系统监控采样时间设置\",\"en\":\"settings\"}', NULL, '{\"sampleTime\":\"40\"}', '2023-08-15 18:02:49', NULL); +INSERT INTO `config` VALUES (27, 'SystemMonitor', 'fileThreshold', '{\"cn\":\"文件资源阈值及告警级别设置\",\"en\":\"threshold of file threshold settings\"}', NULL, '{\"type\":\"cpuThreshold\",\"Major\":\"12\",\"Minor\":\"\",\"Critical\":\"\",\"Warning\":\"\",\"Event\":\"\"}', '2023-08-15 18:44:18', NULL); +INSERT INTO `config` VALUES (28, 'SystemMonitor', 'RAMThreshold', '{\"cn\":\"内存阈值及告警级别设置\",\"en\":\"threshold of RAM threshold settings\"}', NULL, '{\"Major\":\"\", \"Minor\": \"\",\"Critical\": \"\",\"Warning\": \"\",\"Event\":\"\"}', '2023-08-15 17:34:22', NULL); +INSERT INTO `config` VALUES (29, 'SystemMonitor', 'storageThreshold', '{\"cn\":\"数据存储空间阈值及告警级别设置\",\"en\":\"threshold of data storage threshold settings\"}', NULL, '{\"Major\":\"\", \"Minor\": \"\",\"Critical\": \"\",\"Warning\": \"\",\"Event\":\"\"}', '2023-08-15 17:34:11', NULL); +INSERT INTO `config` VALUES (30, 'SystemMonitor', 'databaseThreshold', '{\"cn\":\"数据库阈值及告警级别设置\",\"en\":\"threshold of database settings\"}', NULL, '{\"Major\":\"\", \"Minor\": \"\",\"Critical\": \"\",\"Warning\": \"\",\"Event\":\"\"}', '2023-08-15 17:32:55', NULL); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/group.sql b/database/upgrade/group.sql new file mode 100644 index 00000000..25e903a7 --- /dev/null +++ b/database/upgrade/group.sql @@ -0,0 +1,45 @@ +/* + Navicat Premium Data Transfer + + Source Server : local_mariadb + Source Server Type : MariaDB + Source Server Version : 100338 (10.3.38-MariaDB) + Source Host : localhost:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100338 (10.3.38-MariaDB) + File Encoding : 65001 + + Date: 16/08/2023 11:43:47 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for group +-- ---------------------------- +DROP TABLE IF EXISTS `group`; +CREATE TABLE `group` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `create_time` datetime NULL DEFAULT current_timestamp(), + PRIMARY KEY (`name`) USING BTREE, + INDEX `fk_account_id`(`id`) USING BTREE, + INDEX `name`(`name`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 79 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of group +-- ---------------------------- +INSERT INTO `group` VALUES (1, 'admin', 'administrator', '2023-05-13 11:04:54'); +INSERT INTO `group` VALUES (3, 'audit', 'audit group', '2023-05-16 22:48:54'); +INSERT INTO `group` VALUES (8, 'manager', 'manager', '2023-08-08 13:02:47'); +INSERT INTO `group` VALUES (2, 'operator', 'operator', '2023-05-16 22:49:42'); +INSERT INTO `group` VALUES (5, 'oss', 'oss ', '2023-05-16 22:54:50'); +INSERT INTO `group` VALUES (8, 'test', 'test group', '2023-08-09 15:57:34'); +INSERT INTO `group` VALUES (7, 'user', 'user group', '2023-05-16 22:48:46'); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/menu.sql b/database/upgrade/menu.sql new file mode 100644 index 00000000..77ddcc78 --- /dev/null +++ b/database/upgrade/menu.sql @@ -0,0 +1,79 @@ +/* + Navicat Premium Data Transfer + + Source Server : local_mariadb + Source Server Type : MariaDB + Source Server Version : 100338 (10.3.38-MariaDB) + Source Host : localhost:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100338 (10.3.38-MariaDB) + File Encoding : 65001 + + Date: 16/08/2023 11:43:39 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for menu +-- ---------------------------- +DROP TABLE IF EXISTS `menu`; +CREATE TABLE `menu` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `group_name` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `menu_tag` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '', + `sort_id` int(11) NULL DEFAULT NULL, + `lang_tag` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `menu_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 59 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of menu +-- ---------------------------- +INSERT INTO `menu` VALUES (1, 'admin', 'topologyManagement', 1, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-home\",\r\n \"child\": [\r\n {\r\n \"id\": 3,\r\n \"href\": \"page/main/main.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/system/performanceCount.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"运行统计\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"系统状态\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (2, 'admin', 'faultManagement', 2, 'cn', '{\r\n \"id\": 1,\r\n \"href\": \"\",\r\n \"icon\": \"fa fa-wrench\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/alarm/alarmListDown.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"活动告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/alarm/AlarmListHistory.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"历史告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/alarm/alarmInfoConfig.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n } ,{\r\n \"id\": 6,\r\n \"href\": \"page/alarm/synchronous.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"定时同步设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 5,\r\n \"href\": \"page/alarm/alarmForwarding.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"故障管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (3, 'admin', 'systemManagement', 3, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-pencil-square-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/nfManage/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/configParam/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"参数配置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/softwareManage/softwareManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"软件管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/softwareManage/backupManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"备份管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"配置管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (4, 'admin', 'performanceManagement', 4, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-line-chart\",\r\n \"child\": [{\r\n \"id\": 1,\r\n \"href\": \"page/task/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"任务管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 2,\r\n \"href\": \"page/repair/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能数据\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/task/perfReport.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能报表\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/task/threshold.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能门限\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/gold/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"黄金指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/task/perfReportSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能通用设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/indicators/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"自定义指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"性能管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (5, 'admin', 'operationMaintenance', 5, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (6, 'admin', 'traceManagement', 6, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"跟踪管理\",\r\n \"icon\": \"fa fa-home\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [{\r\n \"id\": 2,\r\n \"title\": \"跟踪任务\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/taskList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"信令分析\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/traceShow.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (7, 'admin', 'logManagement', 7, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-newspaper-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/log/operLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 0,\r\n \"href\": \"page/log/mmlOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"mml操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/log/alarmLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/log/securityLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"安全日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/log/forwardingLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiAlarmLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/log/logSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"日志通用管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"日志管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n\r\n}'); +INSERT INTO `menu` VALUES (8, 'admin', 'securityManagement', 8, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-users\",\r\n \"child\": [\r\n {\r\n \"id\": 2,\r\n \"href\": \"page/user/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 3,\r\n \"href\": \"page/user/online.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"在线状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 4,\r\n \"href\": \"page/group/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户组管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"安全管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (18, 'operator', 'topologyManagement', 1, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-home\",\r\n \"child\": [\r\n {\r\n \"id\": 3,\r\n \"href\": \"page/main/main.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/system/performanceCount.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"运行统计\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"系统状态\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (19, 'operator', 'faultManagement', 2, 'cn', '{\r\n \"id\": 1,\r\n \"href\": \"\",\r\n \"icon\": \"fa fa-wrench\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/alarm/alarmListDown.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"活动告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/alarm/AlarmListHistory.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"历史告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/alarm/alarmInfoConfig.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n } ,{\r\n \"id\": 6,\r\n \"href\": \"page/alarm/synchronous.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"定时同步设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 5,\r\n \"href\": \"page/alarm/alarmForwarding.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"故障管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (20, 'operator', 'systemManagement', 3, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-pencil-square-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/nfManage/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/configParam/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"参数配置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/softwareManage/softwareManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"软件管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/softwareManage/backupManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"备份管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"配置管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (21, 'operator', 'performanceManagement', 4, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-line-chart\",\r\n \"child\": [{\r\n \"id\": 1,\r\n \"href\": \"page/task/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"任务管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 2,\r\n \"href\": \"page/repair/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能数据\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/task/perfReport.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能报表\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/task/threshold.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能门限\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/gold/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"黄金指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/task/perfReportSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能通用设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/indicators/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"自定义指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"性能管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (22, 'operator', 'operationMaintenance', 5, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (31, 'operator', 'traceManagement', 6, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"跟踪管理\",\r\n \"icon\": \"fa fa-home\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [{\r\n \"id\": 2,\r\n \"title\": \"跟踪任务\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/taskList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"信令分析\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/traceShow.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (32, 'operator', 'logManagement', 7, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-newspaper-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/log/operLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 0,\r\n \"href\": \"page/log/mmlOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"mml操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/log/alarmLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/log/securityLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"安全日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/log/forwardingLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiAlarmLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/log/logSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"日志通用管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"日志管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n\r\n}'); +INSERT INTO `menu` VALUES (33, 'operator', 'securityManagement', 8, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-users\",\r\n \"child\": [\r\n {\r\n \"id\": 2,\r\n \"href\": \"page/user/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 3,\r\n \"href\": \"page/user/online.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"在线状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 4,\r\n \"href\": \"page/group/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户组管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"安全管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (34, 'user', 'topologyManagement', 1, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-home\",\r\n \"child\": [\r\n {\r\n \"id\": 3,\r\n \"href\": \"page/main/main.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/system/performanceCount.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"运行统计\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"系统状态\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (35, 'user', 'faultManagement', 2, 'cn', '{\r\n \"id\": 1,\r\n \"href\": \"\",\r\n \"icon\": \"fa fa-wrench\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/alarm/alarmListDown.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"活动告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/alarm/AlarmListHistory.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"历史告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/alarm/alarmInfoConfig.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n } ,{\r\n \"id\": 6,\r\n \"href\": \"page/alarm/synchronous.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"定时同步设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 5,\r\n \"href\": \"page/alarm/alarmForwarding.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"故障管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (36, 'user', 'systemManagement', 3, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-pencil-square-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/nfManage/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/configParam/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"参数配置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/softwareManage/softwareManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"软件管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/softwareManage/backupManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"备份管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"配置管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (37, 'user', 'performanceManagement', 4, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-line-chart\",\r\n \"child\": [{\r\n \"id\": 1,\r\n \"href\": \"page/task/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"任务管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 2,\r\n \"href\": \"page/repair/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能数据\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/task/perfReport.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能报表\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/task/threshold.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能门限\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/gold/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"黄金指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/task/perfReportSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能通用设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/indicators/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"自定义指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"性能管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (38, 'user', 'operationMaintenance', 5, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (39, 'user', 'traceManagement', 6, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"跟踪管理\",\r\n \"icon\": \"fa fa-home\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [{\r\n \"id\": 2,\r\n \"title\": \"跟踪任务\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/taskList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"信令分析\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/traceShow.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (40, 'user', 'logManagement', 7, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-newspaper-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/log/operLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 0,\r\n \"href\": \"page/log/mmlOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"mml操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/log/alarmLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/log/securityLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"安全日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/log/forwardingLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiAlarmLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/log/logSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"日志通用管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"日志管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n\r\n}'); +INSERT INTO `menu` VALUES (41, 'user', 'securityManagement', 8, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-users\",\r\n \"child\": [\r\n {\r\n \"id\": 2,\r\n \"href\": \"page/user/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 3,\r\n \"href\": \"page/user/online.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"在线状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 4,\r\n \"href\": \"page/group/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户组管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"安全管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (42, 'test', 'topologyManagement', 1, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-home\",\r\n \"child\": [\r\n {\r\n \"id\": 3,\r\n \"href\": \"page/main/main.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/system/performanceCount.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"运行统计\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"系统状态\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (43, 'test', 'faultManagement', 2, 'cn', '{\r\n \"id\": 1,\r\n \"href\": \"\",\r\n \"icon\": \"fa fa-wrench\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/alarm/alarmListDown.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"活动告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/alarm/AlarmListHistory.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"历史告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/alarm/alarmInfoConfig.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n } ,{\r\n \"id\": 6,\r\n \"href\": \"page/alarm/synchronous.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"定时同步设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 5,\r\n \"href\": \"page/alarm/alarmForwarding.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"故障管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (44, 'test', 'systemManagement', 3, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-pencil-square-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/nfManage/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/configParam/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"参数配置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/softwareManage/softwareManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"软件管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/softwareManage/backupManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"备份管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"配置管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (45, 'test', 'performanceManagement', 4, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-line-chart\",\r\n \"child\": [{\r\n \"id\": 1,\r\n \"href\": \"page/task/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"任务管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 2,\r\n \"href\": \"page/repair/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能数据\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/task/perfReport.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能报表\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/task/threshold.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能门限\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/gold/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"黄金指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/task/perfReportSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能通用设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/indicators/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"自定义指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"性能管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (46, 'test', 'operationMaintenance', 5, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (47, 'test', 'traceManagement', 6, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"跟踪管理\",\r\n \"icon\": \"fa fa-home\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [{\r\n \"id\": 2,\r\n \"title\": \"跟踪任务\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/taskList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"信令分析\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/traceShow.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (48, 'test', 'logManagement', 7, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-newspaper-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/log/operLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 0,\r\n \"href\": \"page/log/mmlOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"mml操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/log/alarmLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/log/securityLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"安全日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/log/forwardingLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiAlarmLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/log/logSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"日志通用管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"日志管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n\r\n}'); +INSERT INTO `menu` VALUES (49, 'test', 'securityManagement', 8, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-users\",\r\n \"child\": [\r\n {\r\n \"id\": 2,\r\n \"href\": \"page/user/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 3,\r\n \"href\": \"page/user/online.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"在线状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 4,\r\n \"href\": \"page/group/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户组管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"安全管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (50, 'omc', 'topologyManagement', 1, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-home\",\r\n \"child\": [\r\n {\r\n \"id\": 3,\r\n \"href\": \"page/main/main.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/system/performanceCount.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"运行统计\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"系统状态\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (51, 'omc', 'faultManagement', 2, 'cn', '{\r\n \"id\": 1,\r\n \"href\": \"\",\r\n \"icon\": \"fa fa-wrench\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/alarm/alarmListDown.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"活动告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/alarm/AlarmListHistory.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"历史告警\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/alarm/alarmInfoConfig.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n } ,{\r\n \"id\": 6,\r\n \"href\": \"page/alarm/synchronous.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"定时同步设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 5,\r\n \"href\": \"page/alarm/alarmForwarding.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"故障管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (52, 'omc', 'systemManagement', 3, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-pencil-square-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/nfManage/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"网元管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 3,\r\n \"href\": \"page/configParam/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"参数配置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/softwareManage/softwareManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"软件管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/softwareManage/backupManage.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"备份管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"配置管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (53, 'omc', 'performanceManagement', 4, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-line-chart\",\r\n \"child\": [{\r\n \"id\": 1,\r\n \"href\": \"page/task/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"任务管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 2,\r\n \"href\": \"page/repair/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能数据\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/task/perfReport.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能报表\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },\r\n {\r\n \"id\": 4,\r\n \"href\": \"page/task/threshold.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能门限\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/gold/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"黄金指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/task/perfReportSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"性能通用设置\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/indicators/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"自定义指标\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"性能管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (54, 'omc', 'operationMaintenance', 5, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (55, 'omc', 'traceManagement', 6, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"跟踪管理\",\r\n \"icon\": \"fa fa-home\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [{\r\n \"id\": 2,\r\n \"title\": \"跟踪任务\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/taskList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"信令分析\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/trace/traceShow.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); +INSERT INTO `menu` VALUES (56, 'omc', 'logManagement', 7, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-newspaper-o\",\r\n \"child\": [{\r\n \"id\": 2,\r\n \"href\": \"page/log/operLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 0,\r\n \"href\": \"page/log/mmlOperLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"mml操作日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 4,\r\n \"href\": \"page/log/alarmLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 6,\r\n \"href\": \"page/log/securityLogList.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"安全日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 7,\r\n \"href\": \"page/log/forwardingLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"告警前转日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 8,\r\n \"href\": \"page/log/nbiAlarmLog.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"北向告警日志\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }, {\r\n \"id\": 5,\r\n \"href\": \"page/log/logSet.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"日志通用管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }],\r\n \"title\": \"日志管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n\r\n}'); +INSERT INTO `menu` VALUES (57, 'omc', 'securityManagement', 8, 'cn', '{\r\n \"id\": 1,\r\n \"href\": null,\r\n \"icon\": \"fa fa-users\",\r\n \"child\": [\r\n {\r\n \"id\": 2,\r\n \"href\": \"page/user/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 3,\r\n \"href\": \"page/user/online.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"在线状态\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n },{\r\n \"id\": 4,\r\n \"href\": \"page/group/list.html\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"child\": null,\r\n \"title\": \"用户组管理\",\r\n \"target\": null,\r\n \"parentId\": 1\r\n }\r\n ],\r\n \"title\": \"安全管理\",\r\n \"target\": null,\r\n \"parentId\": 0\r\n}'); +INSERT INTO `menu` VALUES (58, 'udm', 'operationMaintenance', 1, 'cn', '{\r\n \"id\": 1,\r\n \"title\": \"操作维护\",\r\n \"icon\": \"fa fa-gear\",\r\n \"href\": null,\r\n \"target\": null,\r\n \"parentId\": 0,\r\n \"child\": [\r\n{\r\n \"id\": 4,\r\n \"title\": \"操作维护MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/omcList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n \r\n {\r\n \"id\": 2,\r\n \"title\": \"网元操作MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/list.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n },\r\n {\r\n \"id\": 3,\r\n \"title\": \"用户数据MML\",\r\n \"icon\": \"fa fa-caret-right\",\r\n \"href\": \"page/mml/udmList.html\",\r\n \"target\": null,\r\n \"parentId\": 1,\r\n \"child\": null\r\n }\r\n ]\r\n}'); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/mml_system.sql b/database/upgrade/mml_system.sql new file mode 100644 index 00000000..092da92f --- /dev/null +++ b/database/upgrade/mml_system.sql @@ -0,0 +1,82 @@ +/* + Navicat Premium Data Transfer + + Source Server : root@192.168.4.230 + Source Server Type : MariaDB + Source Server Version : 100335 (10.3.35-MariaDB) + Source Host : 192.168.4.230:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100335 (10.3.35-MariaDB) + File Encoding : 65001 + + Date: 16/08/2023 15:22:28 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for mml_system +-- ---------------------------- +DROP TABLE IF EXISTS `mml_system`; +CREATE TABLE `mml_system` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ne_type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `category` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `cat_display` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `operation` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `object` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `mml_display` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `param_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE, + INDEX `id`(`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 521 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of mml_system +-- ---------------------------- +INSERT INTO `mml_system` VALUES (475, 'AMF', 'systemManagement', 'System Management', 'set', 'n8_ip', 'Set N8 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (476, 'AMF', 'systemManagement', 'System Management', 'set', 'n11_ip', 'Set N11 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (477, 'AMF', 'systemManagement', 'System Management', 'set', 'n12_ip', 'Set N12 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (478, 'AMF', 'systemManagement', 'System Management', 'set', 'n2_ip', 'Set N2 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (479, 'AMF', 'systemManagement', 'System Management', 'set', 'n2_port', 'Set N2 Port', '[{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"0~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (480, 'AMF', 'systemManagement', 'System Management', 'add', 'slice', 'Add Slice', '[{\"comment\":\"\",\"display\":\"SST\",\"filter\":\"\",\"name\":\"sst\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"SD\",\"filter\":\"\",\"name\":\"sd\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (481, 'AMF', 'systemManagement', 'System Management', 'deregister', 'imsi', 'Deregister IMSI', '[{\"comment\":\"\",\"display\":\"IMSI\",\"filter\":\"\",\"name\":\"IMSI\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (482, 'AMF', 'systemManagement', 'System Management', 'exec', 'shell', 'Execute Shell Command', '[{\"comment\":\"\",\"display\":\"CMD\",\"filter\":\"\",\"name\":\"cmd\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (483, 'AUSF', 'systemManagement', 'System Management', 'set', 'n12ip', 'Set N12 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (484, 'AUSF', 'systemManagement', 'System Management', 'set', 'n12port', 'Set N12 Port', '[{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"1~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (485, 'AUSF', 'systemManagement', 'System Management', 'set', 'n12scheme', 'Set N12 Scheme', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"}]'); +INSERT INTO `mml_system` VALUES (486, 'AUSF', 'systemManagement', 'System Management', 'set', 'supirange', 'Set SUPI Range', '[{\"comment\":\"\",\"display\":\"SUPI Range\",\"filter\":\"\",\"name\":\"supirange\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (487, 'SMF', 'systemManagement', 'System Management', 'set', 'n7 server', 'Set N7 Server', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"0~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (488, 'SMF', 'systemManagement', 'System Management', 'set', 'n7 client', 'Set N7 Client', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (489, 'SMF', 'systemManagement', 'System Management', 'set', 'n10 server', 'Set N10 Server', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"0~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (490, 'SMF', 'systemManagement', 'System Management', 'set', 'n10 client', 'Set N10 Client', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (491, 'SMF', 'systemManagement', 'System Management', 'set', 'n11 server', 'Set N11 Server', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"0~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (492, 'SMF', 'systemManagement', 'System Management', 'set', 'n11 client', 'Set N11 Client', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"0~64\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (493, 'SMF', 'systemManagement', 'System Management', 'set', 'dnn', 'Set DNN', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"DNN\",\"filter\":\"\",\"name\":\"DNN\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (495, 'SMF', 'systemManagement', 'System Management', 'set', 'qos', 'Set Qos', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"SD\",\"filter\":\"\",\"name\":\"5qi\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"5qipl\",\"filter\":\"\",\"name\":\"5qipl\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"arppl\",\"filter\":\"\",\"name\":\"arppl\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"arppci\",\"filter\":\"\",\"name\":\"arppci\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"arppvi\",\"filter\":\"\",\"name\":\"arppvi\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"mfbrul\",\"filter\":\"\",\"name\":\"mfbrul\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"mfbrdl\",\"filter\":\"\",\"name\":\"mfbrdl\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"gfbrul\",\"filter\":\"\",\"name\":\"gfbrul\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"gfbrdl\",\"filter\":\"\",\"name\":\"gfbrdl\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (496, 'SMF', 'systemManagement', 'System Management', 'set', 'snssai', 'Set Snssai', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"string\"},{\"display\":\"sst-sd\",\"filter\":\"\",\"name\":\"sst-sd\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (497, 'SMF', 'systemManagement', 'System Management', 'release', 'imsi', 'Release IMSI', '[{\"comment\":\"\",\"display\":\"IMSI\",\"filter\":\"\",\"name\":\"imsi\",\"optional\":\"false\",\"type\":\"string\"},{\"display\":\"PDU Session Id\",\"filter\":\"\",\"name\":\"pduSessId\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (498, 'SMF', 'systemManagement', 'System Management', 'set', 'urr', 'Set URR', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Quota Volume Tatol\",\"filter\":\"\",\"name\":\"quotavolumetatol\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Quota Volume UL\",\"filter\":\"\",\"name\":\"quotavolumeul\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Quota Volume DL\",\"filter\":\"\",\"name\":\"quotavolumedl\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Quota Time\",\"filter\":\"\",\"name\":\"quotatime\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (499, 'SMF', 'systemManagement', 'System Management', 'set', 'dpi', 'Set DPI', '[{\"comment\":\"\",\"display\":\"Flag\",\"filter\":\"{\\\"0\\\":\\\"disable\\\", \\\"1\\\":\\\"enable\\\"}\",\"name\":\"flag\",\"optional\":\"false\",\"type\":\"enum\"},{\"comment\":\"\",\"display\":\"Max Detect Packet Number\",\"filter\":\"\",\"name\":\"max\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (500, 'SMF', 'systemManagement', 'System Management', 'exec', 'shell', 'Execute Shell Command', '[{\"comment\":\"\",\"display\":\"CMD\",\"filter\":\"\",\"name\":\"cmd\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (505, 'UDM', 'systemManagement', 'System Management', 'set', 'n8ip', 'Set N8 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"ipv4\"}]'); +INSERT INTO `mml_system` VALUES (506, 'UDM', 'systemManagement', 'System Management', 'set', 'n8port', 'Set N8 Port', '[{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"1~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (507, 'UDM', 'systemManagement', 'System Management', 'set', 'n8scheme', 'Set N8 Scheme', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"}]'); +INSERT INTO `mml_system` VALUES (508, 'UDM', 'systemManagement', 'System Management', 'set', 'n10ip', 'Set N10 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (509, 'UDM', 'systemManagement', 'System Management', 'set', 'n10port', 'Set N10 Port', '[{\"comment\":\"\",\"display\":\"Port\",\"filter\":\"1~65535\",\"name\":\"port\",\"optional\":\"false\",\"type\":\"int\"}]'); +INSERT INTO `mml_system` VALUES (510, 'UDM', 'systemManagement', 'System Management', 'set', 'n10scheme', 'Set N10 Scheme', '[{\"comment\":\"\",\"display\":\"Scheme\",\"filter\":\"{\\\"0\\\":\\\"http\\\", \\\"1\\\":\\\"https\\\"}\",\"name\":\"scheme\",\"optional\":\"false\",\"type\":\"enum\"}]'); +INSERT INTO `mml_system` VALUES (511, 'UDM', 'systemManagement', 'System Management', 'exec', 'shell', 'Execute Shell Command', '[{\"comment\":\"\",\"display\":\"CMD\",\"filter\":\"\",\"name\":\"cmd\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (512, 'UPF', 'systemManagement', 'System Management', 'set', 'n3 driver', 'Set N3 Driver', '[{\"comment\":\"\",\"display\":\"Type\",\"filter\":\"\",\"name\":\"type\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"IP address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mask\",\"filter\":\"\",\"name\":\"mask\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mac address\",\"filter\":\"\",\"name\":\"mac\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"PCI address\",\"filter\":\"\",\"name\":\"pci\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (513, 'UPF', 'systemManagement', 'System Management', 'set', 'n4 ip', 'Set N4 IP Address', '[{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (514, 'UPF', 'systemManagement', 'System Management', 'set', 'n6 driver', 'Set N6 Driver', '[{\"comment\":\"\",\"display\":\"Type\",\"filter\":\"\",\"name\":\"type\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"IP address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mask\",\"filter\":\"\",\"name\":\"mask\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mac address\",\"filter\":\"\",\"name\":\"mac\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"PCI address\",\"filter\":\"\",\"name\":\"pci\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (515, 'UPF', 'systemManagement', 'System Management', 'set', 'n9 driver', 'Set N9 Driver', '[{\"comment\":\"\",\"display\":\"Type\",\"filter\":\"\",\"name\":\"type\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"IP address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mask\",\"filter\":\"\",\"name\":\"mask\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Mac address\",\"filter\":\"\",\"name\":\"mac\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"PCI address\",\"filter\":\"\",\"name\":\"pci\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (516, 'UPF', 'systemManagement', 'System Management', 'set', 'dnn', 'Set DNN', '[{\"comment\":\"\",\"display\":\"DNN\",\"filter\":\"\",\"name\":\"dnn\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"IP Address\",\"filter\":\"\",\"name\":\"ip\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (517, 'UPF', 'systemManagement', 'System Management', 'set', 'pfcp', 'Set PFCP', '[{\"comment\":\"\",\"display\":\"Path\",\"filter\":\"\",\"name\":\"path\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Local IP Address\",\"filter\":\"\",\"name\":\"local\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Remote IP Address\",\"filter\":\"\",\"name\":\"remote\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (518, 'UPF', 'systemManagement', 'System Management', 'set', 'qos', 'Set Qos', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"5qi\",\"filter\":\"\",\"name\":\"5qi\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Priority Level\",\"filter\":\"\",\"name\":\"priority\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"MBR\",\"filter\":\"\",\"name\":\"mbr\",\"optional\":\"false\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"GBR\",\"filter\":\"\",\"name\":\"gbr\",\"optional\":\"false\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (519, 'UPF', 'systemManagement', 'System Management', 'set', 'pccrule', 'Set PCC Rule', '[{\"comment\":\"\",\"display\":\"Index\",\"filter\":\"0~65535\",\"name\":\"index\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"Precedence\",\"filter\":\"\",\"name\":\"precedence\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"QOS Index\",\"filter\":\"\",\"name\":\"qosindex\",\"optional\":\"false\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"Filter Direction\",\"filter\":\"{\\\"0\\\":\\\"NA\\\", \\\"1\\\":\\\"Uplink\\\", \\\"2\\\":\\\"Downlink\\\", \\\"3\\\":\\\"Bidirectionallink\\\"}\",\"name\":\"direction\",\"optional\":\"true\",\"type\":\"int\"},{\"comment\":\"\",\"display\":\"Filter\",\"filter\":\"\",\"name\":\"filter\",\"optional\":\"true\",\"type\":\"string\"},{\"comment\":\"\",\"display\":\"Application ID\",\"filter\":\"\",\"name\":\"appid\",\"optional\":\"true\",\"type\":\"string\"}]'); +INSERT INTO `mml_system` VALUES (520, 'UPF', 'systemManagement', 'System Management', 'exec', 'shell', 'Execute Shell Command', '[{\"comment\":\"\",\"display\":\"CMD\",\"filter\":\"\",\"name\":\"cmd\",\"optional\":\"false\",\"type\":\"string\"}]'); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/monitor_base.sql b/database/upgrade/monitor_base.sql new file mode 100644 index 00000000..b20cdee4 --- /dev/null +++ b/database/upgrade/monitor_base.sql @@ -0,0 +1,38 @@ +/* + Navicat Premium Data Transfer + + Source Server : root@192.168.0.229 + Source Server Type : MariaDB + Source Server Version : 100335 (10.3.35-MariaDB-log) + Source Host : 192.168.0.229:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100335 (10.3.35-MariaDB-log) + File Encoding : 65001 + + Date: 16/08/2023 09:31:32 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for monitor_base +-- ---------------------------- +DROP TABLE IF EXISTS `monitor_base`; +CREATE TABLE `monitor_base` ( + `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id', + `created_at` datetime NULL DEFAULT NULL COMMENT '创建时间', + `updated_at` datetime NULL DEFAULT NULL COMMENT '更新时间', + `cpu` float NULL DEFAULT NULL COMMENT 'cpu使用率', + `load_usage` float NULL DEFAULT NULL COMMENT 'cpu平均使用率', + `cpu_load1` float NULL DEFAULT NULL COMMENT 'cpu使用1分钟', + `cpu_load5` float NULL DEFAULT NULL COMMENT 'cpu使用5分钟', + `cpu_load15` float NULL DEFAULT NULL COMMENT 'cpu使用15分钟', + `memory` float NULL DEFAULT NULL COMMENT '内存使用率', + `db_size` int(11) UNSIGNED NULL DEFAULT NULL COMMENT '数据库使用空间K', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '监控_基本信息' ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/monitor_io.sql b/database/upgrade/monitor_io.sql new file mode 100644 index 00000000..63471c8c --- /dev/null +++ b/database/upgrade/monitor_io.sql @@ -0,0 +1,36 @@ +/* + Navicat Premium Data Transfer + + Source Server : root@192.168.0.229 + Source Server Type : MariaDB + Source Server Version : 100335 (10.3.35-MariaDB-log) + Source Host : 192.168.0.229:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100335 (10.3.35-MariaDB-log) + File Encoding : 65001 + + Date: 16/08/2023 09:31:49 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for monitor_io +-- ---------------------------- +DROP TABLE IF EXISTS `monitor_io`; +CREATE TABLE `monitor_io` ( + `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id', + `created_at` datetime NULL DEFAULT NULL COMMENT '创建时间', + `updated_at` datetime NULL DEFAULT NULL COMMENT '更新时间', + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '磁盘名', + `read` int(11) NULL DEFAULT NULL COMMENT '读取K', + `write` int(11) NULL DEFAULT NULL COMMENT '写入K', + `count` int(11) NULL DEFAULT NULL COMMENT '次数', + `time` int(11) NULL DEFAULT NULL COMMENT '耗时', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 46 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '监控_磁盘IO' ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/monitor_network.sql b/database/upgrade/monitor_network.sql new file mode 100644 index 00000000..be54dcad --- /dev/null +++ b/database/upgrade/monitor_network.sql @@ -0,0 +1,34 @@ +/* + Navicat Premium Data Transfer + + Source Server : root@192.168.0.229 + Source Server Type : MariaDB + Source Server Version : 100335 (10.3.35-MariaDB-log) + Source Host : 192.168.0.229:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100335 (10.3.35-MariaDB-log) + File Encoding : 65001 + + Date: 16/08/2023 09:31:57 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for monitor_network +-- ---------------------------- +DROP TABLE IF EXISTS `monitor_network`; +CREATE TABLE `monitor_network` ( + `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id', + `created_at` datetime NULL DEFAULT NULL COMMENT '创建时间', + `updated_at` datetime NULL DEFAULT NULL COMMENT '更新时间', + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '网卡名', + `up` float NULL DEFAULT NULL COMMENT '上行', + `down` float NULL DEFAULT NULL COMMENT '下行', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 43 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '监控_网络IO' ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/permission.sql b/database/upgrade/permission.sql new file mode 100644 index 00000000..d394bd66 --- /dev/null +++ b/database/upgrade/permission.sql @@ -0,0 +1,40 @@ +/* + Navicat Premium Data Transfer + + Source Server : local_mariadb + Source Server Type : MariaDB + Source Server Version : 100338 (10.3.38-MariaDB) + Source Host : localhost:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100338 (10.3.38-MariaDB) + File Encoding : 65001 + + Date: 16/08/2023 11:42:42 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for permission +-- ---------------------------- +DROP TABLE IF EXISTS `permission`; +CREATE TABLE `permission` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `permission_name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `management` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*', + `element` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*', + `object` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*', + `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `created_at` datetime NULL DEFAULT current_timestamp(), + `updated_at` datetime NULL DEFAULT NULL, + `deleted_at` datetime NULL DEFAULT NULL, + PRIMARY KEY (`id`, `permission_name`) USING BTREE, + UNIQUE INDEX `id`(`id`) USING BTREE, + UNIQUE INDEX `permission_name`(`permission_name`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 23 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/sys_perf_data.sql b/database/upgrade/sys_perf_data.sql new file mode 100644 index 00000000..3e95fdc3 --- /dev/null +++ b/database/upgrade/sys_perf_data.sql @@ -0,0 +1,35 @@ +/* + Navicat Premium Data Transfer + + Source Server : root@192.168.0.229 + Source Server Type : MariaDB + Source Server Version : 100335 (10.3.35-MariaDB-log) + Source Host : 192.168.0.229:33066 + Source Schema : omc_db + + Target Server Type : MariaDB + Target Server Version : 100335 (10.3.35-MariaDB-log) + File Encoding : 65001 + + Date: 16/08/2023 19:00:09 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for sys_perf_data +-- ---------------------------- +DROP TABLE IF EXISTS `sys_perf_data`; +CREATE TABLE `sys_perf_data` ( + `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主鍵', + `create_time` datetime NULL DEFAULT NULL COMMENT '創建時間', + `dir_used` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '文件目錄空間使用GB', + `dir_list` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '文件目錄列表數據json', + `db_info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '數據庫空間使用信息', + `mem_used` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '内存使用率%', + `cpu_used` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'CPU使用率%', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统指标数据' ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/database/upgrade/upgrade.sql b/database/upgrade/upgrade.sql index d6065eab..2f1f3873 100644 --- a/database/upgrade/upgrade.sql +++ b/database/upgrade/upgrade.sql @@ -1,17 +1,41 @@ DROP TRIGGER IF EXISTS `tg_account_menu`; + ALTER TABLE `omc_db`.`gold_kpi` MODIFY COLUMN `value` bigint NULL DEFAULT 0 AFTER `kpi_id`; + ALTER TABLE `omc_db`.`user` DROP INDEX IF EXISTS `account_id`, DROP INDEX IF EXISTS `idx_uni_user_acc_id`, ADD UNIQUE INDEX `idx_uni_user_acc_id`(`account_id`) USING BTREE; + ALTER TABLE `omc_db`.`ne_link` DROP INDEX IF EXISTS `idx_netype_neid`; + ALTER TABLE `omc_db`.`user` MODIFY COLUMN `password_expiration` date NULL DEFAULT NULL AFTER `change_password_flag`, MODIFY COLUMN `user_expiration` date NULL DEFAULT NULL AFTER `status`; + ALTER TABLE `omc_db`.`config` ADD COLUMN IF NOT EXISTS `comment` varchar(255) NULL AFTER `update_time`; + ALTER TABLE `omc_db`.`nbi_operation_log` MODIFY COLUMN `created_at` datetime NULL DEFAULT NULL AFTER `log_time`; + ALTER TABLE `omc_db`.`permission` -ADD COLUMN IF NOT EXISTS `management` varchar(32) NULL DEFAULT '*' AFTER `method`; \ No newline at end of file +ADD COLUMN IF NOT EXISTS `management` varchar(32) NULL DEFAULT '*' AFTER `method`; + +ALTER TABLE `omc_db`.`permission` +CHANGE COLUMN IF EXISTS `create_at` `created_at` datetime NULL DEFAULT current_timestamp AFTER `description`, +MODIFY COLUMN `method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*' AFTER `permission_name`, +MODIFY COLUMN `management` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*' AFTER `method`, +MODIFY COLUMN `element` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*' AFTER `management`, +MODIFY COLUMN `object` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '*' AFTER `element`, +ADD COLUMN IF NOT EXISTS `updated_at` datetime NULL AFTER `created_at`, +ADD COLUMN IF NOT EXISTS `deleted_at` datetime NULL AFTER `updated_at`; + +ALTER TABLE `omc_db`.`permission` +DROP INDEX IF EXISTS `permission_name`, +ADD UNIQUE INDEX `permission_name`(`permission_name`) USING BTREE; + +ALTER TABLE `omc_db`.`ne_software` +DROP COLUMN IF EXISTS `patch_time`, +ADD COLUMN IF NOT EXISTS `patch_time` datetime NULL AFTER `update_time`; \ No newline at end of file diff --git a/features/fm/alarm.go b/features/fm/alarm.go index 89b630ae..521d93e5 100644 --- a/features/fm/alarm.go +++ b/features/fm/alarm.go @@ -235,12 +235,15 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { //services.ResponseInternalServerError500ProcessError(w, err) //return } - log.Debug("valueJson:", valueJson) - session := xEngine.NewSession() - defer session.Close() + log.Trace("valueJson:", valueJson) + // session := xEngine.NewSession() + // defer session.Close() var activeAlarmNum int = 0 for _, alarmData := range *alarmArray { log.Debug("alarmData:", alarmData) + + session := xEngine.NewSession() + defer session.Close() if alarmData.AlarmStatus == AlarmStatusClear { alarmData.ClearType = ClearTypeAutoClear alarmData.ClearTime.Valid = true @@ -267,7 +270,7 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { continue } } - log.Debug("alarmData:", alarmData) + log.Trace("alarmData:", alarmData) var currentSeq string var seq int has, err := xEngine.Table("alarm"). @@ -325,6 +328,7 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { continue } } + session.Commit() // for alarm forward time format alarmData.EventTime = eventTime } else { @@ -350,11 +354,12 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { log.Error("Failed to get alarm:", err) continue } - log.Debugf("neType=%s, neId=%s, currentSeq=%s", alarmData.NeType, alarmData.NeId, currentSeq) + log.Debugf("neType=%s, neId=%s, currentSeq=%s activeAlarmNum=%d", + alarmData.NeType, alarmData.NeId, currentSeq, activeAlarmNum) if has == true { seq, _ := strconv.Atoi(currentSeq) - alarmData.AlarmSeq = seq + activeAlarmNum + alarmData.AlarmSeq = seq + 1 if alarmData.AlarmSeq > global.MaxInt32Number { alarmData.AlarmSeq = AlarmSeqBeginNumber } @@ -420,12 +425,13 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { alarmLog.AlarmCode = alarmData.AlarmCode alarmLog.AlarmStatus = alarmData.AlarmStatus alarmLog.EventTime = eventTime - log.Debug("alarmLog:", alarmLog) + log.Trace("alarmLog:", alarmLog) affected, err = session.Insert(alarmLog) if err != nil && affected <= 0 { log.Error("Failed to insert alarm_log:", err) } + session.Commit() } if config.GetYamlConfig().Alarm.ForwardAlarm { if err = AlarmEmailForward(&alarmData); err != nil { @@ -437,7 +443,6 @@ func PostAlarmFromNF(w http.ResponseWriter, r *http.Request) { } } - session.Commit() services.ResponseStatusOK200Null(w) } @@ -487,11 +492,14 @@ func GetAlarmFromNF(w http.ResponseWriter, r *http.Request) { //services.ResponseInternalServerError500ProcessError(w, err) continue } - session := xEngine.NewSession() - defer session.Close() + // session := xEngine.NewSession() + // defer session.Close() var activeAlarmNum int = 0 for _, alarmData := range *alarmArray { log.Debug("alarmData:", alarmData) + + session := xEngine.NewSession() + defer session.Close() // todo: clear alarm .... if alarmData.AlarmStatus == AlarmStatusClear { exist, err := session.Table("alarm"). @@ -571,7 +579,7 @@ func GetAlarmFromNF(w http.ResponseWriter, r *http.Request) { continue } } - + session.Commit() // for alarm forward time format alarmData.EventTime = eventTime } else { @@ -597,11 +605,12 @@ func GetAlarmFromNF(w http.ResponseWriter, r *http.Request) { log.Error("Failed to get alarm:", err) continue } - log.Debugf("neType=%s, neId=%s, currentSeq=%s", alarmData.NeType, alarmData.NeId, currentSeq) + log.Debugf("neType=%s, neId=%s, currentSeq=%s, activeAlarmNum=%d", + alarmData.NeType, alarmData.NeId, currentSeq, activeAlarmNum) if has == true { seq, _ := strconv.Atoi(currentSeq) - alarmData.AlarmSeq = seq + activeAlarmNum + alarmData.AlarmSeq = seq + 1 if alarmData.AlarmSeq > global.MaxInt32Number { alarmData.AlarmSeq = AlarmSeqBeginNumber } @@ -646,7 +655,7 @@ func GetAlarmFromNF(w http.ResponseWriter, r *http.Request) { if IsNeedToAckAlarm(valueJson, &alarmData) == true { SetAlarmAckInfo(valueJson, &alarmData) } - log.Debug("alarmData:", alarmData) + log.Trace("alarmData:", alarmData) affected, err := session.Insert(alarmData) if err == nil && affected > 0 { alarmLog := new(AlarmLog) diff --git a/features/mml/mml.go b/features/mml/mml.go index 71590721..fad384e9 100644 --- a/features/mml/mml.go +++ b/features/mml/mml.go @@ -50,6 +50,12 @@ var ( func PostMMLToNF(w http.ResponseWriter, r *http.Request) { log.Debug("PostMMLToNF processing... ") + token, err := services.CheckExtValidRequest(w, r) + if err != nil { + log.Error("Request error:", err) + return + } + vars := mux.Vars(r) neType := vars["elementTypeValue"] params := r.URL.Query() @@ -61,14 +67,36 @@ func PostMMLToNF(w http.ResponseWriter, r *http.Request) { } log.Debug("neType:", neType, "neId", neId) - if strings.ToLower(neType) == "omc" { - PostMMLToOMC(w, r) + log.Debugf("token:%s, method:%s, dbname:%s, tbname:%s", token, r.Method, neType, neId[0]) + + var buf [8192]byte + var n int + var mmlResult []string + + exist, err := services.CheckUserPermission(token, strings.ToLower(r.Method), neType, neId[0]) + if err != nil { + log.Error("Failed to get permission:", err) + errMsg := fmt.Sprintf("RetCode = -1 operation failed: do not have the operation permissions") + log.Error(errMsg) + mmlResult = append(mmlResult, errMsg) + response := Response{mmlResult} + services.ResponseWithJson(w, http.StatusOK, response) + //services.ResponseForbidden403NotPermission(w) + return + } + if !exist { + log.Error("Not permission!") + errMsg := fmt.Sprintf("RetCode = -1 operation failed: do not have the operation permissions") + log.Error(errMsg) + mmlResult = append(mmlResult, errMsg) + response := Response{mmlResult} + services.ResponseWithJson(w, http.StatusOK, response) + //services.ResponseForbidden403NotPermission(w) return } - _, err := services.CheckExtValidRequest(w, r) - if err != nil { - log.Error("Failed to CheckMmlValidRequest:", err) + if strings.ToLower(neType) == "omc" { + PostMMLToOMC(w, r) return } @@ -80,10 +108,6 @@ func PostMMLToNF(w http.ResponseWriter, r *http.Request) { return } - var buf [8192]byte - var n int - var mmlResult []string - if neInfo != nil { hostMML := fmt.Sprintf("%s:%d", neInfo.Ip, config.GetYamlConfig().MML.Port) conn, err := net.Dial("tcp", hostMML) diff --git a/features/nbi/nbi.go b/features/nbi/nbi.go index e87fe82c..a6a8aabb 100644 --- a/features/nbi/nbi.go +++ b/features/nbi/nbi.go @@ -129,7 +129,7 @@ func CheckLocalRmUID(rmUIDs []string) string { } func NBIGetNRMFromNF(w http.ResponseWriter, r *http.Request) { - log.Debug("NorthGetNRMFromNF processing... ") + log.Debug("NBIGetNRMFromNF processing... ") // response 414-4 uri too long ? (optional) // todo ... ? @@ -220,19 +220,9 @@ func NBIGetNRMFromNF(w http.ResponseWriter, r *http.Request) { services.ResponseRequestURITooLong414NRMNumExceed(w, config.GetYamlConfig().Params.RmUIDMaxNum) return } - /* - // response 400-1 - // check rmUID is valid - // todo ... - invalidRmUIDs := CheckValidRmUID(rmUIDValues) - if len(invalidRmUIDs) != 0 { - log.Debug("rmUID is invalid") - services.ResponseBadRequest400RmUIDsIsInvalid(w, invalidRmUIDs) - return - } - */ + var response *resty.Response - // respMsg := make(map[string]interface{}) + respMsg := make(map[string]interface{}) for _, rmUID := range rmUIDValues { neInfo, err := dborm.XormGetNeInfoByRmUID(neType, rmUID) if err != nil { @@ -255,16 +245,14 @@ func NBIGetNRMFromNF(w http.ResponseWriter, r *http.Request) { services.ResponseInternalServerError500NFConnectRefused(w) return } - /* - switch response.StatusCode() { - case http.StatusOK, http.StatusAccepted, http.StatusNoContent, http.StatusCreated: - respMsg["data"] = response - default: - if response != nil { - services.TransportResponse(w, response.StatusCode(), response.Body()) - } + switch response.StatusCode() { + case http.StatusOK, http.StatusAccepted, http.StatusNoContent, http.StatusCreated: + respMsg["data"] = response + default: + if response != nil { + services.TransportResponse(w, response.StatusCode(), response.Body()) } - */ + } } services.TransportResponse(w, response.StatusCode(), response.Body()) diff --git a/features/trace/trace.go b/features/trace/trace.go index 34010b46..dd447705 100644 --- a/features/trace/trace.go +++ b/features/trace/trace.go @@ -89,6 +89,8 @@ func PostTraceTaskToNF(w http.ResponseWriter, r *http.Request) { services.ResponseInternalServerError500ProcessError(w, err) return } + } else { + neTypes = []string{"AMF", "SMF", "UDM", "AUSF", "UPF"} } } else { neTypes = append(neTypes, traceTask.NeType) @@ -215,7 +217,10 @@ func PutTraceTaskToNF(w http.ResponseWriter, r *http.Request) { services.ResponseInternalServerError500ProcessError(w, err) return } + } else { + neTypes = []string{"AMF", "SMF", "UDM", "AUSF", "UPF"} } + } else { neTypes = append(neTypes, traceTask.NeType) } diff --git a/restagent/backup/smf-sz_01-etc-20230727001500.zip b/restagent/backup/smf-sz_01-etc-20230727001500.zip deleted file mode 100644 index e5959079..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230727001500.zip and /dev/null differ diff --git a/restagent/backup/smf-sz_01-etc-20230728001500.zip b/restagent/backup/smf-sz_01-etc-20230728001500.zip deleted file mode 100644 index 36a3cd00..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230728001500.zip and /dev/null differ diff --git a/restagent/backup/smf-sz_01-etc-20230729001500.zip b/restagent/backup/smf-sz_01-etc-20230729001500.zip deleted file mode 100644 index 570e7682..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230729001500.zip and /dev/null differ diff --git a/restagent/backup/smf-sz_01-etc-20230730001500.zip b/restagent/backup/smf-sz_01-etc-20230730001500.zip deleted file mode 100644 index 75d02fe2..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230730001500.zip and /dev/null differ diff --git a/restagent/backup/smf-sz_01-etc-20230801001500.zip b/restagent/backup/smf-sz_01-etc-20230801001500.zip deleted file mode 100644 index 6eb310fc..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230801001500.zip and /dev/null differ diff --git a/restagent/backup/smf-sz_01-etc-20230802001500.zip b/restagent/backup/smf-sz_01-etc-20230802001500.zip deleted file mode 100644 index 957b3fca..00000000 Binary files a/restagent/backup/smf-sz_01-etc-20230802001500.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230727001500.zip b/restagent/backup/udm-sz_011-etc-20230727001500.zip deleted file mode 100644 index acd6476a..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230727001500.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230728001500.zip b/restagent/backup/udm-sz_011-etc-20230728001500.zip deleted file mode 100644 index d00cd5d5..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230728001500.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230729001501.zip b/restagent/backup/udm-sz_011-etc-20230729001501.zip deleted file mode 100644 index 7e411d89..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230729001501.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230730001500.zip b/restagent/backup/udm-sz_011-etc-20230730001500.zip deleted file mode 100644 index 393b2458..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230730001500.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230801001500.zip b/restagent/backup/udm-sz_011-etc-20230801001500.zip deleted file mode 100644 index 9e1eb338..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230801001500.zip and /dev/null differ diff --git a/restagent/backup/udm-sz_011-etc-20230802001501.zip b/restagent/backup/udm-sz_011-etc-20230802001501.zip deleted file mode 100644 index 97d3b6fa..00000000 Binary files a/restagent/backup/udm-sz_011-etc-20230802001501.zip and /dev/null differ diff --git a/restagent/backup/upf-sz_01-etc-20230725090619.zip b/restagent/backup/upf-sz_01-etc-20230725090619.zip deleted file mode 100644 index b29257a2..00000000 Binary files a/restagent/backup/upf-sz_01-etc-20230725090619.zip and /dev/null differ diff --git a/restagent/backup/upf-sz_01-etc-20230727145225.zip b/restagent/backup/upf-sz_01-etc-20230727145225.zip deleted file mode 100644 index 8a5052d5..00000000 Binary files a/restagent/backup/upf-sz_01-etc-20230727145225.zip and /dev/null differ diff --git a/restagent/backup/upf-sz_01-etc-20230729104910.zip b/restagent/backup/upf-sz_01-etc-20230729104910.zip deleted file mode 100644 index 9ac09e59..00000000 Binary files a/restagent/backup/upf-sz_01-etc-20230729104910.zip and /dev/null differ diff --git a/restagent/backup/upf-sz_01-etc-20230730154754.zip b/restagent/backup/upf-sz_01-etc-20230730154754.zip deleted file mode 100644 index cb1873f9..00000000 Binary files a/restagent/backup/upf-sz_01-etc-20230730154754.zip and /dev/null differ diff --git a/restagent/backup/upf-sz_01-etc-20230801003933.zip b/restagent/backup/upf-sz_01-etc-20230801003933.zip deleted file mode 100644 index 3cc4899b..00000000 Binary files a/restagent/backup/upf-sz_01-etc-20230801003933.zip and /dev/null differ diff --git a/restagent/backup/upf-upf_sz_rd_109-etc-20230725090625.zip b/restagent/backup/upf-upf_sz_rd_109-etc-20230725090625.zip deleted file mode 100644 index 7003cfd2..00000000 Binary files a/restagent/backup/upf-upf_sz_rd_109-etc-20230725090625.zip and /dev/null differ diff --git a/restagent/backup/upf-upf_sz_rd_109-etc-20230727145227.zip b/restagent/backup/upf-upf_sz_rd_109-etc-20230727145227.zip deleted file mode 100644 index aaf16f09..00000000 Binary files a/restagent/backup/upf-upf_sz_rd_109-etc-20230727145227.zip and /dev/null differ diff --git a/restagent/backup/upf-upf_sz_rd_109-etc-20230729104911.zip b/restagent/backup/upf-upf_sz_rd_109-etc-20230729104911.zip deleted file mode 100644 index 49741a80..00000000 Binary files a/restagent/backup/upf-upf_sz_rd_109-etc-20230729104911.zip and /dev/null differ diff --git a/restagent/backup/upf-upf_sz_rd_109-etc-20230730154757.zip b/restagent/backup/upf-upf_sz_rd_109-etc-20230730154757.zip deleted file mode 100644 index 15cb8b58..00000000 Binary files a/restagent/backup/upf-upf_sz_rd_109-etc-20230730154757.zip and /dev/null differ diff --git a/restagent/backup/upf-upf_sz_rd_109-etc-20230801003934.zip b/restagent/backup/upf-upf_sz_rd_109-etc-20230801003934.zip deleted file mode 100644 index d8c01daa..00000000 Binary files a/restagent/backup/upf-upf_sz_rd_109-etc-20230801003934.zip and /dev/null differ diff --git a/restagent/database/measure_data-20230810002000.csv b/restagent/database/measure_data-20230810002000.csv deleted file mode 100644 index ac702dce..00000000 --- a/restagent/database/measure_data-20230810002000.csv +++ /dev/null @@ -1,1188 +0,0 @@ -id,date,task_id,ne_name,rm_uid,ne_type,granul_option,kpi_code,kpi_id,kpi_ext,start_time,end_time,value,timestamp -321902,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,5724,2023-07-10 10:06:01 -321903,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321904,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,1985,2023-07-10 10:06:01 -321905,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321906,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,2673,2023-07-10 10:06:01 -321907,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321908,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,2676,2023-07-10 10:06:01 -321909,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321910,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321911,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,2673,2023-07-10 10:06:01 -321912,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 09:50:13,2023-07-10 10:06:01,71573,2023-07-10 10:06:01 -321913,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321914,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,2676,2023-07-10 10:06:01 -321915,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,6304,2023-07-10 10:06:01 -321916,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321917,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321918,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321919,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321920,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321921,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,5724,2023-07-10 10:06:01 -321922,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,4319,2023-07-10 10:06:01 -321923,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,6304,2023-07-10 10:06:01 -321924,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321925,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321926,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,13752,2023-07-10 10:06:01 -321927,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321928,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,8400,2023-07-10 10:06:01 -321929,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321930,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321931,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321932,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321933,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321934,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,1985,2023-07-10 10:06:01 -321935,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,4319,2023-07-10 10:06:01 -321936,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 09:50:13,2023-07-10 10:06:01,13752,2023-07-10 10:06:01 -321937,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 09:50:13,2023-07-10 10:06:01,8400,2023-07-10 10:06:01 -321938,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321939,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321940,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 09:50:13,2023-07-10 10:06:01,0,2023-07-10 10:06:01 -321941,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321942,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,4468,2023-07-10 10:21:01 -321943,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,9824,2023-07-10 10:21:01 -321944,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,6250,2023-07-10 10:21:01 -321945,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321946,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321947,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321948,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321949,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1789,2023-07-10 10:21:01 -321950,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321951,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321952,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321953,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,4463,2023-07-10 10:21:01 -321954,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321955,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1788,2023-07-10 10:21:01 -321956,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321957,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1789,2023-07-10 10:21:01 -321958,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321959,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321960,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1788,2023-07-10 10:21:01 -321961,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1787,2023-07-10 10:21:01 -321962,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,6257,2023-07-10 10:21:01 -321963,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321964,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321965,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321966,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 10:06:01,2023-07-10 10:21:01,71571,2023-07-10 10:21:01 -321967,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321968,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,1787,2023-07-10 10:21:01 -321969,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,4463,2023-07-10 10:21:01 -321970,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,4468,2023-07-10 10:21:01 -321971,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,6257,2023-07-10 10:21:01 -321972,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321973,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321974,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321975,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 10:06:01,2023-07-10 10:21:01,9824,2023-07-10 10:21:01 -321976,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321977,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,6250,2023-07-10 10:21:01 -321978,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321979,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 10:06:01,2023-07-10 10:21:01,0,2023-07-10 10:21:01 -321980,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1793,2023-07-10 10:36:01 -321981,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321982,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1792,2023-07-10 10:36:01 -321983,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321984,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1793,2023-07-10 10:36:01 -321985,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321986,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321987,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1792,2023-07-10 10:36:01 -321988,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321989,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 10:21:01,2023-07-10 10:36:01,71571,2023-07-10 10:36:01 -321990,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321991,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1793,2023-07-10 10:36:01 -321992,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,6268,2023-07-10 10:36:01 -321993,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321994,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321995,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321996,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321997,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -321998,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,4479,2023-07-10 10:36:01 -321999,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,4475,2023-07-10 10:36:01 -322000,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,6268,2023-07-10 10:36:01 -322001,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322002,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322003,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,9858,2023-07-10 10:36:01 -322004,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322005,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,6272,2023-07-10 10:36:01 -322006,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322007,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322008,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322009,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322010,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322011,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,1793,2023-07-10 10:36:01 -322012,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,4475,2023-07-10 10:36:01 -322013,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 10:21:01,2023-07-10 10:36:01,9858,2023-07-10 10:36:01 -322014,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,6272,2023-07-10 10:36:01 -322015,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322016,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322017,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 10:21:01,2023-07-10 10:36:01,4479,2023-07-10 10:36:01 -322018,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 10:21:01,2023-07-10 10:36:01,0,2023-07-10 10:36:01 -322019,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1796,2023-07-10 10:51:01 -322020,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322021,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322022,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1798,2023-07-10 10:51:01 -322023,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322024,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 10:36:01,2023-07-10 10:51:01,71571,2023-07-10 10:51:01 -322025,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322026,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1796,2023-07-10 10:51:01 -322027,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,6282,2023-07-10 10:51:01 -322028,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322029,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322030,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322031,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322032,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322033,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,4484,2023-07-10 10:51:01 -322034,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,4486,2023-07-10 10:51:01 -322035,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,6282,2023-07-10 10:51:01 -322036,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322037,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322038,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,9872,2023-07-10 10:51:01 -322039,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322040,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,6280,2023-07-10 10:51:01 -322041,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322042,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322043,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322044,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322045,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322046,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1796,2023-07-10 10:51:01 -322047,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,4486,2023-07-10 10:51:01 -322048,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 10:36:01,2023-07-10 10:51:01,9872,2023-07-10 10:51:01 -322049,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,6280,2023-07-10 10:51:01 -322050,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322051,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322052,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,4484,2023-07-10 10:51:01 -322053,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322054,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1796,2023-07-10 10:51:01 -322055,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322056,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 10:36:01,2023-07-10 10:51:01,1798,2023-07-10 10:51:01 -322057,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 10:36:01,2023-07-10 10:51:01,0,2023-07-10 10:51:01 -322058,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,4430,2023-07-10 11:06:01 -322059,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,9754,2023-07-10 11:06:01 -322060,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,6206,2023-07-10 11:06:01 -322061,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322062,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322063,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322064,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322065,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322066,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322067,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322068,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322069,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,4432,2023-07-10 11:06:01 -322070,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322071,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322072,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322073,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322074,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322075,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322076,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322077,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322078,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,6204,2023-07-10 11:06:01 -322079,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322080,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322081,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322082,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 10:51:01,2023-07-10 11:06:01,71571,2023-07-10 11:06:01 -322083,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322084,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,1774,2023-07-10 11:06:01 -322085,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,4432,2023-07-10 11:06:01 -322086,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,4430,2023-07-10 11:06:01 -322087,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,6204,2023-07-10 11:06:01 -322088,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322089,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322090,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322091,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 10:51:01,2023-07-10 11:06:01,9754,2023-07-10 11:06:01 -322092,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322093,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,6206,2023-07-10 11:06:01 -322094,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322095,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322096,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 10:51:01,2023-07-10 11:06:01,0,2023-07-10 11:06:01 -322097,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1794,2023-07-10 11:21:01 -322098,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322099,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322100,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1792,2023-07-10 11:21:01 -322101,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322102,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 11:06:01,2023-07-10 11:21:01,71573,2023-07-10 11:21:01 -322103,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322104,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1794,2023-07-10 11:21:01 -322105,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,6269,2023-07-10 11:21:01 -322106,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322107,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322108,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322109,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322110,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322111,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,4477,2023-07-10 11:21:01 -322112,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,4477,2023-07-10 11:21:01 -322113,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,6269,2023-07-10 11:21:01 -322114,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322115,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322116,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,9859,2023-07-10 11:21:01 -322117,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322118,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,6271,2023-07-10 11:21:01 -322119,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322120,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322121,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322122,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322123,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322124,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1792,2023-07-10 11:21:01 -322125,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,4477,2023-07-10 11:21:01 -322126,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 11:06:01,2023-07-10 11:21:01,9859,2023-07-10 11:21:01 -322127,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,6271,2023-07-10 11:21:01 -322128,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322129,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322130,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,4477,2023-07-10 11:21:01 -322131,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322132,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1792,2023-07-10 11:21:01 -322133,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322134,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 11:06:01,2023-07-10 11:21:01,1792,2023-07-10 11:21:01 -322135,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 11:06:01,2023-07-10 11:21:01,0,2023-07-10 11:21:01 -322136,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,7194,2023-07-10 11:36:01 -322137,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322138,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322139,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322140,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,3715,2023-07-10 11:36:01 -322141,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,4917,2023-07-10 11:36:01 -322142,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,5187,2023-07-10 11:36:01 -322143,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322144,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322145,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,8131,2023-07-10 11:36:01 -322146,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322147,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322148,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,5187,2023-07-10 11:36:01 -322149,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322150,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322151,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322152,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322153,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,2277,2023-07-10 11:36:01 -322154,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,4917,2023-07-10 11:36:01 -322155,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,8131,2023-07-10 11:36:01 -322156,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322157,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322158,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,3715,2023-07-10 11:36:01 -322159,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322160,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322161,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,2277,2023-07-10 11:36:01 -322162,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322163,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,1472,2023-07-10 11:36:01 -322164,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,1472,2023-07-10 11:36:01 -322165,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 11:21:01,2023-07-10 11:36:01,1472,2023-07-10 11:36:01 -322166,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322167,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322168,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322169,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322170,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 11:21:01,2023-07-10 11:36:01,70768,2023-07-10 11:36:01 -322171,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322172,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,1472,2023-07-10 11:36:01 -322173,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 11:21:01,2023-07-10 11:36:01,7194,2023-07-10 11:36:01 -322174,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 11:21:01,2023-07-10 11:36:01,0,2023-07-10 11:36:01 -322175,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,5019,2023-07-10 11:51:01 -322176,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322177,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,1561,2023-07-10 11:51:01 -322178,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322179,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,2408,2023-07-10 11:51:01 -322180,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322181,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,2408,2023-07-10 11:51:01 -322182,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322183,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322184,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,2408,2023-07-10 11:51:01 -322185,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322186,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 11:36:01,2023-07-10 11:51:01,71573,2023-07-10 11:51:01 -322187,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322188,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,2408,2023-07-10 11:51:01 -322189,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,5377,2023-07-10 11:51:01 -322190,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322191,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322192,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322193,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322194,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322195,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,5019,2023-07-10 11:51:01 -322196,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,3816,2023-07-10 11:51:01 -322197,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,5377,2023-07-10 11:51:01 -322198,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322199,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322200,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,12243,2023-07-10 11:51:01 -322201,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322202,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,7427,2023-07-10 11:51:01 -322203,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322204,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322205,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322206,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322207,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322208,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,1561,2023-07-10 11:51:01 -322209,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,3816,2023-07-10 11:51:01 -322210,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 11:36:01,2023-07-10 11:51:01,12243,2023-07-10 11:51:01 -322211,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 11:36:01,2023-07-10 11:51:01,7427,2023-07-10 11:51:01 -322212,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322213,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 11:36:01,2023-07-10 11:51:01,0,2023-07-10 11:51:01 -322214,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322215,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322216,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 11:51:01,2023-07-10 12:06:01,71572,2023-07-10 12:06:01 -322217,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322218,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1793,2023-07-10 12:06:01 -322219,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,6277,2023-07-10 12:06:01 -322220,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322221,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,6277,2023-07-10 12:06:01 -322222,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322223,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322224,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322225,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,4480,2023-07-10 12:06:01 -322226,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,4483,2023-07-10 12:06:01 -322227,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,6273,2023-07-10 12:06:01 -322228,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322229,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322230,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,9859,2023-07-10 12:06:01 -322231,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322232,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322233,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,6273,2023-07-10 12:06:01 -322234,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322235,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322236,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322237,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322238,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1794,2023-07-10 12:06:01 -322239,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,4483,2023-07-10 12:06:01 -322240,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,9859,2023-07-10 12:06:01 -322241,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322242,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322243,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,4480,2023-07-10 12:06:01 -322244,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322245,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322246,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1794,2023-07-10 12:06:01 -322247,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322248,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1794,2023-07-10 12:06:01 -322249,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1794,2023-07-10 12:06:01 -322250,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 11:51:01,2023-07-10 12:06:01,1793,2023-07-10 12:06:01 -322251,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322252,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 11:51:01,2023-07-10 12:06:01,0,2023-07-10 12:06:01 -322253,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322254,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322255,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 12:06:01,2023-07-10 12:21:01,71573,2023-07-10 12:21:01 -322256,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322257,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1795,2023-07-10 12:21:01 -322258,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,6280,2023-07-10 12:21:01 -322259,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322260,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,6280,2023-07-10 12:21:01 -322261,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322262,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322263,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322264,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,4489,2023-07-10 12:21:01 -322265,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,4485,2023-07-10 12:21:01 -322266,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,6284,2023-07-10 12:21:01 -322267,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322268,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322269,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,9874,2023-07-10 12:21:01 -322270,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322271,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322272,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,6284,2023-07-10 12:21:01 -322273,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322274,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322275,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322276,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322277,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1794,2023-07-10 12:21:01 -322278,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,4485,2023-07-10 12:21:01 -322279,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,9874,2023-07-10 12:21:01 -322280,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322281,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322282,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,4489,2023-07-10 12:21:01 -322283,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322284,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322285,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1794,2023-07-10 12:21:01 -322286,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322287,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1794,2023-07-10 12:21:01 -322288,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1794,2023-07-10 12:21:01 -322289,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 12:06:01,2023-07-10 12:21:01,1795,2023-07-10 12:21:01 -322290,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322291,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 12:06:01,2023-07-10 12:21:01,0,2023-07-10 12:21:01 -322292,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322293,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,9889,2023-07-10 12:36:01 -322294,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322295,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,6293,2023-07-10 12:36:01 -322296,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322297,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322298,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322299,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322300,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1797,2023-07-10 12:36:01 -322301,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,4494,2023-07-10 12:36:01 -322302,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,9889,2023-07-10 12:36:01 -322303,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,6293,2023-07-10 12:36:01 -322304,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322305,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322306,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322307,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322308,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,4495,2023-07-10 12:36:01 -322309,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322310,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1797,2023-07-10 12:36:01 -322311,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322312,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1798,2023-07-10 12:36:01 -322313,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322314,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1798,2023-07-10 12:36:01 -322315,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322316,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322317,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1798,2023-07-10 12:36:01 -322318,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322319,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,1798,2023-07-10 12:36:01 -322320,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,6291,2023-07-10 12:36:01 -322321,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322322,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322323,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322324,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 12:21:01,2023-07-10 12:36:01,71574,2023-07-10 12:36:01 -322325,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322326,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 12:21:01,2023-07-10 12:36:01,4495,2023-07-10 12:36:01 -322327,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,4494,2023-07-10 12:36:01 -322328,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 12:21:01,2023-07-10 12:36:01,6291,2023-07-10 12:36:01 -322329,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322330,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 12:21:01,2023-07-10 12:36:01,0,2023-07-10 12:36:01 -322331,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322332,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,6291,2023-07-10 12:51:01 -322333,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322334,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322335,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,9883,2023-07-10 12:51:01 -322336,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322337,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,9883,2023-07-10 12:51:01 -322338,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,6291,2023-07-10 12:51:01 -322339,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322340,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322341,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322342,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322343,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1798,2023-07-10 12:51:01 -322344,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,4498,2023-07-10 12:51:01 -322345,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322346,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322347,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,4495,2023-07-10 12:51:01 -322348,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322349,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1796,2023-07-10 12:51:01 -322350,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322351,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1798,2023-07-10 12:51:01 -322352,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322353,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322354,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1796,2023-07-10 12:51:01 -322355,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1796,2023-07-10 12:51:01 -322356,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322357,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322358,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322359,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322360,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 12:36:01,2023-07-10 12:51:01,71572,2023-07-10 12:51:01 -322361,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322362,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,1796,2023-07-10 12:51:01 -322363,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,6296,2023-07-10 12:51:01 -322364,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,4498,2023-07-10 12:51:01 -322365,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,6296,2023-07-10 12:51:01 -322366,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322367,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322368,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 12:36:01,2023-07-10 12:51:01,0,2023-07-10 12:51:01 -322369,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 12:36:01,2023-07-10 12:51:01,4495,2023-07-10 12:51:01 -322370,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,6293,2023-07-10 13:06:01 -322371,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322372,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322373,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,9889,2023-07-10 13:06:01 -322374,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322375,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322376,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,6293,2023-07-10 13:06:01 -322377,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322378,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322379,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322380,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322381,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1797,2023-07-10 13:06:01 -322382,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,4493,2023-07-10 13:06:01 -322383,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,9889,2023-07-10 13:06:01 -322384,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322385,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322386,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,4495,2023-07-10 13:06:01 -322387,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322388,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322389,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1797,2023-07-10 13:06:01 -322390,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322391,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1798,2023-07-10 13:06:01 -322392,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1798,2023-07-10 13:06:01 -322393,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1798,2023-07-10 13:06:01 -322394,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322395,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322396,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322397,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322398,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 12:51:01,2023-07-10 13:06:01,71573,2023-07-10 13:06:01 -322399,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322400,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,1798,2023-07-10 13:06:01 -322401,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,6291,2023-07-10 13:06:01 -322402,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322403,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,6291,2023-07-10 13:06:01 -322404,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322405,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322406,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,0,2023-07-10 13:06:01 -322407,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 12:51:01,2023-07-10 13:06:01,4495,2023-07-10 13:06:01 -322408,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 12:51:01,2023-07-10 13:06:01,4493,2023-07-10 13:06:01 -322409,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 13:06:01,2023-07-10 13:21:01,71573,2023-07-10 13:21:01 -322410,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322411,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322412,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,6286,2023-07-10 13:21:01 -322413,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322414,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322415,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322416,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322417,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322418,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,4491,2023-07-10 13:21:01 -322419,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,4491,2023-07-10 13:21:01 -322420,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,6286,2023-07-10 13:21:01 -322421,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322422,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322423,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,9879,2023-07-10 13:21:01 -322424,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322425,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,6287,2023-07-10 13:21:01 -322426,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322427,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322428,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322429,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322430,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322431,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322432,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,4491,2023-07-10 13:21:01 -322433,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,9879,2023-07-10 13:21:01 -322434,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,6287,2023-07-10 13:21:01 -322435,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322436,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322437,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322438,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,4491,2023-07-10 13:21:01 -322439,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322440,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322441,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322442,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322443,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322444,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322445,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322446,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 13:06:01,2023-07-10 13:21:01,0,2023-07-10 13:21:01 -322447,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 13:06:01,2023-07-10 13:21:01,1796,2023-07-10 13:21:01 -322448,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322449,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322450,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 13:21:01,2023-07-10 13:36:01,71572,2023-07-10 13:36:01 -322451,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322452,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1797,2023-07-10 13:36:01 -322453,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,6294,2023-07-10 13:36:01 -322454,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322455,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,6294,2023-07-10 13:36:01 -322456,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322457,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322458,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322459,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,4495,2023-07-10 13:36:01 -322460,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,4496,2023-07-10 13:36:01 -322461,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,6292,2023-07-10 13:36:01 -322462,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322463,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322464,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,9886,2023-07-10 13:36:01 -322465,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322466,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322467,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,6292,2023-07-10 13:36:01 -322468,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322469,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322470,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322471,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322472,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1798,2023-07-10 13:36:01 -322473,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,4496,2023-07-10 13:36:01 -322474,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,9886,2023-07-10 13:36:01 -322475,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322476,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322477,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,4495,2023-07-10 13:36:01 -322478,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322479,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322480,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1798,2023-07-10 13:36:01 -322481,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322482,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1798,2023-07-10 13:36:01 -322483,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1798,2023-07-10 13:36:01 -322484,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 13:21:01,2023-07-10 13:36:01,1797,2023-07-10 13:36:01 -322485,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322486,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 13:21:01,2023-07-10 13:36:01,0,2023-07-10 13:36:01 -322487,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,4493,2023-07-10 13:51:01 -322488,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322489,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1796,2023-07-10 13:51:01 -322490,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322491,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1802,2023-07-10 13:51:01 -322492,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322493,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322494,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1796,2023-07-10 13:51:01 -322495,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1797,2023-07-10 13:51:01 -322496,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322497,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322498,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322499,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322500,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 13:36:01,2023-07-10 13:51:01,71570,2023-07-10 13:51:01 -322501,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322502,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1797,2023-07-10 13:51:01 -322503,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,6301,2023-07-10 13:51:01 -322504,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,4498,2023-07-10 13:51:01 -322505,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,6301,2023-07-10 13:51:01 -322506,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322507,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322508,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322509,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,4493,2023-07-10 13:51:01 -322510,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322511,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,6290,2023-07-10 13:51:01 -322512,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322513,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322514,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,9884,2023-07-10 13:51:01 -322515,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322516,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,9884,2023-07-10 13:51:01 -322517,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 13:36:01,2023-07-10 13:51:01,6290,2023-07-10 13:51:01 -322518,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322519,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322520,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322521,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322522,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,1802,2023-07-10 13:51:01 -322523,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 13:36:01,2023-07-10 13:51:01,4498,2023-07-10 13:51:01 -322524,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322525,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 13:36:01,2023-07-10 13:51:01,0,2023-07-10 13:51:01 -322526,2023-07-10,40,UDM,,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,4496,2023-07-10 14:06:01 -322527,2023-07-10,40,UDM,,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322528,2023-07-10,40,UDM,,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1798,2023-07-10 14:06:01 -322529,2023-07-10,40,UDM,,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322530,2023-07-10,40,UDM,,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1798,2023-07-10 14:06:01 -322531,2023-07-10,40,UDM,,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322532,2023-07-10,40,UDM,,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1796,2023-07-10 14:06:01 -322533,2023-07-10,40,UDM,,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322534,2023-07-10,40,UDM,,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322535,2023-07-10,40,UDM,,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1798,2023-07-10 14:06:01 -322536,2023-07-10,40,UDM,,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-10 13:51:01,2023-07-10 14:06:01,71568,2023-07-10 14:06:01 -322537,2023-07-10,40,UDM,,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322538,2023-07-10,40,UDM,,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1796,2023-07-10 14:06:01 -322539,2023-07-10,40,UDM,,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,6294,2023-07-10 14:06:01 -322540,2023-07-10,40,UDM,,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322541,2023-07-10,40,UDM,,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322542,2023-07-10,40,UDM,,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322543,2023-07-10,40,UDM,,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322544,2023-07-10,40,UDM,,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322545,2023-07-10,40,UDM,,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,4496,2023-07-10 14:06:01 -322546,2023-07-10,40,UDM,,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,4496,2023-07-10 14:06:01 -322547,2023-07-10,40,UDM,,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,6294,2023-07-10 14:06:01 -322548,2023-07-10,40,UDM,,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322549,2023-07-10,40,UDM,,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322550,2023-07-10,40,UDM,,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,9884,2023-07-10 14:06:01 -322551,2023-07-10,40,UDM,,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322552,2023-07-10,40,UDM,,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,6292,2023-07-10 14:06:01 -322553,2023-07-10,40,UDM,,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322554,2023-07-10,40,UDM,,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322555,2023-07-10,40,UDM,,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322556,2023-07-10,40,UDM,,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322557,2023-07-10,40,UDM,,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322558,2023-07-10,40,UDM,,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,1798,2023-07-10 14:06:01 -322559,2023-07-10,40,UDM,,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,4496,2023-07-10 14:06:01 -322560,2023-07-10,40,UDM,,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-10 13:51:01,2023-07-10 14:06:01,9884,2023-07-10 14:06:01 -322561,2023-07-10,40,UDM,,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-10 13:51:01,2023-07-10 14:06:01,6292,2023-07-10 14:06:01 -322562,2023-07-10,40,UDM,,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322563,2023-07-10,40,UDM,,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322564,2023-07-10,40,UDM,,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-10 13:51:01,2023-07-10 14:06:01,0,2023-07-10 14:06:01 -322565,2023-07-12,38,AMF-SZ-01,46000-01,AMF,15M,AMFHA01,AMF.AuthReq,,2023-07-12 10:36:30,1970-01-01 00:00:00,99,2023-07-12 10:37:00 -322566,2023-07-22,44,AMF_001,1100RJHX1AMF001,AMF,30M,AMFHA01,AMF.AuthReq,,2023-07-22 17:02:03,1970-01-01 00:00:00,0,2023-07-22 17:03:00 -322567,2023-07-26,54,,,,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-26 11:32:35,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322568,2023-07-26,53,,,,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-26 11:32:31,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322569,2023-07-26,54,,,,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-26 11:32:35,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322570,2023-07-26,53,,,,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-26 11:32:31,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322571,2023-07-26,54,,,,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-26 11:32:35,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322572,2023-07-26,53,,,,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-26 11:32:31,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322573,2023-07-26,54,,,,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-26 11:32:35,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322574,2023-07-26,53,,,,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-26 11:32:31,1970-01-01 00:00:00,0,2023-07-26 11:45:00 -322575,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322576,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Dnn,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322577,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322578,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322579,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322580,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322581,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Ns,Total,2023-07-26 21:57:30,2023-07-26 22:15:00,0,2023-07-26 22:15:00 -322582,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322583,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Dnn,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322584,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322585,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322586,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Ns,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322587,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322588,2023-07-26,55,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-26 22:15:00,2023-07-26 22:30:00,0,2023-07-26 22:30:00 -322589,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322590,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322591,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322592,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322593,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322594,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322595,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322596,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322597,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322598,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322599,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322600,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322601,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322602,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 14:12:44,2023-07-27 14:28:00,70867,2023-07-27 14:28:00 -322603,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322604,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322605,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322606,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322607,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322608,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322609,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322610,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322611,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322612,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322613,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322614,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322615,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322616,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322617,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322618,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322619,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322620,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322621,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322622,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322623,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322624,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322625,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322626,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322627,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 14:12:44,2023-07-27 14:28:00,0,2023-07-27 14:28:00 -322628,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322629,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322630,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322631,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322632,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322633,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322634,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322635,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322636,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322637,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322638,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322639,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322640,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322641,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322642,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322643,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 14:28:00,2023-07-27 14:43:00,70867,2023-07-27 14:43:00 -322644,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322645,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322646,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322647,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322648,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322649,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322650,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322651,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322652,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322653,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322654,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322655,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322656,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322657,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322658,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322659,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322660,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322661,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322662,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322663,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322664,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322665,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322666,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 14:28:00,2023-07-27 14:43:00,0,2023-07-27 14:43:00 -322667,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322668,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322669,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322670,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322671,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322672,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322673,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322674,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322675,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322676,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322677,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322678,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322679,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322680,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322681,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322682,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322683,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322684,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322685,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322686,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322687,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322688,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322689,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322690,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322691,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322692,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322693,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322694,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322695,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322696,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322697,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322698,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322699,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322700,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 14:43:00,2023-07-27 14:58:00,70867,2023-07-27 14:58:00 -322701,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322702,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322703,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322704,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322705,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 14:43:00,2023-07-27 14:58:00,0,2023-07-27 14:58:00 -322706,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322707,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322708,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322709,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322710,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322711,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322712,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322713,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322714,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322715,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322716,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322717,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322718,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322719,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322720,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322721,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322722,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322723,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322724,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322725,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322726,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322727,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 14:58:00,2023-07-27 15:13:00,70867,2023-07-27 15:13:00 -322728,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322729,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322730,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322731,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322732,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322733,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322734,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322735,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322736,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322737,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322738,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322739,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322740,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322741,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322742,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322743,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322744,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 14:58:00,2023-07-27 15:13:00,0,2023-07-27 15:13:00 -322745,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322746,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322747,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322748,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322749,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322750,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322751,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322752,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322753,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322754,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322755,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322756,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322757,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322758,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322759,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322760,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322761,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 15:13:00,2023-07-27 15:28:00,70867,2023-07-27 15:28:00 -322762,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322763,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322764,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322765,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322766,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322767,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322768,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322769,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322770,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322771,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322772,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322773,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322774,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322775,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322776,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322777,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322778,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322779,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322780,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322781,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322782,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322783,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 15:13:00,2023-07-27 15:28:00,0,2023-07-27 15:28:00 -322784,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322785,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322786,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322787,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322788,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322789,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322790,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322791,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322792,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322793,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322794,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322795,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322796,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322797,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322798,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322799,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322800,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322801,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322802,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322803,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322804,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322805,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322806,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322807,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322808,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322809,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322810,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322811,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322812,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322813,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322814,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322815,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322816,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322817,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322818,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322819,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 15:28:00,2023-07-27 15:43:00,70867,2023-07-27 15:43:00 -322820,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322821,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322822,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 15:28:00,2023-07-27 15:43:00,0,2023-07-27 15:43:00 -322823,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA28,UDM.SmfUecmRegUserNotFound,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322824,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA30,UDM.SmfUecmRegRoamNotAllowed,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322825,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA31,UDM.SmfUecmRegDnnNotAllowed,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322826,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC01,Ausf.UeAuthReq,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322827,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC03,Ausf.UeAuthAnsUserNotFound,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322828,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA24,UDM.AmfUecmRegRoamNotAllowed,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322829,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA26,UDM.AmfUecmRegContextNotFound,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322830,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA29,UDM.SmfUecmRegUnknownSub,,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322831,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB02,UDR.5gSub,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322832,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA12,UDM.SdmGetSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322833,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA22,UDM.AmfUecmRegUnknownSub,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322834,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA15,UDM.SdmSubscrSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322835,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA17,UDM.SdmUnSubscrSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322836,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA19,UDM.SdmGetUserNotFound,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322837,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA23,UDM.AmfUecmRegNoPsSub,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322838,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHD01,ME.MeanMeLoad,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322839,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA06,UDM.AmfUecmDeregSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322840,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA08,UDM.SmfUecmRegSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322841,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB01,UDR.5gSupi,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322842,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA09,UDM.SmfUecmDeregReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322843,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA13,UDM.SdmNotif,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322844,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA03,UDM.AmfUecmRegUpdateReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322845,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA11,UDM.SdmGetReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322846,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA18,UDM.UecmDeregNotif,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322847,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA20,UDM.SdmGetDataNotFound,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322848,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA21,UDM.AmfUecmRegUserNotFound,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322849,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA01,UDM.AmfUecmRegReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322850,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA02,UDM.AmfUecmRegSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322851,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA27,UDM.AmfUecmRegReAuth,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322852,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA04,UDM.AmfUecmRegUpdateSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322853,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA25,UDM.AmfUecmRegRatNotAllowed,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322854,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA16,UDM.SdmUnSubscrReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322855,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHB03,UDR.5gActSub,total,2023-07-27 15:43:00,2023-07-27 15:58:00,70867,2023-07-27 15:58:00 -322856,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC04,Ausf.UeAuthAnsContextNotFound,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322857,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA07,UDM.SmfUecmRegReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322858,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA14,UDM.SdmSubscrReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322859,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHC02,Ausf.UeAuthAnsSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322860,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA05,UDM.AmfUecmDeregReq,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322861,2023-07-27,56,UDM_001,1100RJHX1UDM001,UDM,15M,UDMHA10,UDM.SmfUecmDeregSucc,total,2023-07-27 15:43:00,2023-07-27 15:58:00,0,2023-07-27 15:58:00 -322862,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322863,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322864,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322865,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322866,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322867,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 16:08:59,2023-07-27 16:30:00,0,2023-07-27 16:30:00 -322868,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322869,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322870,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322871,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322872,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322873,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 16:30:00,2023-07-27 16:45:00,0,2023-07-27 16:45:00 -322874,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322875,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322876,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322877,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322878,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322879,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 16:45:00,2023-07-27 17:00:00,0,2023-07-27 17:00:00 -322880,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322881,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322882,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322883,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322884,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322885,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 17:00:00,2023-07-27 17:15:00,0,2023-07-27 17:15:00 -322886,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322887,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322888,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322889,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322890,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322891,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 17:15:00,2023-07-27 17:30:00,0,2023-07-27 17:30:00 -322892,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322893,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322894,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322895,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322896,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322897,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 17:30:00,2023-07-27 17:45:00,0,2023-07-27 17:45:00 -322898,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322899,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322900,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322901,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322902,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322903,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 17:45:00,2023-07-27 18:00:00,0,2023-07-27 18:00:00 -322904,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322905,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322906,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322907,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322908,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322909,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 18:00:00,2023-07-27 18:15:00,0,2023-07-27 18:15:00 -322910,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322911,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322912,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322913,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322914,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322915,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 18:15:00,2023-07-27 18:30:00,0,2023-07-27 18:30:00 -322916,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322917,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322918,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322919,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322920,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322921,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 18:30:00,2023-07-27 18:45:00,0,2023-07-27 18:45:00 -322922,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322923,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322924,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322925,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322926,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322927,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 18:45:00,2023-07-27 19:00:00,0,2023-07-27 19:00:00 -322928,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322929,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322930,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322931,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322932,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322933,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 19:00:00,2023-07-27 19:15:00,0,2023-07-27 19:15:00 -322934,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322935,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322936,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322937,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322938,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322939,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 19:15:00,2023-07-27 19:30:00,0,2023-07-27 19:30:00 -322940,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322941,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322942,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322943,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322944,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322945,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 19:30:00,2023-07-27 19:45:00,0,2023-07-27 19:45:00 -322946,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322947,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322948,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322949,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322950,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322951,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 19:45:00,2023-07-27 20:00:00,0,2023-07-27 20:00:00 -322952,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322953,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322954,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322955,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322956,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322957,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 20:00:00,2023-07-27 20:15:00,0,2023-07-27 20:15:00 -322958,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322959,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322960,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322961,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322962,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322963,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 20:15:00,2023-07-27 20:30:00,0,2023-07-27 20:30:00 -322964,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322965,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322966,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322967,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322968,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322969,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 20:30:00,2023-07-27 20:45:00,0,2023-07-27 20:45:00 -322970,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322971,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322972,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322973,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322974,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322975,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 20:45:00,2023-07-27 21:00:00,0,2023-07-27 21:00:00 -322976,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322977,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322978,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322979,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322980,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322981,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 21:00:00,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322982,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,4,2023-07-27 21:15:00 -322983,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322984,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,4,2023-07-27 21:15:00 -322985,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322986,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322987,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322988,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322989,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 20:51:31,2023-07-27 21:15:00,0,2023-07-27 21:15:00 -322990,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322991,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322992,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322993,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322994,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322995,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322996,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322997,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322998,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -322999,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -323000,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -323001,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -323002,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -323003,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 21:15:00,2023-07-27 21:30:00,0,2023-07-27 21:30:00 -323004,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323005,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323006,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323007,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323008,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323009,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323010,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323011,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323012,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323013,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323014,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323015,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323016,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323017,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 21:30:00,2023-07-27 21:45:00,0,2023-07-27 21:45:00 -323018,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323019,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323020,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323021,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323022,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323023,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323024,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323025,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323026,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323027,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323028,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323029,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323030,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323031,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 21:45:00,2023-07-27 22:00:00,0,2023-07-27 22:00:00 -323032,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323033,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323034,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323035,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323036,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323037,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323038,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323039,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323040,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,2,2023-07-27 22:15:00 -323041,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323042,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323043,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,2,2023-07-27 22:15:00 -323044,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323045,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 22:00:00,2023-07-27 22:15:00,0,2023-07-27 22:15:00 -323046,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323047,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323048,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323049,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323050,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323051,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323052,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323053,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323054,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323055,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323056,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323057,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323058,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323059,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 22:15:00,2023-07-27 22:30:00,0,2023-07-27 22:30:00 -323060,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323061,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323062,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323063,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323064,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323065,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323066,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323067,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323068,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323069,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323070,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323071,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323072,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323073,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:30:00,2023-07-27 22:45:00,0,2023-07-27 22:45:00 -323074,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323075,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323076,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323077,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA04,UPF.PfcpSessionModifyReq._Ns,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323078,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323079,2023-07-27,57,UPF_SZ_RD109,109UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323080,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc._Ns,,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323081,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA02,UPF.PfcpSessionEstabSucc,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323082,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323083,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA03,UPF.PfcpSessionEstabFail._Cause,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323084,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail._Ns,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323085,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA06,UPF.PfcpSessionModifyFail,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323086,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323087,2023-07-27,58,UPF_SZ_TEST_239,239UPF,UPF,15M,UPFHA01,UPF.PfcpSessionEstabReq._Ns,Total,2023-07-27 22:45:00,2023-07-27 23:00:00,0,2023-07-27 23:00:00 -323088,2023-07-28,59,AMF_SZ_T01,1,AMF,15M,AMFHA01,AMF.AuthReq,,2023-07-28 16:02:58,2023-07-28 16:18:00,0,2023-07-28 16:18:00 diff --git a/restagent/database/operation_log-20230810002500.csv b/restagent/database/operation_log-20230810002500.csv deleted file mode 100644 index ff000f77..00000000 --- a/restagent/database/operation_log-20230810002500.csv +++ /dev/null @@ -1,557 +0,0 @@ -op_id,account_name,op_ip,subsys_tag,op_type,op_content,op_result,begin_time,end_time,vnf_flag,log_time -36,user3,192.168.21.119,OMC,UPDATE,Confirm alarm,Operation failed,2023-05-15 10:23:40,2023-05-15 10:23:41,1,2023-07-26 23:24:32 -37,user3,192.168.21.119,OMC,UPDATE,Confirm alarm,Operation successful,2023-05-15 10:29:13,2023-05-15 10:29:14,1,2023-07-26 23:24:32 -38,user1,192.168.21.119,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-05-15 10:29:27,2023-05-15 10:29:27,1,2023-07-26 23:24:32 -39,user1,192.168.30.3,,SELECT,SELECTUPF_SZ_RD109 Information,Operation successful,2023-05-16 21:40:28,2023-05-16 21:40:28,1,2023-07-26 23:24:32 -40,user1,192.168.30.3,,SELECT,SELECTUDM_SZ_01 Information,Operation successful,2023-05-16 21:52:15,2023-05-16 21:52:15,1,2023-07-26 23:24:32 -41,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-05-17 10:22:28,2023-05-17 10:22:29,1,2023-07-26 23:24:32 -42,user1,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-05-17 10:22:32,2023-05-17 10:22:33,1,2023-07-26 23:24:32 -43,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-05-17 10:22:53,2023-05-17 10:22:54,1,2023-07-26 23:24:32 -44,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-05-17 10:23:21,2023-05-17 10:23:22,1,2023-07-26 23:24:32 -45,user1,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-05-19 09:41:28,2023-05-19 09:42:00,1,2023-07-26 23:24:32 -46,user3,192.168.21.139,OMC,UPDATE,Confirm alarm,Operation successful,2023-05-26 16:43:00,2023-05-26 16:43:01,1,2023-07-26 23:24:32 -47,user1,192.168.21.139,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-05-27 11:15:09,2023-05-27 11:15:09,1,2023-07-26 23:24:32 -48,user1,192.168.21.139,,SELECT,SELECTSMF_SZ_02 Information,Operation successful,2023-05-30 11:42:55,2023-05-30 11:42:55,1,2023-07-26 23:24:32 -49,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-06-02 10:34:25,2023-06-02 10:34:26,1,2023-07-26 23:24:32 -50,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-06-02 15:24:21,2023-06-02 15:24:22,1,2023-07-26 23:24:32 -51,user1,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-06-02 15:24:28,2023-06-02 15:24:29,1,2023-07-26 23:24:32 -52,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation failed,2023-06-07 14:32:26,2023-06-07 14:32:26,1,2023-07-26 23:24:32 -53,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation failed,2023-06-07 14:33:16,2023-06-07 14:33:16,1,2023-07-26 23:24:32 -54,user3,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-06-07 14:33:34,2023-06-07 14:33:34,1,2023-07-26 23:24:32 -55,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation failed,2023-06-07 14:34:20,2023-06-07 14:34:20,1,2023-07-26 23:24:32 -56,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-06-07 14:34:47,2023-06-07 14:34:47,1,2023-07-26 23:24:32 -57,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-06-08 11:05:02,2023-06-08 11:05:02,1,2023-07-26 23:24:32 -58,user1,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-06-09 18:39:05,2023-06-09 18:39:07,1,2023-07-26 23:24:32 -59,user1,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-06-09 18:41:41,2023-06-09 18:41:42,1,2023-07-26 23:24:32 -60,user1,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-06-09 18:42:06,2023-06-09 18:42:06,1,2023-07-26 23:24:32 -61,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-06-30 10:01:54,2023-06-30 10:01:55,1,2023-07-26 23:24:32 -62,user1,192.168.30.3,,SELECT,SELECTEMS_SZ_T01 Information,Operation successful,2023-07-03 14:18:46,2023-07-03 14:18:46,1,2023-07-26 23:24:32 -63,user1,192.168.30.3,,SELECT,SELECTEMS_SZ_T01 Information,Operation successful,2023-07-03 14:21:11,2023-07-03 14:21:11,1,2023-07-26 23:24:32 -64,user1,192.168.30.3,,SELECT,SELECTEMS_SZ_T01 Information,Operation successful,2023-07-03 14:22:14,2023-07-03 14:22:14,1,2023-07-26 23:24:32 -65,user1,192.168.30.3,,SELECT,SELECTEMS_SZ_T01 Information,Operation successful,2023-07-03 14:27:36,2023-07-03 14:27:36,1,2023-07-26 23:24:32 -66,user1,192.168.30.3,,SELECT,SELECTEMS_SZ_T01 Information,Operation successful,2023-07-03 14:28:34,2023-07-03 14:28:34,1,2023-07-26 23:24:32 -67,user1,192.168.30.3,,SELECT,SELECTUDM_SZ_01 Information,Operation successful,2023-07-03 14:28:57,2023-07-03 14:28:57,1,2023-07-26 23:24:32 -68,user1,192.168.30.3,,SELECT,SELECTEMS/SZ_T01 Information,Operation successful,2023-07-03 14:31:14,2023-07-03 14:31:14,1,2023-07-26 23:24:32 -69,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_02 Information,Operation successful,2023-07-03 14:31:31,2023-07-03 14:31:31,1,2023-07-26 23:24:32 -70,user1,192.168.30.3,,SELECT,SELECTEMS/SZ_T01 Information,Operation successful,2023-07-03 14:31:57,2023-07-03 14:31:57,1,2023-07-26 23:24:32 -71,user1,192.168.30.3,,SELECT,SELECTEMS/SZ_T01 Information,Operation successful,2023-07-03 14:33:55,2023-07-03 14:33:55,1,2023-07-26 23:24:32 -72,user1,192.168.30.3,,SELECT,SELECTEMS/SZ_T01 Information,Operation successful,2023-07-03 14:36:20,2023-07-03 14:36:20,1,2023-07-26 23:24:32 -73,admin,192.168.30.3,OMC,DELETE,Successfully deleted the network element,Operation successful,2023-07-03 16:21:02,2023-07-03 16:21:06,1,2023-07-26 23:24:32 -74,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:15:42,2023-07-05 16:15:42,1,2023-07-26 23:24:32 -75,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:15:53,2023-07-05 16:15:53,1,2023-07-26 23:24:32 -76,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:16:17,2023-07-05 16:16:17,1,2023-07-26 23:24:32 -77,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:26:10,2023-07-05 16:26:10,1,2023-07-26 23:24:32 -78,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:26:55,2023-07-05 16:26:55,1,2023-07-26 23:24:32 -79,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:28:03,2023-07-05 16:28:03,1,2023-07-26 23:24:32 -80,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:28:16,2023-07-05 16:28:16,1,2023-07-26 23:24:32 -81,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:28:23,2023-07-05 16:28:23,1,2023-07-26 23:24:32 -82,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:29:18,2023-07-05 16:29:18,1,2023-07-26 23:24:32 -83,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:30:50,2023-07-05 16:30:50,1,2023-07-26 23:24:32 -84,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:30:57,2023-07-05 16:30:57,1,2023-07-26 23:24:32 -85,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:31:09,2023-07-05 16:31:09,1,2023-07-26 23:24:32 -86,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:31:22,2023-07-05 16:31:22,1,2023-07-26 23:24:32 -87,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:31:29,2023-07-05 16:31:29,1,2023-07-26 23:24:32 -88,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:32:59,2023-07-05 16:32:59,1,2023-07-26 23:24:32 -89,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:52:59,2023-07-05 16:52:59,1,2023-07-26 23:24:32 -90,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-05 16:56:49,2023-07-05 16:56:49,1,2023-07-26 23:24:32 -91,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:56:53,2023-07-05 16:56:53,1,2023-07-26 23:24:32 -92,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:57:22,2023-07-05 16:57:22,1,2023-07-26 23:24:32 -93,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-05 16:57:25,2023-07-05 16:57:25,1,2023-07-26 23:24:32 -94,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:316,Operation successful,2023-07-05 17:52:43,2023-07-05 17:52:43,1,2023-07-26 23:24:32 -95,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:1,Operation successful,2023-07-05 17:54:40,2023-07-05 17:54:40,1,2023-07-26 23:24:32 -96,admin,192.168.30.3,OMC,EXPORT,Export failed,Operation successful,2023-07-05 17:55:41,2023-07-05 17:55:41,1,2023-07-26 23:24:32 -97,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:1,Operation successful,2023-07-05 17:55:51,2023-07-05 17:55:51,1,2023-07-26 23:24:32 -98,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:81,Operation successful,2023-07-05 17:56:30,2023-07-05 17:56:30,1,2023-07-26 23:24:32 -99,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:316,Operation successful,2023-07-05 17:58:13,2023-07-05 17:58:14,1,2023-07-26 23:24:32 -100,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:74,Operation successful,2023-07-05 17:58:32,2023-07-05 17:58:32,1,2023-07-26 23:24:32 -101,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:125,Operation successful,2023-07-05 18:01:41,2023-07-05 18:01:42,1,2023-07-26 23:24:32 -102,admin,192.168.30.3,OMC,UPDATE,Failed to modify AMF_SZ_T01,Operation failed,2023-07-06 18:51:11,2023-07-06 18:51:11,1,2023-07-26 23:24:32 -103,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:34:36,2023-07-06 19:34:36,1,2023-07-26 23:24:32 -104,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:35:14,2023-07-06 19:35:14,1,2023-07-26 23:24:32 -105,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:35:34,2023-07-06 19:35:34,1,2023-07-26 23:24:32 -106,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:41:31,2023-07-06 19:41:31,1,2023-07-26 23:24:32 -107,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:42:04,2023-07-06 19:42:04,1,2023-07-26 23:24:32 -108,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-06 19:42:09,2023-07-06 19:42:10,1,2023-07-26 23:24:32 -109,admin,192.168.30.3,OMC,ADD,Adding network element SMF failed,Operation failed,2023-07-06 19:42:40,2023-07-06 19:42:40,1,2023-07-26 23:24:32 -110,admin,192.168.30.3,OMC,ADD,Successfully added network element SMF,Operation successful,2023-07-06 19:43:47,2023-07-06 19:43:47,1,2023-07-26 23:24:32 -111,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_07,Operation successful,2023-07-06 19:43:56,2023-07-06 19:43:56,1,2023-07-26 23:24:32 -112,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:17:41,2023-07-06 20:17:41,1,2023-07-26 23:24:32 -113,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:39:44,2023-07-06 20:39:44,1,2023-07-26 23:24:32 -114,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:42:08,2023-07-06 20:42:08,1,2023-07-26 23:24:32 -115,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:42:50,2023-07-06 20:42:50,1,2023-07-26 23:24:32 -116,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:42:59,2023-07-06 20:42:59,1,2023-07-26 23:24:32 -117,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:44:05,2023-07-06 20:44:05,1,2023-07-26 23:24:32 -118,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:45:03,2023-07-06 20:45:03,1,2023-07-26 23:24:32 -119,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-06 20:47:26,2023-07-06 20:47:26,1,2023-07-26 23:24:32 -120,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-10 09:18:37,2023-07-10 09:18:37,1,2023-07-26 23:24:32 -121,admin,192.168.30.3,OMC,UPDATE,Successfully modified AMF_SZ_T01,Operation successful,2023-07-10 09:20:16,2023-07-10 09:20:17,1,2023-07-26 23:24:32 -122,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:32:20,2023-07-11 14:32:25,1,2023-07-26 23:24:32 -123,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:38:55,2023-07-11 14:39:00,1,2023-07-26 23:24:32 -124,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:40:03,2023-07-11 14:40:07,1,2023-07-26 23:24:32 -125,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:41:34,2023-07-11 14:41:38,1,2023-07-26 23:24:32 -126,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:41:42,2023-07-11 14:41:47,1,2023-07-26 23:24:32 -127,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:42:16,2023-07-11 14:42:20,1,2023-07-26 23:24:32 -128,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:43:17,2023-07-11 14:43:21,1,2023-07-26 23:24:32 -129,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 14:43:36,2023-07-11 14:43:40,1,2023-07-26 23:24:32 -130,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 15:01:19,2023-07-11 15:01:24,1,2023-07-26 23:24:32 -131,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 15:02:53,2023-07-11 15:02:57,1,2023-07-26 23:24:32 -132,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 15:03:24,2023-07-11 15:03:29,1,2023-07-26 23:24:32 -133,admin,192.168.30.3,OMC,UPDATE,Failed to modify tracking task,Operation successful,2023-07-11 15:05:52,2023-07-11 15:05:56,1,2023-07-26 23:24:32 -134,admin,192.168.30.3,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-11 15:11:58,2023-07-11 15:11:58,1,2023-07-26 23:24:32 -135,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-11 15:49:09,2023-07-11 15:49:10,1,2023-07-26 23:24:32 -136,admin,192.168.30.3,OMC,DELETE,Successfully deleted the network element,Operation successful,2023-07-11 15:51:37,2023-07-11 15:51:41,1,2023-07-26 23:24:32 -137,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-11 16:00:28,2023-07-11 16:00:31,1,2023-07-26 23:24:32 -138,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-11 16:10:06,2023-07-11 16:10:06,1,2023-07-26 23:24:32 -139,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-11 18:56:56,2023-07-11 18:56:56,1,2023-07-26 23:24:32 -140,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-11 18:57:00,2023-07-11 18:57:00,1,2023-07-26 23:24:32 -141,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-12 10:42:48,2023-07-12 10:42:48,1,2023-07-26 23:24:32 -142,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-12 10:45:26,2023-07-12 10:45:26,1,2023-07-26 23:24:32 -143,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-12 10:45:42,2023-07-12 10:45:42,1,2023-07-26 23:24:32 -144,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-12 14:40:33,2023-07-12 14:40:33,1,2023-07-26 23:24:32 -145,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-13 15:48:35,2023-07-13 15:48:35,1,2023-07-26 23:24:32 -146,user1,192.168.30.3,,SELECT,SELECTUPF/SZ_01 Information,Operation successful,2023-07-13 15:49:57,2023-07-13 15:49:57,1,2023-07-26 23:24:32 -147,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-14 09:45:37,2023-07-14 09:45:37,1,2023-07-26 23:24:32 -148,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:36:19,2023-07-14 10:36:19,1,2023-07-26 23:24:32 -149,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:36:27,2023-07-14 10:36:27,1,2023-07-26 23:24:32 -150,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:36:38,2023-07-14 10:36:38,1,2023-07-26 23:24:32 -151,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:36:43,2023-07-14 10:36:43,1,2023-07-26 23:24:32 -152,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:36:52,2023-07-14 10:36:52,1,2023-07-26 23:24:32 -153,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 10:37:04,2023-07-14 10:37:04,1,2023-07-26 23:24:32 -154,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-14 10:50:06,2023-07-14 10:50:07,1,2023-07-26 23:24:32 -155,admin,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-07-14 11:20:44,2023-07-14 11:20:51,1,2023-07-26 23:24:32 -156,admin,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-07-14 11:21:57,2023-07-14 11:21:58,1,2023-07-26 23:24:32 -157,admin,192.168.30.3,OMC,UPDATE,Cancel alarm confirmation,Operation successful,2023-07-14 11:25:10,2023-07-14 11:25:10,1,2023-07-26 23:24:32 -158,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:27:34,2023-07-14 11:27:34,1,2023-07-26 23:24:32 -159,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:32:44,2023-07-14 11:32:44,1,2023-07-26 23:24:32 -160,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:34:35,2023-07-14 11:34:35,1,2023-07-26 23:24:32 -161,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:34:41,2023-07-14 11:34:41,1,2023-07-26 23:24:32 -162,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:35:23,2023-07-14 11:35:23,1,2023-07-26 23:24:32 -163,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-14 11:35:27,2023-07-14 11:35:27,1,2023-07-26 23:24:32 -164,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 14:50:11,2023-07-14 14:50:11,1,2023-07-26 23:24:32 -165,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:32:22,2023-07-14 15:32:22,1,2023-07-26 23:24:32 -166,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:33:49,2023-07-14 15:33:49,1,2023-07-26 23:24:32 -167,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:33:57,2023-07-14 15:33:57,1,2023-07-26 23:24:32 -168,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:34:38,2023-07-14 15:34:38,1,2023-07-26 23:24:32 -169,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:34:59,2023-07-14 15:34:59,1,2023-07-26 23:24:32 -170,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:35:01,2023-07-14 15:35:01,1,2023-07-26 23:24:32 -171,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-14 15:35:05,2023-07-14 15:35:05,1,2023-07-26 23:24:32 -172,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-17 16:34:07,2023-07-17 16:34:08,1,2023-07-26 23:24:32 -173,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-17 18:03:46,2023-07-17 18:03:47,1,2023-07-26 23:24:32 -174,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-17 19:21:50,2023-07-17 19:21:57,1,2023-07-26 23:24:32 -175,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 11:34:51,2023-07-18 11:34:52,1,2023-07-26 23:24:32 -176,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 11:38:47,2023-07-18 11:38:48,1,2023-07-26 23:24:32 -177,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-18 14:29:19,2023-07-18 14:29:19,1,2023-07-26 23:24:32 -178,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 14:47:19,2023-07-18 14:47:26,1,2023-07-26 23:24:32 -179,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 14:48:44,2023-07-18 14:48:44,1,2023-07-26 23:24:32 -180,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 14:49:44,2023-07-18 14:49:47,1,2023-07-26 23:24:32 -181,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 14:52:28,2023-07-18 14:52:29,1,2023-07-26 23:24:32 -182,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 14:53:49,2023-07-18 14:53:50,1,2023-07-26 23:24:32 -183,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 15:00:25,2023-07-18 15:00:25,1,2023-07-26 23:24:32 -184,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 15:02:47,2023-07-18 15:02:47,1,2023-07-26 23:24:32 -185,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 15:06:23,2023-07-18 15:06:23,1,2023-07-26 23:24:32 -186,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-18 15:07:48,2023-07-18 15:07:48,1,2023-07-26 23:24:32 -187,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 15:08:20,2023-07-18 15:08:21,1,2023-07-26 23:24:32 -188,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-18 15:08:25,2023-07-18 15:08:25,1,2023-07-26 23:24:32 -189,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-18 15:38:16,2023-07-18 15:38:16,1,2023-07-26 23:24:32 -190,admin,192.168.30.3,OMC,ADD,Adding user successful,password is ******,Operation successful,2023-07-20 14:40:30,2023-07-20 14:40:30,1,2023-07-26 23:24:32 -191,admin,192.168.30.3,OMC,DELETE,DELETE user successful,Operation successful,2023-07-20 14:46:05,2023-07-20 14:46:06,1,2023-07-26 23:24:32 -192,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-20 17:10:10,2023-07-20 17:10:10,1,2023-07-26 23:24:32 -193,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-20 17:10:41,2023-07-20 17:10:41,1,2023-07-26 23:24:32 -194,admin,192.168.30.3,OMC,DELETE,DELETE user successful,Operation successful,2023-07-20 17:11:30,2023-07-20 17:11:31,1,2023-07-26 23:24:32 -195,admin,192.168.30.3,OMC,DELETE,DELETE user successful,Operation successful,2023-07-20 17:11:31,2023-07-20 17:11:32,1,2023-07-26 23:24:32 -196,admin,192.168.30.3,OMC,UPDATE,Confirm alarm,Operation successful,2023-07-20 19:27:21,2023-07-20 19:27:21,1,2023-07-26 23:24:32 -197,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-20 20:40:46,2023-07-20 20:40:46,1,2023-07-26 23:24:32 -198,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-20 20:40:49,2023-07-20 20:40:49,1,2023-07-26 23:24:32 -199,user1,192.168.30.3,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-20 20:41:42,2023-07-20 20:41:42,1,2023-07-26 23:24:32 -200,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-21 10:53:05,2023-07-21 10:53:05,1,2023-07-26 23:24:32 -201,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-21 11:10:19,2023-07-21 11:10:19,1,2023-07-26 23:24:32 -202,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-21 11:10:44,2023-07-21 11:10:44,1,2023-07-26 23:24:32 -203,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-21 11:10:48,2023-07-21 11:10:48,1,2023-07-26 23:24:32 -204,admin,192.168.30.3,OMC,EXPORT,Export ofUDMconfiguration file failed,Operation successful,2023-07-21 11:10:51,2023-07-21 11:10:51,1,2023-07-26 23:24:32 -205,admin,192.168.30.3,OMC,EXPORT,Successfully exportedUDMconfiguration file,Operation successful,2023-07-21 11:13:14,2023-07-21 11:13:14,1,2023-07-26 23:24:32 -206,admin,192.168.30.3,NF,DELETE,Successfully deleted the network element configuration file ,Operation successful,2023-07-21 11:36:19,2023-07-21 11:36:21,1,2023-07-26 23:24:32 -207,user1,192.168.30.3,,SELECT,SELECTSMF/SZ_01 Information,Operation successful,2023-07-21 14:17:23,2023-07-21 14:17:23,1,2023-07-26 23:24:32 -208,admin,192.168.30.3,OMC,EXPORT,Successfully exportedSMFconfiguration file,Operation successful,2023-07-21 15:59:32,2023-07-21 15:59:32,1,2023-07-26 23:24:32 -209,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-24 10:45:14,2023-07-24 10:45:15,1,2023-07-26 23:24:32 -210,user1,192.168.30.3,,SELECT,SELECTUPF/UPF_SZ_RD_109 Information,Operation successful,2023-07-24 11:16:52,2023-07-24 11:16:52,1,2023-07-26 23:24:32 -211,user1,192.168.30.3,,SELECT,SELECTUPF/UPF_SZ_RD_109 Information,Operation successful,2023-07-24 11:17:01,2023-07-24 11:17:01,1,2023-07-26 23:24:32 -212,user1,192.168.30.3,,SELECT,SELECTUPF/SZ_01 Information,Operation successful,2023-07-24 11:17:09,2023-07-24 11:17:09,1,2023-07-26 23:24:32 -213,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-24 11:17:58,2023-07-24 11:17:59,1,2023-07-26 23:24:32 -214,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-24 11:18:06,2023-07-24 11:18:07,1,2023-07-26 23:24:32 -215,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-24 11:18:12,2023-07-24 11:18:13,1,2023-07-26 23:24:32 -216,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:30:05,2023-07-24 14:30:05,1,2023-07-26 23:24:32 -217,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:30:30,2023-07-24 14:30:30,1,2023-07-26 23:24:32 -218,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:45:28,2023-07-24 14:45:28,1,2023-07-26 23:24:32 -219,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:45:35,2023-07-24 14:45:35,1,2023-07-26 23:24:32 -220,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:45:51,2023-07-24 14:45:51,1,2023-07-26 23:24:32 -221,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 14:46:21,2023-07-24 14:46:21,1,2023-07-26 23:24:32 -222,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:21:56,2023-07-24 15:21:56,1,2023-07-26 23:24:32 -223,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:02,2023-07-24 15:22:02,1,2023-07-26 23:24:32 -224,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:05,2023-07-24 15:22:05,1,2023-07-26 23:24:32 -225,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:09,2023-07-24 15:22:09,1,2023-07-26 23:24:32 -226,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:14,2023-07-24 15:22:14,1,2023-07-26 23:24:32 -227,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:16,2023-07-24 15:22:16,1,2023-07-26 23:24:32 -228,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-24 15:22:18,2023-07-24 15:22:18,1,2023-07-26 23:24:32 -229,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 15:39:52,2023-07-24 15:39:52,1,2023-07-26 23:24:32 -230,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 15:56:50,2023-07-24 15:56:50,1,2023-07-26 23:24:32 -231,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:00:06,2023-07-24 16:00:06,1,2023-07-26 23:24:32 -232,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:01:33,2023-07-24 16:01:33,1,2023-07-26 23:24:32 -233,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:04:33,2023-07-24 16:04:33,1,2023-07-26 23:24:32 -234,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:11:41,2023-07-24 16:11:41,1,2023-07-26 23:24:32 -235,admin,192.168.30.3,OMC,EXPORT,Number of successfully exported alarm messages:312,Operation successful,2023-07-24 16:13:45,2023-07-24 16:13:45,1,2023-07-26 23:24:32 -236,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:13:53,2023-07-24 16:13:53,1,2023-07-26 23:24:32 -237,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:14:55,2023-07-24 16:14:56,1,2023-07-26 23:24:32 -238,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:16:36,2023-07-24 16:16:36,1,2023-07-26 23:24:32 -239,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:20:49,2023-07-24 16:20:49,1,2023-07-26 23:24:32 -240,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:22:39,2023-07-24 16:22:39,1,2023-07-26 23:24:32 -241,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:26:59,2023-07-24 16:26:59,1,2023-07-26 23:24:32 -242,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:32:14,2023-07-24 16:32:15,1,2023-07-26 23:24:32 -243,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:50:12,2023-07-24 16:50:12,1,2023-07-26 23:24:32 -244,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 16:50:31,2023-07-24 16:50:31,1,2023-07-26 23:24:32 -245,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:02:39,2023-07-24 17:02:39,1,2023-07-26 23:24:32 -246,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:03:30,2023-07-24 17:03:30,1,2023-07-26 23:24:32 -247,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:03:36,2023-07-24 17:03:36,1,2023-07-26 23:24:32 -248,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:03:43,2023-07-24 17:03:44,1,2023-07-26 23:24:32 -249,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:05:57,2023-07-24 17:05:57,1,2023-07-26 23:24:32 -250,admin,192.168.30.3,OMC,UPDATE,Successfully modified SMF_SZ_01,Operation successful,2023-07-24 17:06:19,2023-07-24 17:06:19,1,2023-07-26 23:24:32 -251,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-24 17:13:17,2023-07-24 17:13:17,1,2023-07-26 23:24:32 -252,admin,192.168.30.3,OMC,UPDATE,Successfully modified UDM_SZ_02,Operation successful,2023-07-24 18:18:16,2023-07-24 18:18:16,1,2023-07-26 23:24:32 -253,admin,192.168.30.3,OMC,UPDATE,Successfully modified UDM_SZ_02,Operation successful,2023-07-24 18:18:31,2023-07-24 18:18:31,1,2023-07-26 23:24:32 -254,admin,192.168.30.3,OMC,SET,Failed to set alarm color,Operation failed,2023-07-25 14:47:13,2023-07-25 14:47:13,1,2023-07-26 23:24:32 -255,admin,192.168.30.3,OMC,SET,Failed to set alarm color,Operation failed,2023-07-25 14:56:10,2023-07-25 14:56:10,1,2023-07-26 23:24:32 -256,admin,192.168.30.3,OMC,SET,Failed to set alarm color,Operation failed,2023-07-25 15:08:06,2023-07-25 15:08:06,1,2023-07-26 23:24:32 -257,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 17:21:25,2023-07-25 17:21:25,1,2023-07-26 23:24:32 -258,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 17:21:57,2023-07-25 17:21:57,1,2023-07-26 23:24:32 -259,admin,192.168.30.3,OMC,SET,Successfully set the config for the alarm ,Operation successful,2023-07-25 17:58:07,2023-07-25 17:58:07,1,2023-07-26 23:24:32 -260,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 18:15:53,2023-07-25 18:15:53,1,2023-07-26 23:24:32 -261,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 18:17:26,2023-07-25 18:17:26,1,2023-07-26 23:24:32 -262,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 18:19:01,2023-07-25 18:19:01,1,2023-07-26 23:24:32 -263,admin,192.168.30.3,OMC,SET,Successfully set alarm color,Operation successful,2023-07-25 18:22:50,2023-07-25 18:22:50,1,2023-07-26 23:24:32 -264,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-25 20:58:39,2023-07-25 20:58:39,1,2023-07-26 23:24:32 -265,admin,192.168.30.3,OMC,UPDATE,DELETE alarmInfo,Operation successful,2023-07-25 21:01:33,2023-07-25 21:01:34,1,2023-07-26 23:24:32 -266,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:14:29,2023-07-25 21:14:29,1,2023-07-26 23:24:32 -267,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:29:17,2023-07-25 21:29:17,1,2023-07-26 23:24:32 -268,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:29:24,2023-07-25 21:29:24,1,2023-07-26 23:24:32 -269,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:30:25,2023-07-25 21:30:25,1,2023-07-26 23:24:32 -270,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:30:32,2023-07-25 21:30:32,1,2023-07-26 23:24:32 -271,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:30:45,2023-07-25 21:30:45,1,2023-07-26 23:24:32 -272,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:32:48,2023-07-25 21:32:48,1,2023-07-26 23:24:32 -273,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:33:42,2023-07-25 21:33:42,1,2023-07-26 23:24:32 -274,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:35:24,2023-07-25 21:35:24,1,2023-07-26 23:24:32 -275,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:35:42,2023-07-25 21:35:42,1,2023-07-26 23:24:32 -276,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:36:07,2023-07-25 21:36:07,1,2023-07-26 23:24:32 -277,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:36:18,2023-07-25 21:36:18,1,2023-07-26 23:24:32 -278,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:36:26,2023-07-25 21:36:26,1,2023-07-26 23:24:32 -279,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 21:38:01,2023-07-25 21:38:01,1,2023-07-26 23:24:32 -280,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:02,2023-07-25 22:03:03,1,2023-07-26 23:24:32 -281,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:11,2023-07-25 22:03:11,1,2023-07-26 23:24:32 -282,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:14,2023-07-25 22:03:14,1,2023-07-26 23:24:32 -283,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:17,2023-07-25 22:03:17,1,2023-07-26 23:24:32 -284,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:36,2023-07-25 22:03:36,1,2023-07-26 23:24:32 -285,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:38,2023-07-25 22:03:38,1,2023-07-26 23:24:32 -286,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:42,2023-07-25 22:03:42,1,2023-07-26 23:24:32 -287,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:03:49,2023-07-25 22:03:49,1,2023-07-26 23:24:32 -288,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:04:15,2023-07-25 22:04:15,1,2023-07-26 23:24:32 -289,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:04:36,2023-07-25 22:04:36,1,2023-07-26 23:24:32 -290,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:04:42,2023-07-25 22:04:42,1,2023-07-26 23:24:32 -291,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:04:51,2023-07-25 22:04:51,1,2023-07-26 23:24:32 -292,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:04:54,2023-07-25 22:04:54,1,2023-07-26 23:24:32 -293,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:05:00,2023-07-25 22:05:00,1,2023-07-26 23:24:32 -294,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:05:04,2023-07-25 22:05:04,1,2023-07-26 23:24:32 -295,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:05:37,2023-07-25 22:05:37,1,2023-07-26 23:24:32 -296,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:06:11,2023-07-25 22:06:11,1,2023-07-26 23:24:32 -297,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:15:30,2023-07-25 22:15:30,1,2023-07-26 23:24:32 -298,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:15:44,2023-07-25 22:15:44,1,2023-07-26 23:24:32 -299,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:16:42,2023-07-25 22:16:42,1,2023-07-26 23:24:32 -300,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-07-25 22:16:47,2023-07-25 22:16:47,1,2023-07-26 23:24:32 -301,admin,192.168.21.129,OMC,EXPORT,Number of successfully exported alarm messages:317,Operation successful,2023-07-26 09:58:22,2023-07-26 09:58:22,1,2023-07-26 23:24:32 -302,admin,192.168.21.129,OMC,EXPORT,Number of successfully exported alarm messages:318,Operation successful,2023-07-26 14:09:03,2023-07-26 14:09:04,1,2023-07-26 23:24:32 -303,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 14:57:50,2023-07-26 14:57:50,0,2023-07-26 23:24:32 -304,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:00:50,2023-07-26 15:00:51,0,2023-07-26 23:24:32 -305,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:03:59,2023-07-26 15:03:59,0,2023-07-26 23:24:32 -306,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:05:14,2023-07-26 15:05:14,0,2023-07-26 23:24:32 -307,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:06,2023-07-26 15:07:06,0,2023-07-26 23:24:32 -308,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:23,2023-07-26 15:07:23,0,2023-07-26 23:24:32 -309,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:37,2023-07-26 15:07:37,0,2023-07-26 23:24:32 -310,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:40,2023-07-26 15:07:40,0,2023-07-26 23:24:32 -311,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:46,2023-07-26 15:07:46,0,2023-07-26 23:24:32 -312,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:49,2023-07-26 15:07:49,0,2023-07-26 23:24:32 -313,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:54,2023-07-26 15:07:54,0,2023-07-26 23:24:32 -314,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:07:58,2023-07-26 15:07:58,0,2023-07-26 23:24:32 -315,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:08:04,2023-07-26 15:08:04,0,2023-07-26 23:24:32 -316,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:08:19,2023-07-26 15:08:19,0,2023-07-26 23:24:32 -317,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:08:28,2023-07-26 15:08:28,0,2023-07-26 23:24:32 -318,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:10:17,2023-07-26 15:10:17,0,2023-07-26 23:24:32 -319,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:10:35,2023-07-26 15:10:35,0,2023-07-26 23:24:32 -320,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:11:10,2023-07-26 15:11:10,0,2023-07-26 23:24:32 -321,admin,192.168.21.129,OMC,EXPORT,Number of successfully exported alarm messages:319,Operation successful,2023-07-26 15:13:59,2023-07-26 15:13:59,1,2023-07-26 23:24:32 -322,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 15:14:01,2023-07-26 15:14:01,0,2023-07-26 23:24:32 -323,admin,192.168.21.129,NF,DELETE,Failed to delete the network element,Operation failed,2023-07-26 17:48:43,2023-07-26 17:48:47,1,2023-07-26 23:24:32 -324,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:50:02,2023-07-26 19:50:02,0,2023-07-26 23:24:32 -325,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:50:15,2023-07-26 19:50:15,0,2023-07-26 23:24:32 -326,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:52:19,2023-07-26 19:52:19,0,2023-07-26 23:24:32 -327,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:52:57,2023-07-26 19:52:57,0,2023-07-26 23:24:32 -328,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:53:45,2023-07-26 19:53:45,0,2023-07-26 23:24:32 -329,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 19:54:10,2023-07-26 19:54:10,0,2023-07-26 23:24:32 -330,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 20:10:20,2023-07-26 20:10:20,0,2023-07-26 23:24:32 -331,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 20:17:38,2023-07-26 20:17:38,0,2023-07-26 23:24:32 -332,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 20:25:35,2023-07-26 20:25:35,0,2023-07-26 23:24:32 -333,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 21:05:58,2023-07-26 21:05:58,0,2023-07-26 23:24:32 -334,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 21:06:42,2023-07-26 21:06:42,0,2023-07-26 23:24:32 -335,admin,192.168.21.129,OMC,SET,Set automatic confirmation configuration,Operation successful,2023-07-26 21:06:45,2023-07-26 21:06:45,0,2023-07-26 23:24:32 -336,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_011 Information,Operation successful,2023-07-26 21:57:09,2023-07-26 21:57:09,1,2023-07-26 23:24:32 -337,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 21:57:16,2023-07-26 21:57:16,1,2023-07-26 23:24:32 -338,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_011 Information,Operation successful,2023-07-26 22:13:33,2023-07-26 22:13:33,1,2023-07-26 23:24:32 -339,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_011 Information,Operation successful,2023-07-26 22:13:58,2023-07-26 22:13:58,1,2023-07-26 23:24:32 -340,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 22:15:00,2023-07-26 22:15:00,1,2023-07-26 23:24:32 -341,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 22:18:55,2023-07-26 22:18:55,1,2023-07-26 23:24:32 -342,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 22:21:24,2023-07-26 22:21:24,1,2023-07-26 23:24:32 -343,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 22:23:12,2023-07-26 22:23:12,1,2023-07-26 23:24:32 -344,user1,192.168.21.129,,SELECT,SELECTUDM/SZ_02 Information,Operation successful,2023-07-26 22:23:28,2023-07-26 22:23:28,1,2023-07-26 23:24:32 -345,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 23:33:13,2023-07-26 23:33:13,0,2023-07-26 23:33:14 -346,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 23:33:30,2023-07-26 23:33:30,0,2023-07-26 23:33:30 -347,admin,192.168.21.129,OMC,UPDATE,UPDATE successful,Operation successful,2023-07-26 23:34:13,2023-07-26 23:34:13,0,2023-07-26 23:34:14 -348,user1,192.168.21.129,,SELECT,SELECTAMF/SZ_T01 Information,Operation successful,2023-07-26 23:38:01,2023-07-26 23:38:01,1,2023-07-26 23:38:01 -349,user1,192.168.21.129,,SELECT,SELECT UDM/SZ_011 Information,Operation successful,2023-07-27 09:29:16,2023-07-27 09:29:16,1,2023-07-27 09:29:16 -350,user1,192.168.21.129,,SELECT,SELECT UPF_SZ_01 Information,Operation successful,2023-07-27 09:29:40,2023-07-27 09:29:40,1,2023-07-27 09:29:41 -351,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 09:51:26,2023-07-27 09:51:26,1,2023-07-27 09:51:27 -352,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:14:23,2023-07-27 10:14:23,1,2023-07-27 10:14:24 -353,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:15:22,2023-07-27 10:15:22,1,2023-07-27 10:15:23 -354,user1,192.168.21.129,,SELECT,SELECT UPF_UPF_SZ_RD_109 Information,Operation successful,2023-07-27 10:16:05,2023-07-27 10:16:05,1,2023-07-27 10:16:05 -355,user1,192.168.21.129,,SELECT,SELECT AMF_SZ_T01 Information,Operation successful,2023-07-27 10:16:34,2023-07-27 10:16:34,1,2023-07-27 10:16:34 -356,user1,192.168.21.129,,SELECT,SELECT UPF_SZ_01 Information,Operation successful,2023-07-27 10:17:07,2023-07-27 10:17:07,1,2023-07-27 10:17:07 -357,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:17:22,2023-07-27 10:17:22,1,2023-07-27 10:17:22 -358,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:19:19,2023-07-27 10:19:19,1,2023-07-27 10:19:20 -359,user1,192.168.21.129,,SELECT,SELECT UPF_SZ_01 Information,Operation successful,2023-07-27 10:20:25,2023-07-27 10:20:25,1,2023-07-27 10:20:26 -360,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:20:54,2023-07-27 10:20:54,1,2023-07-27 10:20:54 -361,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:21:13,2023-07-27 10:21:13,1,2023-07-27 10:21:14 -362,user1,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-27 10:21:20,2023-07-27 10:21:20,1,2023-07-27 10:21:21 -363,admin,192.168.21.129,,SELECT,SELECT UPF_UPF_SZ_RD_109 Information,Operation successful,2023-07-27 10:27:11,2023-07-27 10:27:11,1,2023-07-27 10:27:11 -364,admin,192.168.21.129,,SELECT,SELECT UPF_UPF_SZ_RD_109 Information,Operation successful,2023-07-27 10:27:31,2023-07-27 10:27:31,0,2023-07-27 10:27:32 -365,admin,192.168.21.129,OMC,DELETE,DELETE user successful,Operation successful,2023-07-27 11:02:52,2023-07-27 11:02:55,1,2023-07-27 11:02:56 -366,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-27 22:33:41,2023-07-27 22:33:41,1,2023-07-27 22:33:42 -367,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-27 22:35:44,2023-07-27 22:35:44,1,2023-07-27 22:35:45 -368,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-27 22:36:01,2023-07-27 22:36:01,1,2023-07-27 22:36:02 -369,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-27 22:48:02,2023-07-27 22:48:02,1,2023-07-27 22:48:03 -370,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-28 10:10:03,2023-07-28 10:10:03,1,2023-07-28 10:10:03 -371,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-28 10:10:08,2023-07-28 10:10:08,1,2023-07-28 10:10:08 -372,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-28 10:21:03,2023-07-28 10:21:03,1,2023-07-28 10:21:03 -373,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-28 10:45:38,2023-07-28 10:45:38,1,2023-07-28 10:45:38 -374,admin,192.168.21.129,OMC,ADD,Adding network element AMF failed,Operation failed,2023-07-28 10:45:49,2023-07-28 10:45:49,1,2023-07-28 10:45:49 -375,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-28 16:59:53,2023-07-28 16:59:53,1,2023-07-28 16:59:53 -376,admin,192.168.21.129,OMC,DELETE,Delete custom indicator,Operation successful,2023-07-28 17:55:23,2023-07-28 17:55:27,1,2023-07-28 17:55:28 -377,admin,192.168.21.129,OMC,DELETE,Delete custom indicator,Operation successful,2023-07-28 17:57:36,2023-07-28 17:57:37,1,2023-07-28 17:57:38 -378,admin,192.168.21.129,OMC,DELETE,Delete custom indicator,Operation successful,2023-07-28 20:49:58,2023-07-28 20:50:00,1,2023-07-28 20:50:00 -379,admin,192.168.21.129,OMC,SET,Set deletion deadline,Operation successful,2023-07-29 10:14:59,2023-07-29 10:14:59,0,2023-07-29 10:15:00 -380,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-29 10:18:48,2023-07-29 10:18:48,1,2023-07-29 10:18:49 -381,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-29 10:19:33,2023-07-29 10:19:33,1,2023-07-29 10:19:34 -382,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-29 10:29:40,2023-07-29 10:29:40,1,2023-07-29 10:29:41 -383,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-29 10:40:01,2023-07-29 10:40:01,1,2023-07-29 10:40:02 -384,admin,192.168.21.129,OMC,SET,Set deletion deadline,Operation successful,2023-07-29 11:01:45,2023-07-29 11:01:45,0,2023-07-29 11:01:45 -385,admin,192.168.21.129,OMC,DELETE,Delete custom indicator,Operation successful,2023-07-29 12:12:08,2023-07-29 12:12:09,1,2023-07-29 12:12:10 -386,admin,192.168.21.129,OMC,DELETE,Delete custom indicator,Operation successful,2023-07-29 12:12:10,2023-07-29 12:12:11,1,2023-07-29 12:12:12 -387,admin,192.168.21.129,OMC,ADD,Successfully added network element AMF,Operation successful,2023-07-29 14:14:20,2023-07-29 14:14:20,1,2023-07-29 14:14:21 -388,admin,192.168.21.129,OMC,UPDATE,Update failed,Operation failed,2023-07-29 14:26:29,2023-07-29 14:26:29,1,2023-07-29 14:26:30 -389,admin,192.168.21.129,OMC,UPDATE,Update failed,Operation failed,2023-07-29 14:26:36,2023-07-29 14:26:36,1,2023-07-29 14:26:37 -390,admin,192.168.21.129,OMC,UPDATE,Update failed,Operation failed,2023-07-29 14:26:37,2023-07-29 14:26:37,1,2023-07-29 14:26:37 -391,admin,192.168.21.129,OMC,UPDATE,Update failed,Operation failed,2023-07-29 14:26:44,2023-07-29 14:26:44,1,2023-07-29 14:26:45 -392,admin,192.168.21.129,OMC,UPDATE,Update failed,Operation failed,2023-07-29 14:26:55,2023-07-29 14:26:55,1,2023-07-29 14:26:56 -393,admin,192.168.21.129,OMC,UPDATE,Successfully update,Operation successful,2023-07-29 14:27:41,2023-07-29 14:27:41,1,2023-07-29 14:27:42 -394,admin,192.168.21.129,OMC,UPDATE,Successfully update,Operation successful,2023-07-29 14:28:26,2023-07-29 14:28:26,1,2023-07-29 14:28:27 -395,admin,192.168.21.129,OMC,EXPORT,Successfully exportedUPFconfiguration file,Operation successful,2023-07-29 22:33:12,2023-07-29 22:33:12,1,2023-07-29 22:33:13 -396,admin,192.168.21.129,,SELECT,SELECT SMF_SZ_01 Information,Operation successful,2023-07-29 22:46:36,2023-07-29 22:46:36,0,2023-07-29 22:46:37 -397,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_R01 Information,Operation successful,2023-07-29 22:51:06,2023-07-29 22:51:06,0,2023-07-29 22:51:07 -398,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-07-29 22:54:02,2023-07-29 22:54:02,0,2023-07-29 22:54:03 -399,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-07-29 22:54:57,2023-07-29 22:54:57,0,2023-07-29 22:54:58 -400,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-07-29 22:55:30,2023-07-29 22:55:30,0,2023-07-29 22:55:31 -401,admin,192.168.21.129,,SELECT,SELECT AMF_SZ_T01 Information,Operation successful,2023-07-29 22:55:39,2023-07-29 22:55:39,0,2023-07-29 22:55:40 -402,admin,192.168.21.129,OMC,SET,Set Logout Waiting Time,Operation successful,2023-07-29 23:26:26,2023-07-29 23:26:26,0,2023-07-29 23:26:27 -403,admin,192.168.21.129,,SELECT,SELECT UPF_UPF_SZ_TEST_239 Information,Operation successful,2023-07-30 20:36:28,2023-07-30 20:36:28,0,2023-07-30 20:36:28 -404,admin,192.168.21.129,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-07-30 21:20:06,2023-07-30 21:20:06,0,2023-07-30 21:20:06 -405,admin,192.168.21.129,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-07-30 21:20:50,2023-07-30 21:20:50,0,2023-07-30 21:20:50 -406,admin,192.168.21.129,OMC,SET,Set Logout Waiting Time,Operation successful,2023-07-31 09:45:16,2023-07-31 09:45:16,0,2023-07-31 09:45:17 -407,admin,192.168.21.129,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-07-31 10:06:11,2023-07-31 10:06:11,0,2023-07-31 10:06:12 -408,admin,192.168.21.129,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-07-31 10:07:01,2023-07-31 10:07:01,0,2023-07-31 10:07:02 -409,admin,192.168.21.129,,SELECT,SELECT SMF_SZ_01 Information,Operation successful,2023-07-31 11:54:22,2023-07-31 11:54:22,0,2023-07-31 11:54:23 -410,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 13:14:38,2023-07-31 13:14:38,0,2023-07-31 13:14:39 -411,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-07-31 13:14:43,2023-07-31 13:14:43,0,2023-07-31 13:14:44 -412,admin,192.168.21.129,,SELECT,SELECT AMF_SZ_T01 Information,Operation successful,2023-07-31 13:14:54,2023-07-31 13:14:54,0,2023-07-31 13:14:55 -413,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-31 13:16:21,2023-07-31 13:16:21,0,2023-07-31 13:16:22 -414,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-31 13:16:29,2023-07-31 13:16:29,0,2023-07-31 13:16:30 -415,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 13:21:01,2023-07-31 13:21:01,0,2023-07-31 13:21:02 -416,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 13:38:54,2023-07-31 13:38:54,0,2023-07-31 13:38:54 -417,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 13:39:05,2023-07-31 13:39:05,0,2023-07-31 13:39:06 -418,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 13:48:33,2023-07-31 13:48:33,0,2023-07-31 13:48:34 -419,admin,192.168.21.129,,SELECT,SELECT SMF_SZ_01 Information,Operation successful,2023-07-31 14:05:01,2023-07-31 14:05:01,0,2023-07-31 14:05:02 -420,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 14:16:40,2023-07-31 14:16:40,0,2023-07-31 14:16:41 -421,admin,192.168.21.129,,SELECT,SELECT SMF_SZ_01 Information,Operation successful,2023-07-31 14:17:39,2023-07-31 14:17:39,0,2023-07-31 14:17:40 -422,admin,192.168.21.129,,SELECT,SELECT AUSF_SZ_01 Information,Operation successful,2023-07-31 14:49:20,2023-07-31 14:49:20,0,2023-07-31 14:49:20 -423,admin,192.168.21.129,,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-31 14:50:02,2023-07-31 14:50:02,0,2023-07-31 14:50:03 -424,admin,192.168.21.129,NF,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-07-31 14:51:33,2023-07-31 14:51:33,0,2023-07-31 14:51:34 -425,admin,192.168.21.129,NF,SELECT,SELECT UDM_SZ_02 Information,Operation successful,2023-07-31 15:08:01,2023-07-31 15:08:01,0,2023-07-31 15:08:01 -426,admin,192.168.21.129,NF,SELECT,SELECT OMC_SZ_01 Information,Operation successful,2023-07-31 15:13:37,2023-07-31 15:13:38,0,2023-07-31 15:13:38 -427,admin,192.168.21.129,NF,SELECT,SELECT OMC_SZ_01 Information,Operation successful,2023-07-31 15:13:51,2023-07-31 15:13:51,0,2023-07-31 15:13:52 -428,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation failed,2023-07-31 17:04:56,2023-07-31 17:04:56,0,2023-07-31 17:04:57 -429,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation failed,2023-07-31 17:05:36,2023-07-31 17:05:37,0,2023-07-31 17:05:37 -430,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation successful,2023-07-31 17:06:25,2023-07-31 17:07:21,0,2023-07-31 17:07:22 -431,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation failed,2023-07-31 17:06:18,2023-07-31 17:07:26,0,2023-07-31 17:07:26 -432,admin,192.168.21.129,NF,DELETE,DELETE software package,Operation successful,2023-07-31 17:18:41,2023-07-31 17:18:42,0,2023-07-31 17:18:43 -433,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation successful,2023-07-31 17:18:53,2023-07-31 17:19:29,0,2023-07-31 17:19:29 -434,admin,192.168.21.129,NF,UPLOAD,UPLOAD File,Operation failed,2023-07-31 17:19:39,2023-07-31 17:20:10,0,2023-07-31 17:20:11 -435,admin,192.168.21.129,NF,UPLOAD,UPLOAD File,Operation failed,2023-07-31 17:21:22,2023-07-31 17:21:53,0,2023-07-31 17:21:54 -436,admin,192.168.21.129,NF,DELETE,DELETE software package,Operation successful,2023-07-31 17:37:23,2023-07-31 17:37:23,0,2023-07-31 17:37:24 -437,admin,192.168.21.129,OMC,EXPORT,Successfully exportedUPFconfiguration file,Operation successful,2023-07-31 19:58:46,2023-07-31 19:58:46,1,2023-07-31 19:58:46 -438,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:30,2023-07-31 20:47:30,1,2023-07-31 20:47:30 -439,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:31,2023-07-31 20:47:31,1,2023-07-31 20:47:32 -440,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:33,2023-07-31 20:47:33,1,2023-07-31 20:47:33 -441,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:34,2023-07-31 20:47:34,1,2023-07-31 20:47:35 -442,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:36,2023-07-31 20:47:36,1,2023-07-31 20:47:37 -443,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:47:37,2023-07-31 20:47:37,1,2023-07-31 20:47:38 -444,admin,192.168.21.129,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-31 20:49:06,2023-07-31 20:49:06,1,2023-07-31 20:49:07 -445,admin,192.168.21.129,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-07-31 20:49:21,2023-07-31 20:49:21,1,2023-07-31 20:49:22 -446,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:52:06,2023-07-31 20:52:06,1,2023-07-31 20:52:07 -447,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 20:52:08,2023-07-31 20:52:08,1,2023-07-31 20:52:09 -448,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 21:01:05,2023-07-31 21:01:05,1,2023-07-31 21:01:06 -449,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 21:01:43,2023-07-31 21:01:43,1,2023-07-31 21:01:44 -450,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 21:03:55,2023-07-31 21:03:55,1,2023-07-31 21:03:56 -451,admin,192.168.21.129,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-07-31 21:06:40,2023-07-31 21:06:40,1,2023-07-31 21:06:41 -452,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-07-31 23:16:16,2023-07-31 23:16:18,0,2023-07-31 23:16:18 -453,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-07-31 23:16:17,2023-07-31 23:16:18,0,2023-07-31 23:16:18 -454,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-07-31 23:19:26,2023-07-31 23:19:28,0,2023-07-31 23:19:28 -455,admin,192.168.21.129,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:22:23,2023-08-01 00:27:22,0,2023-08-01 00:27:23 -456,admin,192.168.21.129,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:24:42,2023-08-01 00:27:26,0,2023-08-01 00:27:27 -457,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 00:31:39,2023-08-01 00:34:08,0,2023-08-01 00:34:09 -458,admin,192.168.21.129,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:28:51,2023-08-01 00:34:14,0,2023-08-01 00:34:15 -459,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:36:06,2023-08-01 00:36:06,0,2023-08-01 00:36:06 -460,admin,192.168.21.129,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:36:01,2023-08-01 00:37:17,0,2023-08-01 00:37:18 -461,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:38:01,2023-08-01 00:38:04,0,2023-08-01 00:38:04 -462,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 00:40:03,2023-08-01 00:40:05,0,2023-08-01 00:40:05 -463,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 00:40:06,2023-08-01 00:40:07,0,2023-08-01 00:40:07 -464,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:40:25,2023-08-01 00:40:27,0,2023-08-01 00:40:27 -465,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 00:41:30,2023-08-01 00:41:31,0,2023-08-01 00:41:31 -466,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:41:46,2023-08-01 00:41:48,0,2023-08-01 00:41:48 -467,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:41:58,2023-08-01 00:42:00,0,2023-08-01 00:42:00 -468,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:43:29,2023-08-01 00:43:32,0,2023-08-01 00:43:32 -469,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:44:13,2023-08-01 00:44:15,0,2023-08-01 00:44:15 -470,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:44:37,2023-08-01 00:44:39,0,2023-08-01 00:44:39 -471,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:45:09,2023-08-01 00:45:11,0,2023-08-01 00:45:11 -472,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:45:46,2023-08-01 00:45:49,0,2023-08-01 00:45:49 -473,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 00:46:32,2023-08-01 00:46:33,0,2023-08-01 00:46:33 -474,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:46:51,2023-08-01 00:46:52,0,2023-08-01 00:46:52 -475,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:48:11,2023-08-01 00:48:13,0,2023-08-01 00:48:13 -476,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:49:07,2023-08-01 00:49:08,0,2023-08-01 00:49:08 -477,admin,192.168.2.119,NF,UPLOAD,UPLOAD File,Operation failed,2023-08-01 00:52:45,2023-08-01 00:52:48,0,2023-08-01 00:52:48 -478,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:54:58,2023-08-01 00:55:00,0,2023-08-01 00:55:00 -479,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 00:55:09,2023-08-01 00:55:10,0,2023-08-01 00:55:10 -480,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 00:55:22,2023-08-01 00:55:24,0,2023-08-01 00:55:24 -481,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-01 01:01:40,2023-08-01 01:01:41,0,2023-08-01 01:01:41 -482,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 01:01:55,2023-08-01 01:01:58,0,2023-08-01 01:01:58 -483,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 01:02:04,2023-08-01 01:02:06,0,2023-08-01 01:02:06 -484,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 01:02:37,2023-08-01 01:02:38,0,2023-08-01 01:02:38 -485,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 01:03:30,2023-08-01 01:03:31,0,2023-08-01 01:03:31 -486,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation failed,2023-08-01 01:04:17,2023-08-01 01:04:18,0,2023-08-01 01:04:18 -487,admin,192.168.30.3,OMC,SET,Successfully set the config for the alarm ,Operation successful,2023-08-01 10:47:47,2023-08-01 10:47:47,1,2023-08-01 10:47:48 -488,admin,192.168.30.3,OMC,SET,Successfully set the config for the alarm ,Operation successful,2023-08-01 10:48:27,2023-08-01 10:48:27,1,2023-08-01 10:48:27 -489,admin,192.168.30.3,OMC,SET,Successfully set the config for the alarm ,Operation successful,2023-08-01 10:57:23,2023-08-01 10:57:23,1,2023-08-01 10:57:24 -490,admin,192.168.30.3,NF,SELECT,SELECT UDM_SZ_011 Information,Operation successful,2023-08-01 14:08:02,2023-08-01 14:08:02,0,2023-08-01 14:08:02 -491,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-01 20:33:51,2023-08-01 20:33:52,0,2023-08-01 20:33:52 -492,admin,192.168.2.119,NF,Distribute,Distribute version,Operation failed,2023-08-01 20:34:02,2023-08-01 20:34:04,0,2023-08-01 20:34:04 -493,admin,192.168.2.119,NF,Distribute,Distribute version,Operation failed,2023-08-01 20:34:10,2023-08-01 20:34:12,0,2023-08-01 20:34:12 -494,admin,192.168.2.119,NF,SELECT,SELECT OMC_SZ_01 Information,Operation successful,2023-08-01 20:34:28,2023-08-01 20:34:28,0,2023-08-01 20:34:28 -495,admin,192.168.2.119,OMC,ADD,Successfully added network element OMC,Operation successful,2023-08-01 22:03:28,2023-08-01 22:03:28,1,2023-08-01 22:03:28 -496,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-01 22:33:45,2023-08-01 22:33:45,0,2023-08-01 22:33:46 -497,admin,192.168.30.3,OMC,SET,Failed to set the syncTaskPeriod for the alarm,Operation failed,2023-08-01 22:33:45,2023-08-01 22:33:45,0,2023-08-01 22:33:46 -498,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-01 22:36:21,2023-08-01 22:36:21,0,2023-08-01 22:36:22 -499,admin,192.168.30.3,OMC,SET,Failed to set the syncTaskPeriod for the alarm,Operation failed,2023-08-01 22:36:21,2023-08-01 22:36:21,0,2023-08-01 22:36:22 -500,admin,192.168.30.3,OMC,SET,Failed to set the syncTaskPeriod for the alarm,Operation failed,2023-08-01 22:39:36,2023-08-01 22:39:36,0,2023-08-01 22:39:36 -501,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-01 22:39:36,2023-08-01 22:39:36,0,2023-08-01 22:39:36 -502,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-01 22:40:06,2023-08-01 22:40:06,0,2023-08-01 22:40:06 -503,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-01 22:41:51,2023-08-01 22:41:51,0,2023-08-01 22:41:52 -504,admin,192.168.2.119,OMC,ADD,Successfully added network element OMC,Operation successful,2023-08-01 23:03:56,2023-08-01 23:03:56,1,2023-08-01 23:03:56 -505,admin,192.168.2.119,OMC,ADD,Successfully added network element OMC,Operation successful,2023-08-02 09:26:41,2023-08-02 09:26:41,0,2023-08-02 09:26:41 -506,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 09:51:57,2023-08-02 09:51:57,0,2023-08-02 09:51:58 -507,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 09:52:05,2023-08-02 09:52:05,0,2023-08-02 09:52:05 -508,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 09:52:40,2023-08-02 09:52:40,0,2023-08-02 09:52:41 -509,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 09:53:40,2023-08-02 09:53:40,0,2023-08-02 09:53:41 -510,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 09:55:07,2023-08-02 09:55:07,0,2023-08-02 09:55:08 -511,admin,192.168.2.119,NF,SELECT,SELECT OMC_SZ_01 Information,Operation successful,2023-08-02 10:11:20,2023-08-02 10:11:20,0,2023-08-02 10:11:20 -512,admin,192.168.30.3,OMC,SET,Suspended successfully,Operation successful,2023-08-02 10:26:16,2023-08-02 10:26:16,0,2023-08-02 10:26:17 -513,admin,192.168.30.3,OMC,SET,Suspended successfully,Operation successful,2023-08-02 10:27:00,2023-08-02 10:27:00,0,2023-08-02 10:27:01 -514,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 10:27:44,2023-08-02 10:27:44,0,2023-08-02 10:27:45 -515,admin,192.168.30.3,OMC,SET,Suspended successfully,Operation successful,2023-08-02 10:27:45,2023-08-02 10:27:45,0,2023-08-02 10:27:46 -516,admin,192.168.30.3,OMC,SET,Successfully activated alarm synchronization settings,Operation successful,2023-08-02 10:27:47,2023-08-02 10:27:47,0,2023-08-02 10:27:48 -517,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 11:13:59,2023-08-02 11:13:59,0,2023-08-02 11:14:00 -518,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 11:14:22,2023-08-02 11:14:22,0,2023-08-02 11:14:23 -519,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 11:14:25,2023-08-02 11:14:25,0,2023-08-02 11:14:26 -520,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 11:14:30,2023-08-02 11:14:30,0,2023-08-02 11:14:31 -521,admin,192.168.30.3,OMC,SET,Suspended successfully,Operation successful,2023-08-02 11:17:25,2023-08-02 11:17:25,0,2023-08-02 11:17:26 -522,admin,192.168.30.3,OMC,SET,Successfully set the syncTaskPeriod for the alarm ,Operation successful,2023-08-02 11:17:28,2023-08-02 11:17:28,0,2023-08-02 11:17:29 -523,admin,192.168.30.3,OMC,View,Viewing Alarm Help Documents,Operation successful,2023-08-02 11:27:48,2023-08-02 11:27:48,0,2023-08-02 11:27:49 -524,admin,192.168.2.119,NF,DELETE,DELETE software package,Operation successful,2023-08-02 14:20:31,2023-08-02 14:20:32,0,2023-08-02 14:20:32 -525,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-02 14:23:31,2023-08-02 14:23:32,0,2023-08-02 14:23:32 -526,admin,192.168.2.119,NF,Distribute,Distribute version,Operation failed,2023-08-02 14:23:43,2023-08-02 14:23:45,0,2023-08-02 14:23:45 -527,admin,192.168.30.3,OMC,SET,Successfully set the config for the alarm ,Operation successful,2023-08-02 17:20:38,2023-08-02 17:20:38,0,2023-08-02 17:20:39 -528,admin,192.168.30.3,NF,SELECT,SELECT OMC_SZ_01 Information,Operation successful,2023-08-03 09:43:22,2023-08-03 09:43:22,0,2023-08-03 09:43:22 -529,admin,192.168.30.3,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-08-03 11:29:48,2023-08-03 11:29:48,0,2023-08-03 11:29:48 -530,admin,192.168.30.3,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-08-03 11:31:26,2023-08-03 11:31:26,0,2023-08-03 11:31:26 -531,admin,192.168.30.3,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-08-03 11:42:16,2023-08-03 11:42:16,0,2023-08-03 11:42:16 -532,admin,192.168.30.3,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-08-03 11:42:21,2023-08-03 11:42:21,0,2023-08-03 11:42:21 -533,admin,192.168.30.3,OMC,SET,Set alarm forwarding interface ,Operation successful,2023-08-03 14:02:49,2023-08-03 14:02:49,0,2023-08-03 14:02:49 -534,admin,192.168.30.3,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-03 14:11:35,2023-08-03 14:11:36,0,2023-08-03 14:11:36 -535,admin,192.168.30.3,NF,Activation,Activation failed,Operation failed,2023-08-03 14:11:56,2023-08-03 14:11:56,0,2023-08-03 14:11:56 -536,admin,192.168.30.3,NF,Activation,Activation failed,Operation failed,2023-08-03 14:11:58,2023-08-03 14:11:58,0,2023-08-03 14:11:58 -537,admin,192.168.30.3,NF,Activation,Activation failed,Operation failed,2023-08-03 14:11:59,2023-08-03 14:11:59,0,2023-08-03 14:11:59 -538,admin,192.168.30.3,NF,Activation,Activation failed,Operation failed,2023-08-03 14:12:12,2023-08-03 14:12:12,0,2023-08-03 14:12:12 -539,admin,192.168.30.3,OMC,SET,Set Logout Waiting Time,Operation failed,2023-08-03 19:09:51,2023-08-03 19:09:51,0,2023-08-03 19:09:51 -540,admin,192.168.30.3,OMC,SET,Set the prompt content for high-risk instructions,Operation successful,2023-08-03 19:16:32,2023-08-03 19:16:32,0,2023-08-03 19:16:32 -541,admin,192.168.2.119,NF,DELETE,Failed to delete the network element,Operation failed,2023-08-04 16:06:18,2023-08-04 16:06:19,0,2023-08-04 16:06:19 -542,admin,192.168.2.119,NF,DELETE,Failed to delete the network element,Operation failed,2023-08-04 16:06:30,2023-08-04 16:06:31,0,2023-08-04 16:06:31 -543,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:06:53,2023-08-04 16:06:54,0,2023-08-04 16:06:54 -544,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:06:55,2023-08-04 16:06:56,0,2023-08-04 16:06:56 -545,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:06:57,2023-08-04 16:06:58,0,2023-08-04 16:06:58 -546,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:06:59,2023-08-04 16:07:00,0,2023-08-04 16:07:00 -547,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:07:01,2023-08-04 16:07:02,0,2023-08-04 16:07:02 -548,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:07:57,2023-08-04 16:07:59,0,2023-08-04 16:07:59 -549,admin,192.168.2.119,OMC,ADD,Successfully added network element OMC,Operation successful,2023-08-04 16:10:00,2023-08-04 16:10:00,0,2023-08-04 16:10:00 -550,admin,192.168.2.119,OMC,ADD,Successfully added network element OMC,Operation successful,2023-08-04 16:10:42,2023-08-04 16:10:42,0,2023-08-04 16:10:42 -551,admin,192.168.2.119,NF,DELETE,Successfully deleted the network element,Operation successful,2023-08-04 16:10:53,2023-08-04 16:10:54,0,2023-08-04 16:10:54 -552,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-04 20:22:52,2023-08-04 20:22:52,0,2023-08-04 20:22:53 -553,admin,192.168.30.3,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-04 20:23:48,2023-08-04 20:23:49,0,2023-08-04 20:23:49 -554,admin,192.168.30.3,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-04 20:24:44,2023-08-04 20:24:44,0,2023-08-04 20:24:45 -555,admin,192.168.30.3,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-04 20:25:04,2023-08-04 20:25:04,0,2023-08-04 20:25:05 -556,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-04 20:56:31,2023-08-04 20:56:31,0,2023-08-04 20:56:31 -557,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 16:53:02,2023-08-05 16:53:02,0,2023-08-05 16:53:02 -558,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 16:53:07,2023-08-05 16:53:07,0,2023-08-05 16:53:07 -559,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 16:53:12,2023-08-05 16:53:15,0,2023-08-05 16:53:15 -560,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 16:53:13,2023-08-05 16:53:15,0,2023-08-05 16:53:15 -561,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 16:53:18,2023-08-05 16:53:18,0,2023-08-05 16:53:18 -562,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 17:02:38,2023-08-05 17:02:38,0,2023-08-05 17:02:38 -563,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:04:16,2023-08-05 17:04:16,0,2023-08-05 17:04:16 -564,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:05:50,2023-08-05 17:05:50,0,2023-08-05 17:05:50 -565,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:06:07,2023-08-05 17:06:07,0,2023-08-05 17:06:07 -566,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-05 17:07:45,2023-08-05 17:07:45,0,2023-08-05 17:07:45 -567,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:35,2023-08-05 17:24:35,0,2023-08-05 17:24:35 -568,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:39,2023-08-05 17:24:39,0,2023-08-05 17:24:39 -569,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:43,2023-08-05 17:24:43,0,2023-08-05 17:24:43 -570,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:44,2023-08-05 17:24:44,0,2023-08-05 17:24:44 -571,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:44,2023-08-05 17:24:44,0,2023-08-05 17:24:44 -572,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:44,2023-08-05 17:24:45,0,2023-08-05 17:24:45 -573,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:45,2023-08-05 17:24:45,0,2023-08-05 17:24:45 -574,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:45,2023-08-05 17:24:45,0,2023-08-05 17:24:45 -575,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:45,2023-08-05 17:24:45,0,2023-08-05 17:24:45 -576,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:45,2023-08-05 17:24:45,0,2023-08-05 17:24:45 -577,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:46,2023-08-05 17:24:46,0,2023-08-05 17:24:46 -578,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:46,2023-08-05 17:24:46,0,2023-08-05 17:24:46 -579,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:24:46,2023-08-05 17:24:46,0,2023-08-05 17:24:46 -580,admin,192.168.2.119,OMC,UPDATE,Failed to modify tracking task,Operation failed,2023-08-05 17:25:52,2023-08-05 17:25:52,0,2023-08-05 17:25:52 -581,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 17:26:35,2023-08-05 17:26:35,0,2023-08-05 17:26:35 -582,admin,192.168.2.119,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-08-05 17:27:48,2023-08-05 17:27:48,0,2023-08-05 17:27:48 -583,admin,192.168.2.119,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-08-05 17:27:51,2023-08-05 17:27:51,0,2023-08-05 17:27:51 -584,admin,192.168.2.119,OMC,ADD,Failed to issue tracking task ,Operation successful,2023-08-05 17:28:09,2023-08-05 17:28:09,0,2023-08-05 17:28:09 -585,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-05 17:32:45,2023-08-05 17:32:45,0,2023-08-05 17:32:45 -586,admin,192.168.2.119,OMC,DELETE,Successfully deleted tracking task,Operation successful,2023-08-05 18:01:23,2023-08-05 18:01:23,0,2023-08-05 18:01:23 -587,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-05 18:01:45,2023-08-05 18:01:45,0,2023-08-05 18:01:45 -588,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-05 18:02:26,2023-08-05 18:02:26,0,2023-08-05 18:02:26 -589,admin,192.168.2.119,OMC,ADD,Successfully created issue tracking task,Operation successful,2023-08-05 18:02:47,2023-08-05 18:02:47,0,2023-08-05 18:02:47 -590,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-07 21:43:06,2023-08-07 21:43:08,0,2023-08-07 21:43:08 -591,admin,192.168.2.119,NF,UPLOAD,UPLOAD software package,Operation successful,2023-08-07 21:46:54,2023-08-07 21:46:56,0,2023-08-07 21:46:56 diff --git a/restagent/etc/restconf-t.yaml b/restagent/etc/restconf-t.yaml index 294c2849..4f68a218 100644 --- a/restagent/etc/restconf-t.yaml +++ b/restagent/etc/restconf-t.yaml @@ -3,7 +3,7 @@ # duration: rotation time with xx hours, example: 1/12/24 hours # count: rotation count of log, default is 30 rotation logger: - file: d:/omc.git/goprojects/ems.agt/restagent/log/restagent-t.log + file: d:/local.git/be.ems/restagent/log/restagent-t.log level: trace duration: 24 count: 2 @@ -55,7 +55,7 @@ omc: checksign: false backup: ./backup upload: ./upload - frontUpload: d:/omc.git/goprojects/build/omc/htdocs/front/upload + frontUpload: d:/local.git/fe.ems/upload software: ./software license: ./license gtpUri: gtp:192.168.2.119:2152 diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 92fcae55..feab1fca 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -3,7 +3,7 @@ # duration: rotation time with xx hours, example: 1/12/24 hours # count: rotation count of log, default is 30 rotation logger: - file: d:/omc.git/goprojects/ems.agt/restagent/log/restagent.log + file: d:/local.git/be.ems/restagent/log/restagent.log level: trace duration: 24 count: 2 diff --git a/restagent/software/amf/AMF 5GC16.0.0.arm64.rpm b/restagent/software/amf/AMF 5GC16.0.0.arm64.rpm deleted file mode 100644 index 5857b5d5..00000000 Binary files a/restagent/software/amf/AMF 5GC16.0.0.arm64.rpm and /dev/null differ diff --git a/restagent/software/omc/OMC-5GC16.1.1.arm64.rpm b/restagent/software/omc/OMC-5GC16.1.1.arm64.rpm deleted file mode 100644 index 1890fd67..00000000 Binary files a/restagent/software/omc/OMC-5GC16.1.1.arm64.rpm and /dev/null differ diff --git a/restagent/software/udm/UDM 5GC16.1.1.arm64.rpm b/restagent/software/udm/UDM 5GC16.1.1.arm64.rpm deleted file mode 100644 index 3810cc9c..00000000 Binary files a/restagent/software/udm/UDM 5GC16.1.1.arm64.rpm and /dev/null differ diff --git a/restagent/software/udm/udm_0727_2_arm.tgz b/restagent/software/udm/udm_0727_2_arm.tgz deleted file mode 100644 index 401312ff..00000000 Binary files a/restagent/software/udm/udm_0727_2_arm.tgz and /dev/null differ diff --git a/restagent/upload/upf-sz_01-etc-20230725090619.zip b/restagent/upload/upf-sz_01-etc-20230725090619.zip deleted file mode 100644 index b29257a2..00000000 Binary files a/restagent/upload/upf-sz_01-etc-20230725090619.zip and /dev/null differ diff --git a/sshsvc/etc/sshsvc.yaml b/sshsvc/etc/sshsvc.yaml index 03e638a7..56a754cd 100644 --- a/sshsvc/etc/sshsvc.yaml +++ b/sshsvc/etc/sshsvc.yaml @@ -3,7 +3,7 @@ # duration: rotation time with xx hours, example: 1/12/24 hours # count: rotation count of log, default is 30 rotation logger: - file: d:/omc.git/goprojects/ems.agt/sshsvc/log/sshsvc.log + file: d:/local.git/be.ems/sshsvc/log/sshsvc.log level: trace duration: 24 count: 30 @@ -13,7 +13,7 @@ logger: # count: rotation count of log, default is 30 rotation # level: cmd/ret log cmd/log cmd & result logmml: - file: d:/omc.git/goprojects/ems.agt/sshsvc/mmllog/omcmml.log + file: d:/local.git/be.ems/sshsvc/mmllog/omcmml.log duration: 24 count: 30 level: ret diff --git a/sshsvc/sshsvc.go b/sshsvc/sshsvc.go index 899461ad..ad090204 100644 --- a/sshsvc/sshsvc.go +++ b/sshsvc/sshsvc.go @@ -141,13 +141,13 @@ func handleSSHConnection(conn net.Conn, serverConfig *ssh.ServerConfig) { continue } + connNum++ if connNum > int(conf.Sshd.MaxConnNum) { log.Error("Maximum number of connections exceeded") //conn.Write([]byte("Reach max connections")) conn.Close() continue } - connNum++ go handleSSHChannel(conn, sshConn, channel, requests) } diff --git a/tools/loadmconf/loadmconf.yaml b/tools/loadmconf/loadmconf.yaml index 8c92aa99..cd338956 100644 --- a/tools/loadmconf/loadmconf.yaml +++ b/tools/loadmconf/loadmconf.yaml @@ -15,5 +15,5 @@ database: name: omc_db mml: - filedir: ../../config/mml/omc - table: mml_command + filedir: ../../config/mml/system + table: mml_system diff --git a/tools/misc/dumpdb.sh b/tools/misc/dumpdb.sh index 7fec9d50..a97252b2 100644 --- a/tools/misc/dumpdb.sh +++ b/tools/misc/dumpdb.sh @@ -1,15 +1,16 @@ #!/bin/bash -home="/home/simon" -project="goprojects" +Home=/home/simon +GitLocalRoot=${Home}/local.git +EmsBEDir=${GitLocalRoot}/be.ems user="root" password="1000omc@kp!" host="192.168.2.119" port="33066" dbname="omc_db" -dumpdbdir=${home}/${project}/ems.agt/tools/misc -insdir=${home}/${project}/ems.agt/database/install -upgdir=${home}/${project}/ems.agt/database/upgrade +dumpdbdir=${EmsBEDir}/tools/misc +insdir=${EmsBEDir}/database/install +upgdir=${EmsBEDir}/database/upgrade tables_c=tables_c.lst tables_s=tables_s.lst diff --git a/tools/misc/tables_c.lst b/tools/misc/tables_c.lst index d005cde3..fef46f73 100644 --- a/tools/misc/tables_c.lst +++ b/tools/misc/tables_c.lst @@ -13,3 +13,4 @@ param_config title_info trace_info user_menu +permission diff --git a/tools/misc/tables_s.lst b/tools/misc/tables_s.lst index efb41bb3..8c2f8797 100644 --- a/tools/misc/tables_s.lst +++ b/tools/misc/tables_s.lst @@ -37,3 +37,7 @@ role_permission role user user_role +monitor_base +monitor_io +monitor_network +sys_perf_data