In (Sommer et al., 2010), the authors present a
computationally inexpensive simulation model for ra-
dio shadowing in urban environments based on real
world measurements, which comprises an estimation
of the effects that buildings have on the radio commu-
nication between vehicles. We combine their general
model with a Nagakami propagation model for deter-
mining the received signal power level.
Based on the calculation of received signal power
at each receiver, the arrived packets are determined
to be successfully received or lost. Our model deter-
mines the received power P
r
at a certain distance d:
P
r
[dBm] = 10log
10
X
m,
P
r,FS
m
− X
obs
, (3)
where X(m,
P
r,FS
m
) is a random variable following a
Gamma distribution with shape parameter m and scale
parameter
P
r,FS
m
describing the Nakagami multipath fa-
ding component. P
r,FS
is the received signal power
according to the deterministic free space path loss:
P
r,FS
[mW] = P
t
G
t
G
r
λ
2
(4π)
2
d
α
L
,
where P
t
represents the transmission power, G
t
and
G
r
the antenna gains and λ the carrier wavelength, d
is the linear distance between transmitter and receiver,
α the path loss coefficient and L a system loss factor.
The term X
obs
in equation 3 describes the addi-
tional attenuation of a transmission due to an obstacle
as introduced in (Sommer et al., 2010).
4.1.3 Medium Access Control Model
Vehicular communication relies on a wireless chan-
nel which is shared by all stations in the network, so
access to the shared channel needs to be coordinated
to avoid collisions. Medium access in vehicular net-
works is based on the carrier sense multiple access
with collision avoidance (CSMA/CA), but is subject
to some modifications, like communication without
prior association or authentication with a basic ser-
vice set (BSS) (ETSI, 2010).
As our communication model currently directly
interacts with the AIMSUN API (see Section 5), com-
munication modeling is restricted to AIMSUN’s gran-
ularity of simulation time, which provides a minimum
time step length of 100 ms, while frame durations and
MAC timings in IEEE 802.11 are in the range of µs.
Therefore the current version of the implementation
does not model medium access and collisions yet.
5 USE CASE AND
IMPLEMENTATION
In the following, we describe a use case comprising
efficient routing in urban road networks by central-
ized and decentralized decision support. Communi-
cation ensures distribution of information required for
centralized and decentralized decisions. We focus on
the implementation of functionality which integrates
traffic and realistic communication simulation.
The use case refers to the investigation of the im-
pact of centralized and decentralized decision support
during the morning rush hour within a part of the city
road network of Hannover, Germany. Here, at least
one junction is regularly overloaded, leading to traf-
fic jams and significant extensions of individual travel
times. Our aim is to automatically identify junc-
tions suffering from bad traffic quality and dynami-
cally adjust their traffic signal programs (see Section
2). Then, a centrally predefined rerouting strategy is
selected and communicated to the individual vehicles,
which may react to this new information and redefine
their route through the network by taking into account
their individual cognition of the traffic state (see Sec-
tion 3). Thus, congestion at a crowded junction may
be alleviated by spacious rerouting.
A model of the road network in the southern part
of Hannover is implemented in the traffic simulation
software AIMSUN. It allows detailed modeling of
city road traffic in terms of road infrastructure, be-
havior of the vehicles, traffic light control etc., being
embeddded in a microscopic traffic simulation. We
parameterize traffic flows and traffic signal programs
according to data from empirical traffic data collec-
tion as well as control programs being in operation.
While AIMSUN features precise modeling of single
vehicles, traffic lights and urban road infrastructure,
the simulation of vehicular communication and deci-
sion making is not supported readily.
In order to establish decentralized decision sup-
port, a modular software architecture has been devel-
oped. Each vehicle has a navigation system, contain-
ing a graph representation of the road network, a com-
munication module for reception and broadcasting of
V2V and V2I messages, a set of applications used for
decentralized decision making in terms of grouping
as well as individual routing based on updated infor-
mation by the centralized traffic management and a
learning application which features continuous obser-
vation of the vehicle’s anticipated and realized behav-
ior and thus updates its knowledge about the network.
First simulation results allow insights into effi-
ciency and applicability of the simulation framework.
Figure 1 shows the effective number of nodes in the
DECISION SUPPORT FOR DYNAMIC CITY TRAFFIC MANAGEMENT USING VEHICULAR COMMUNICATION
331