forked from akeranen/the-one
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffloading_case1.txt
More file actions
36 lines (31 loc) · 985 Bytes
/
offloading_case1.txt
File metadata and controls
36 lines (31 loc) · 985 Bytes
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
# case 1: 50% Cellular network only : 50% WiFi only users
Group.msgTtl = 2
# group3 (pedestrians) specific settings, Cellular only
Group3.groupID = pc
Group3.nrofHosts = 100
Group3.nrofInterfaces = 1
Group3.nrofApplications = 1
Group3.interface1 = cellularInterface
Group3.application1 = mobileApplication
Group3.router = OffloadingRouter
Group3.speed = 0.5,1.5
# group4 (pedestrians) specific settings, WiFi only
Group4.groupID = pw
Group4.nrofHosts = 100
Group4.nrofInterfaces = 1
Group4.nrofApplications = 1
Group4.interface1 = wlanInterface
Group4.application1 = mobileApplication
Group4.router = OffloadingRouter
Group4.speed = 0.5,1.5
# Routing settings
OffloadingRouter.p2pEnabled = false
OffloadingRouter.wifiOffloadEnabled = false
OffloadingRouter.offloadWaitTime = -1
# Dummy empty groups, needed just to not refactor the hotspot settings
Group5.groupID = none5
Group5.nrofHosts = 0
Group6.groupID = none6
Group6.nrofHosts = 0
Group7.groupID = none7
Group7.nrofHosts = 0