-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
62 lines (56 loc) · 1.33 KB
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"priorities" : {
"mob_bband" : {
"delay" : 0,
"periodicity" : 2,
"throughput" : 3,
"energy_eff" : 3,
"mission_crit_support" : 1,
"max_conn" : 3,
"packet_size" : 3,
"packet_loss" : 3,
"latency" : 3,
"reliability" : 4,
"mobility" : 4
},
"rel_low_lat" : {
"delay" : 0,
"periodicity" : 3,
"throughput" : 2,
"energy_eff" : 0,
"mission_crit_support" : 5,
"max_conn" : 1,
"packet_size" : 1,
"packet_loss" : 4,
"latency" : 5,
"reliability" : 5,
"mobility" : 3
},
"mach_to_mach" : {
"delay" : 1,
"periodicity" : 2,
"throughput" : 1,
"energy_eff" : 2,
"mission_crit_support" : 3,
"max_conn" : 2,
"packet_size" : 1,
"packet_loss" : 4,
"latency" : 4,
"reliability" : 4,
"mobility" : 4
}
},
"nodes" : [
{
"name":0,
"slice_type" : 0
}
],
"edges" : [
{
"source" : 0,
"destination" : 1,
"slice_type" : 0
}
]
}