feat: omc界面配置参数添加信令跟踪开关
This commit is contained in:
@@ -70,11 +70,12 @@ mml:
|
||||
bufferSize: 65535
|
||||
mmlHome: ./mmlhome
|
||||
|
||||
# Tracking configuration
|
||||
# track configuration for NE signaling trace
|
||||
# host fill in the specific IP address
|
||||
trace:
|
||||
enabled: false
|
||||
host: "172.16.5.100" # Fill in the specific IP address
|
||||
port: 33033
|
||||
enabled: false # trace enabled, default false
|
||||
host: "172.16.5.100" # trace host, default 127.0.0.1
|
||||
port: 33033 # trace port, default 33033
|
||||
|
||||
# NE config
|
||||
ne:
|
||||
|
||||
Reference in New Issue
Block a user