diff --git a/CHANGELOG.md b/CHANGELOG.md index 54211339..a9e17c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 版本发布日志 +## 2.2412.3-20241220 + +- 新增 直连网元请求带UA标识OMC/version +- 新增 网元直连接口补充AMF/SMF/MME/IMS +- 新增 CDR-SGWC表定义,SGWC参数配置可选属性 +- 新增 CDR接收SGWC并推送, 数据功能接口, 菜单命名SGWC-漫游数据 +- 优化 网元配置可选参数接口 + ## 2.2412.2-20241213 - 新增 网元信息通过neType查询函数 diff --git a/captrace/makefile b/captrace/makefile index 6cc6334e..9ccb53b7 100644 --- a/captrace/makefile +++ b/captrace/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2412.2 +VERSION = 2.2412.3 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/crontask/makefile b/crontask/makefile index 530ad125..d651de2a 100644 --- a/crontask/makefile +++ b/crontask/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2412.2 +VERSION = 2.2412.3 LIBDIR = be.ems/lib BINNAME = crontask diff --git a/data2html/makefile b/data2html/makefile index dd61c436..be7ca169 100644 --- a/data2html/makefile +++ b/data2html/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2412.2 +VERSION = 2.2412.3 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/makefile b/makefile index 85ebd977..a706c3f8 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2412.2 +VERSION = 2.2412.3 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index ccd6898e..9d1d0d46 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent crontask sshsvc captrace data2html" ProjectL=omc -VERSION=2.2412.2 +VERSION=2.2412.3 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 70db3618..8cd0f5af 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2412.2 +VERSION = 2.2412.3 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 53c4574d..1617db53 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2412.2 +VERSION = 2.2412.3 LIBDIR = be.ems/lib BINNAME = sshsvc