aboutsummaryrefslogtreecommitdiffstats
path: root/apps/nst/optimizers/conf/configIinputs.json
blob: 59fd5edc932d728cdba375295310fa4adcbd338c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"NST": [{
			"NST1 ": {
				"name": "NST_1",
				"id": "NST_1_id",
				"latency": 5,
				"uplink": 5,
				"downlink": 8
			}
		},
		{
			"NST2 ": {
				"name": "NST_2",
				"id": "NST_2_id",
				"latency": 3,
				"uplink": 7,
				"downlink": 1
			}
		}
	]
}