Skip to content

Commit

Permalink
revised omnetpp.ini from MOSAIC's omnetpp-federate (#6)
Browse files Browse the repository at this point in the history
* new revision of omnetpp.ini
* maxQueueSize setting generalized (hcf and dcf)

Co-authored-by: Felix Hilgerdenaar <[email protected]>
  • Loading branch information
fhilg and Felix Hilgerdenaar authored Jul 19, 2022
1 parent 429da0a commit ee1d794
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions src/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clientserverchannel-log-level = warn
record-eventlog = false
cmdenv-express-mode = false
cmdenv-event-banners = false
cmdenv-log-prefix = "%t: [%M] "
cmdenv-log-prefix = "[DEV] %t s: [%M] "

# random numbers
# -------------
Expand All @@ -41,16 +41,17 @@ Simulation.wlan[*].mac.rng-0 = 2
#
# MOSAIC log level equivalent: INFO DEBUG
#---------------------------------------------------
**.tx.cmdenv-log-level = info # = info
**.rx.cmdenv-log-level = info # = info
**.tx.cmdenv-log-level = warn # = info
**.rx.cmdenv-log-level = warn # = info
**.proxyApp.cmdenv-log-level = info # = info
Simulation.mgmt.cmdenv-log-level = info # = info

**.cmdenv-log-level = warn # = info # This sets everything to level INFO


########### application settings ############
#Simulation.rsu[*].udpApp.maxProcDelay = 1e-3
#Simulation.veh[*].udpApp.maxProcDelay = 1e-3
Simulation.rsu[*].udpApp.maxProcDelay = 0
Simulation.veh[*].udpApp.maxProcDelay = 0


########### UDP Settings ###############
Expand All @@ -62,13 +63,12 @@ Simulation.mgmt.cmdenv-log-level = info # = info
**.wlan*.mgmt.typename = "Ieee80211MgmtAdhoc"
**.wlan*.agent.typename = ""
**.wlan*.opMode = "p"
#**.wlan*.bitrate = 6Mbps

**.wlan*.mac.typename = "Ieee80211Mac"
**.wlan*.mac.qosStation = true
**.wlan*.mac.*.rateSelection.*Bitrate = 3Mbps
**.wlan*.mac.hcf.maxQueueSize = 10
**.wlan*.mac.hcf.edca.**.cwMin = 15
**.wlan*.mac.*.rateSelection.*Bitrate = 6Mbps
**.wlan*.mac.*.maxQueueSize = 10
**.wlan*.mac.**.cwMin = 15
**.wlan*.mac.**.cwMax = 1023
**.wlan*.mac.dcf.recoveryProcedure.shortRetryLimit = 7
**.wlan*.mac.dcf.recoveryProcedure.longRetryLimit = 7

Expand All @@ -88,11 +88,3 @@ Simulation.radioMedium.mediumLimitCache.carrierFrequency = 5.9GHz
Simulation.radioMedium.propagation.typename = "ConstantSpeedPropagation"
Simulation.radioMedium.pathLoss.typename = "FreeSpacePathLoss"
Simulation.radioMedium.obstacleLoss.typename = ""

########### mobility ###################
**.mobility.constraintAreaMinX = 0m
**.mobility.constraintAreaMinY = 0m
**.mobility.constraintAreaMinZ = 0m
**.mobility.constraintAreaMaxX = 10000m
**.mobility.constraintAreaMaxY = 10000m
**.mobility.constraintAreaMaxZ = 0m

0 comments on commit ee1d794

Please sign in to comment.