fix: MML命令连接改为网元信息配置telnet

This commit is contained in:
TsMask
2024-10-11 16:29:14 +08:00
parent 6e8472d2e8
commit b55ce9e290
3 changed files with 469 additions and 499 deletions

View File

@@ -184,15 +184,11 @@ type AlarmConfig struct {
}
type MMLParam struct {
Port int `yaml:"port"`
Port2 int `yaml:"port2"`
Sleep int64 `yaml:"sleep"`
DeadLine int64 `yaml:"deadLine"`
SizeRow int16 `yaml:"sizeRow"`
SizeCol int16 `yaml:"sizeCol"`
BufferSize int `yaml:"bufferSize"`
User string `yaml:"user"`
Password string `ymal:"password"`
MmlHome string `yaml:"mmlHome"`
}