-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscenarios.json
More file actions
39 lines (39 loc) · 1.17 KB
/
Copy pathscenarios.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"default":
{
"start_cps": 50,
"peak_cps": 100,
"max_concurrent": 150,
"duration": [60, 240],
"flow": ["INVITE", "100Trying", "180Ringing", "200OK", "200OKACK", "MEDIA", "BYE", "200BYE", "END"],
"media": {
"packetloss": [12, 150],
"jitter": [20, 130],
"mos": [3.5, 4.5]
}
},
"timeout":
{
"cps": 1,
"duration": [60, 120],
"max_concurrent": 1,
"flow": ["INVITE", "100Trying", "180Ringing", "200OK", "200OKACK", "BYE", "408", "END"],
"media": {
"packetloss": [12, 150],
"jitter": [20, 130],
"mos": [3.5, 4.5]
}
},
"bad_media":
{
"cps": 5,
"duration": [60, 120],
"max_concurrent": 50,
"flow": ["INVITE", "100Trying", "180Ringing", "200OK", "200OKACK", "MEDIA", "BYE", "200BYE", "END"],
"media": {
"packetloss": [300, 500],
"jitter": [160, 600],
"mos": [1.0, 2.0]
}
}
}