-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswarm.ini
167 lines (136 loc) · 5.05 KB
/
swarm.ini
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
[General]
output-scalar-file-append = false
sim-time-limit=100s
**.vector-recording = true
simtime-scale=-8
#record-eventlog = true
##########################################################
# Core Network Configuration #
##########################################################
**.pgwStandard.trafficFlowFilter.filterFileName = "lteCoreConfigFiles/pgw.xml"
**.pgwStandard.gtp_user.teidFileName = "lteCoreConfigFiles/pgw.xml"
**.pgwStandard.gtp_user.tftFileName = "lteCoreConfigFiles/pgw.xml"
**.eNodeB.trafficFlowFilter.filterFileName = "lteCoreConfigFiles/enb1.xml"
**.eNodeB.gtp_user.teidFileName = "lteCoreConfigFiles/enb1.xml"
**.eNodeB.gtp_user.tftFileName = "lteCoreConfigFiles/enb1.xml"
**.sgwStandard1.gtp_user.teidFileName = "lteCoreConfigFiles/sgw1.xml"
##########################################################
# channel parameters #
##########################################################
**.channelControl.pMax = 10W
**.channelControl.alpha = 1.0
**.channelControl.carrierFrequency = 2100e+6Hz
################### RLC parameters #######################
#**.fragmentSize=30B
#**.timeout=50s
################### MAC parameters #######################
**.mac.queueSize = 1MiB
**.mac.maxBytesPerTti = 1KiB
**.mac.macDelay.result-recording-modes = all
**.mac.macThroughput.result-recording-modes = all
# Schedulers
**.mac.schedulingDisciplineDl = "MAXCI"
**.mac.schedulingDisciplineUl = "MAXCI"
################ PhyLayer parameters #####################
**.nic.phy.usePropagationDelay = true
**.nic.phy.channelModel=xmldoc("config_channel.xml")
################ Feedback parameters #####################
**.feedbackComputation = xmldoc("config_channel.xml")
################ Mobility parameters #####################
# *
**.mobility.constraintAreaMinZ = 0m
**.mobility.constraintAreaMaxZ = 0m
# UEs
**.enableHandover = false
################# Deployer parameters #######################
# UEs attached to eNB
**.fbDelay = 1
# General
**.deployer.positionUpdateInterval = 0.001s
**.deployer.broadcastMessageInterval = 1s
# RUs
**.deployer.numRus = 0
**.deployer.ruRange = 50
**.deployer.ruTxPower = "50,50,50;"
**.deployer.ruStartingAngle = 0deg
**.deployer.antennaCws = "2;" # !!MACRO + RUS (numRus + 1)
# AMC
**.deployer.numRbDl = 6
**.deployer.numRbUl = 6
**.deployer.rbyDl = 12
**.deployer.rbyUl = 12
**.deployer.rbxDl = 7
**.deployer.rbxUl = 7
**.deployer.rbPilotDl = 3
**.deployer.rbPilotUl = 0
**.deployer.signalDl = 1
**.deployer.signalUl = 1
**.deployer.numBands = 1
**.deployer.numPreferredBands = 1
############### AMC MODULE PARAMETERS ###############
**.rbAllocationType = "localized"
**.mac.amcMode = "AUTO"
**.feedbackType = "ALLBANDS"
**.feedbackGeneratorType = "IDEAL"
**.maxHarqRtx = 3
**.ueTxPower = 26
**.microTxPower = 20
**.*TxPower = 40
**.pfAlpha = 0.95
**.pfTmsAwareDL = false
[Config Swarm-Control]
network = swarm_network
output-scalar-file = ${resultdir}/${configname}-${iterationvars}-${repetition}.sca
output-vector-file = ${resultdir}/${configname}-${iterationvars}-${repetition}.vec
seed-set = ${repetition}
**.busy.result.result-recording-modes = all
**.utilization.result.result-recording-modes = all
**.packets.result.result-recording-modes = all
**.packetBytes.result.result-recording-modes = all
**.packetsDiscarded.result.result-recording-modes = all
**.throughput.result.result-recording-modes = all
**.busy.vector-recording = true
**.utilization.vector-recording = true
**.packets.vector-recording = true
**.packetBytes.vector-recording = true
**.packetsDiscarded.vector-recording = true
**.throughput.result.vector-recording = true
*.eNodeB.mobility.initFromDisplayString = false
*.eNodeB.mobility.initialX = 84m
*.eNodeB.mobility.initialY = 321m
# Schedulers
**.mac.schedulingDisciplineDl = "MAXCI"
**.mac.schedulingDisciplineUl = "MAXCI"
# connect each UE to the eNB
**.ue[*].macCellId = 1
**.ue[*].masterId = 1
# positioning and mobility
*.ue[*].mobility.acceleration = 0
*.ue[*].mobility.angle = uniform(0deg, 360deg)
*.ue[*].mobility.constraintAreaMaxX = 1000m
*.ue[*].mobility.constraintAreaMaxY = 1000m
*.ue[*].mobility.constraintAreaMinX = 0m
*.ue[*].mobility.constraintAreaMinY = 0m
*.ue[*].mobility.initFromDisplayString = false
*.ue[*].mobility.initialX = uniform(0m,800m)
*.ue[*].mobility.initialY = uniform(0m,800m)
*.ue[*].mobility.initialZ = 0
*.ue[*].mobility.speed = 1mps
*.ue[*].mobilityType = "LinearMobility"
#============= Application Setup =============
*.Controller.udpApp[*].typename = "VoIPReceiver"
*.Controller.udpApp[*].localPort = 3000+ancestorIndex(0)
# one UDP application for each user
*.ue[*].numUdpApps = 1
# the amount of UDP applications on server should be equal to (numUEs)*(ue[*].numUdpApps)
*.Controller.numUdpApps = 5
**.numUe = 5
#**.vector-recording = true
*.ue[*].udpApp[*].PacketSize = uniform(30,60)
*.ue[*].udpApp[*].destAddress = "Controller"
*.ue[*].udpApp[*].destPort = 3000+ancestorIndex(1)
*.ue[*].udpApp[*].localPort = 3088
*.ue[*].udpApp[*].typename = "VoIPSender"
*.ue[*].udpApp[*].startTime = uniform(0s,0.02s)
#*.ue[*].updApp[*].vector-recording = true
#------------------------------------#