diff --git a/CHANGELOG.md b/CHANGELOG.md index 1248e83b..6c31e37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 版本发布日志 +## 2.2503.3-20250321 + +- 更新 SMF/UPF参数配置 +- 重构 UPF流量总计7,30天累计数据查询 +- 优化 默认获取Redis实例时支持不指定数据源 + ## 2.2503.2-20250314 - 更新 AMF参数配置systemFeatOpt diff --git a/makefile b/makefile index 7537df86..b0e220d9 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2503.2 +VERSION = 2.2503.3 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 40871f95..ff1c798c 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2503.2 +VERSION=2.2503.3 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 1af1d303..c9b03419 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -20,7 +20,7 @@ pprof: rest: - ipv4: 0.0.0.0 ipv6: - port: 33030 + port: 33040 - ipv4: 0.0.0.0 ipv6: port: 33443 @@ -31,7 +31,7 @@ rest: keyFile: ./etc/certs/omc-server.key webServer: - enabled: true + enabled: false rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory listen: - addr: :80 @@ -46,9 +46,9 @@ webServer: database: type: mysql user: root - password: 1000omc@kp! - host: 127.0.0.1 - port: 33066 + password: "1000omc@kp!" + host: "192.168.9.58" + port: 13306 name: omc_db connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True backup: ./database @@ -58,8 +58,8 @@ redis: dataSource: # OMC system db default: - port: 6379 # Redis port - host: "127.0.0.1" # Redis host + port: 16379 # Redis port + host: "192.168.9.58" # Redis host password: "helloearth" db: 10 # Redis db_num # used to specify the default data source for multiple data resourece diff --git a/restagent/makefile b/restagent/makefile index 665a9404..92c9b8c4 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2503.2 +VERSION = 2.2503.3 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 43f4fe68..2e28335a 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2503.2 +VERSION = 2.2503.3 LIBDIR = be.ems/lib BINNAME = sshsvc