Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
2704749a
Commit
2704749a
authored
Nov 07, 2016
by
garciay
Browse files
Editorial changes
parent
02bd4587
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn
View file @
2704749a
...
...
@@ -134,7 +134,7 @@ module ItsRSUsSimulator_Functions {
/**
* @desc Default handling cf01 de-initialisation.
*/
altstep
a_cf01Down
()
runs
on
Its
GeoNetworking
{
altstep
a_cf01Down
()
runs
on
Its
RSUsSimulator
{
[]
a_shutdown
()
{
f_poDefault
();
f_cf01Down
();
...
...
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn
View file @
2704749a
...
...
@@ -47,7 +47,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
01
'
O
mid
:=
'
00
1
C6B0D02
01
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU1
modulepar
RsuParm
PICS_RSU1
:=
{
...
...
@@ -90,7 +90,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
02
'
O
mid
:=
'
00
1
C6B0D02
02
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU2
modulepar
RsuParm
PICS_RSU2
:=
{
...
...
@@ -133,7 +133,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
03
'
O
mid
:=
'
00
1
C6B0D02
03
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU3
modulepar
RsuParm
PICS_RSU3
:=
{
...
...
@@ -176,7 +176,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
04
'
O
mid
:=
'
00
1
C6B0D02
04
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU4
modulepar
RsuParm
PICS_RSU4
:=
{
...
...
@@ -219,7 +219,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
05
'
O
mid
:=
'
00
1
C6B0D02
05
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU5
modulepar
RsuParm
PICS_RSU5
:=
{
...
...
@@ -262,7 +262,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
06
'
O
mid
:=
'
00
1
C6B0D02
06
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU6
modulepar
RsuParm
PICS_RSU6
:=
{
...
...
@@ -304,7 +304,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
07
'
O
mid
:=
'
00
1
C6B0D02
07
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU7
modulepar
RsuParm
PICS_RSU7
:=
{
...
...
@@ -346,7 +346,7 @@ module ItsRSUsSimulator_Pics {
typeOfAddress
:=
e_manual
,
stationType
:=
e_roadSideUnit
,
stationCountryCode
:=
33
,
mid
:=
'
00
0
ACCDDEE
08
'
O
mid
:=
'
00
1
C6B0D02
08
'
O
}
// End of PICS_RSU_GN_ADDRESS_RSU8
modulepar
RsuParm
PICS_RSU8
:=
{
...
...
@@ -425,37 +425,41 @@ module ItsRSUsSimulator_Pics {
group
camUseCase6
{
modulepar
integer
SIMULTANEOUS_VEHICLE_NUM
:=
10
;
group
camUseCase6VehicleTemplateDescription
{
group
camUseCase6VehicleDescription
{
modulepar
LongPosVector
PICS_UC6_VEHICLE_TEMPLATE_POSITION
:=
{
gnAddr
:=
{
typeOfAddress
:=
e_manual
,
stationType
:=
e_passengerCar
,
stationCountryCode
:=
33
,
mid
:=
'
000
ACCDDEEFF
'
O
},
timestamp_
:=
0
,
latitude
:=
0
,
longitude
:=
0
,
pai
:=
'0'
B
,
speed
:=
30
,
heading
:=
0
}
// End of PICS_UC6_VEHICLE_POSITION
modulepar
integer
SIMULTANEOUS_VEHICLE_NUM
:=
10
;
modulepar
GeoArea
PICS_UC6_VEHICLE_TEMPLATE_GEOAREA
:=
{
shape
:=
e_geoElip
,
area
:=
{
geoAreaPosLatitude
:=
0
,
geoAreaPosLongitude
:=
0
,
distanceA
:=
5
,
distanceB
:=
3
,
angle
:=
0
}
}
// End of PICS_UC6_VEHICLE_GEOAREA
modulepar
boolean
PICS_USE_SPV
:=
true
;
group
camUseCase6VehicleTemplateDescription
{
modulepar
LongPosVector
PICS_UC6_VEHICLE_TEMPLATE_POSITION
:=
{
gnAddr
:=
{
typeOfAddress
:=
e_manual
,
stationType
:=
e_passengerCar
,
stationCountryCode
:=
33
,
mid
:=
'
001
C6B0D02FF
'
O
},
timestamp_
:=
0
,
latitude
:=
0
,
longitude
:=
0
,
pai
:=
'0'
B
,
speed
:=
30
,
heading
:=
0
}
// End of PICS_UC6_VEHICLE_POSITION
modulepar
GeoArea
PICS_UC6_VEHICLE_TEMPLATE_GEOAREA
:=
{
shape
:=
e_geoElip
,
area
:=
{
geoAreaPosLatitude
:=
0
,
geoAreaPosLongitude
:=
0
,
distanceA
:=
5
,
distanceB
:=
3
,
angle
:=
0
}
}
// End of PICS_UC6_VEHICLE_GEOAREA
modulepar
boolean
PICS_USE_SPV
:=
true
;
}
// End of group camUseCase6VehicleTemplateDescription
}
// End of group camUseCase6VehicleDescription
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment