From fe10d908c3934eac8ed3b6bcbd2e3fd90e4520ac Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 9 May 2025 19:35:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=202.2505.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ makefile | 2 +- mkpkg.sh | 2 +- restagent/makefile | 2 +- sshsvc/makefile | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c918d86..ef6a1990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 版本发布日志 +## 2.2505.1-20250509 + +- 新增 cdr导出文件加网元名称区分 +- 新增 文件备份/CDR/LOG本地文件列表功能接口 +- 新增 UDM-Voip/volte-ims功能接口 +- 新增 网元状态记录信息接口,记录CPU/内存/磁盘状态 +- 优化 补充告警新增新增/确认/清除功能,为调度任务执行 +- 新增 调度任务-告警检查CPU/License告警定义 +- 修复 UE online user total number issue + ## 2.2504.4-20250428 - 新增 网元信令跟踪功能 diff --git a/makefile b/makefile index 04a668b6..c56f0dc2 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2504.4 +VERSION = 2.2505.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 1efd6565..4ca91261 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2504.4 +VERSION=2.2505.1 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 03feaba6..4e7e8b60 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2504.4 +VERSION = 2.2505.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 483e22e1..7ecd47a7 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2504.4 +VERSION = 2.2505.1 LIBDIR = be.ems/lib BINNAME = sshsvc