52 lines
2.3 KiB
Plaintext
52 lines
2.3 KiB
Plaintext
debugLevel=1
|
|
algoNumber=1
|
|
nextState=0
|
|
defaultTimeout=2
|
|
ackTimeout=2
|
|
collectTimeout=3
|
|
sendSteeringTimeMax=3
|
|
minApdev=3
|
|
maxOptTime=3
|
|
maxCollectTime=5 #!!!do not change
|
|
waitPerDev=2
|
|
ethRssi=200
|
|
scalingFactor=70
|
|
highRssiThreshold=30
|
|
high5gRssiThreshold=20
|
|
lowRssiThreshold=12
|
|
bestEffortRssiInc=5
|
|
algo2MinScore=1
|
|
algo2MaxScore=100
|
|
algo2LowRssiThershold=10
|
|
algo2Range1stHighThreshold=40
|
|
algo2Range2ndHighThreshold=50
|
|
algo2Range1stPerRssi=3
|
|
algo2Range2ndPerRssi=1
|
|
algo2LowerLevelRssiThreshold=20
|
|
algo2DiffLevelRssiInc=15
|
|
#end
|
|
#debugLevel 0 - error; 1 - warning; 2 - info; 3 - detail;
|
|
#nextState 0 - idle; 1 - prepare; 2 - collect; 3 - decision; 4 - configure; 5 - wait; Only 1,2,3 useful
|
|
#defaultTimeout - default timeout to change state
|
|
#ackTimeout - the time mapBhOpt will wait after sending a backhaul steering request message
|
|
#collectTimeout - the time mapBhOpt will wait after sending link metrics measurement start message
|
|
#sendSteeringTimeMax - the total times mapBhOpt will send backhaul steering request message to agent device if not receive ack within ackTimeout
|
|
#minApdev - the device number in shared memory must larger than minApdev, mapBhOpt will do backhaul optimization
|
|
#maxOptTime - the total times mapBhOpt will do backhaul optimization continuously
|
|
#maxCollectTime - the total times collect the link metrics !!! never change
|
|
#waitPerDev - the time mapBhOpt will wait for each device in WAIT state
|
|
#ethRssi - the ethernet link rssi
|
|
#scalingFactor - the rssi's scaling Factor each level
|
|
#highRssiThreshold - if the rssi with smaller level is larger than this, choose the smaller level one
|
|
#high5gRssiThreshold - if 5G's rssi is bigger than high5gRssiThreshold, we will choose 5g
|
|
#lowRssiThreshold - the min rssi acceptable
|
|
#bestEffortRssiInc - the difference between one rssi and lowRssiThreshold
|
|
#algo2MinScore - min score used by algo2
|
|
#algo2maxScore - max score used by algo2
|
|
#algo2LowRssiThershold - if rssi is less than this, the score is mim score
|
|
#algo2Range1stHighThreshold - the first segment's highest rssi
|
|
#algo2Range2ndHighThreshold - the second segment's highest rssi
|
|
#algo2Range1stPerRssi - used by algo2 to calculate the score
|
|
#algo2Range2ndPerRssi - used by algo2 to calculate the score
|
|
#algo2LowerLevelRssiThreshold - the acceptable rssi with lower level
|
|
#algo2DiffLevelRssiInc - the difference between one rssi and algo2LowerLevelRssiThreshold |