diff --git a/CHANGELOG.md b/CHANGELOG.md index 1328ed48..b835687d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 版本发布日志 +## 2.2407.1-20240704 + +- 修复 网元版本安装MME修改S6A地址为MME_IP +- 修复 网元公共参数n3/n6IP不携带/子网掩码处理异常 +- 更新 初始网元主机用omcuser/a9tU53r用密码登录方式 +- 更新 omc/log/内的level为warn +- 更新 MML-OMC隐藏NBI配置项 +- 更新 多语言UE事件改为终端事件/CNType改5G&4G +- 更新 多语言CDR翻译命名Voice CDR / Data CDR + ## 2.2406.4-20240627 - 更新 关闭crontask任务异常TaskHandShakeToNF diff --git a/captrace/makefile b/captrace/makefile index f06905f3..f14a807d 100644 --- a/captrace/makefile +++ b/captrace/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.4 +VERSION = 2.2407.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/crontask/makefile b/crontask/makefile index d3d9caf9..2896e72b 100644 --- a/crontask/makefile +++ b/crontask/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.4 +VERSION = 2.2407.1 LIBDIR = be.ems/lib BINNAME = crontask diff --git a/data2html/makefile b/data2html/makefile index 6af1f5c6..1af9317c 100644 --- a/data2html/makefile +++ b/data2html/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.4 +VERSION = 2.2407.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/makefile b/makefile index f9389d22..65afddf3 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2406.4 +VERSION = 2.2407.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 12e791ef..99b21297 100644 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent crontask sshsvc captrace data2html" ProjectL=omc -VERSION=2.2406.4 +VERSION=2.2407.1 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 434d1c0c..a4954bb5 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.4 +VERSION = 2.2407.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/src/framework/config/config/config.default.yaml b/src/framework/config/config/config.default.yaml index 7554f8f5..ee396652 100644 --- a/src/framework/config/config/config.default.yaml +++ b/src/framework/config/config/config.default.yaml @@ -1,7 +1,7 @@ # 项目信息 framework: name: "CN EMS" - version: "2.2406.4" + version: "2.2407.1" # 应用服务配置 server: diff --git a/sshsvc/makefile b/sshsvc/makefile index 9bd8f7d2..c799bd6c 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.4 +VERSION = 2.2407.1 LIBDIR = be.ems/lib BINNAME = sshsvc