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
01fb72fc
Commit
01fb72fc
authored
Sep 02, 2016
by
garciay
Browse files
Add its_aid port information in GeoNetworkingReq
parent
85992be5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn
View file @
01fb72fc
...
...
@@ -551,6 +551,8 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_CAM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_CAM_ITS_AID
:=
36
;
}
// End of group camCommonSettings
}
// End of group rsuParameters
...
...
@@ -569,6 +571,8 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_DENM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_DENM_ITS_AID
:=
37
;
modulepar
PosConfidenceEllipse
PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
:=
{
semiMajorConfidence
:=
SemiAxisLength_oneCentimeter_
,
semiMinorConfidence
:=
SemiAxisLength_oneCentimeter_
,
...
...
@@ -2629,6 +2633,8 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_MAPEM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_MAPEM_ITS_AID
:=
138
;
}
// End of group mapemCommonParams
group
mapemZone1
{
...
...
@@ -2888,6 +2894,8 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_SPATEM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_SPATEM_ITS_AID
:=
137
;
}
// End of group spatemCommonParams
group
spatemZone1
{
...
...
@@ -3021,6 +3029,8 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_IVIM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_IVIM_ITS_AID
:=
139
;
}
// End of group ivimCommonParams
group
ivimZone1
{
...
...
@@ -3065,6 +3075,10 @@ module ItsRSUsSimulator_Pics {
modulepar
BtpPortId
PICS_SREM_BTP_SOURCE_PORT
:=
0
;
modulepar
UInt32
PICS_SREM_ITS_AID
:=
140
;
modulepar
UInt32
PICS_SSEM_ITS_AID
:=
140
;
}
// End of group sremCommonParams
}
// End of group sremEvents
...
...
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Pixits.ttcn
View file @
01fb72fc
...
...
@@ -22,7 +22,7 @@ module ItsRSUsSimulator_Pixits {
/**
* @desc Indicate which RSU to simulate
*/
modulepar
integer
PX_RSU_ID
:=
1
1
;
modulepar
integer
PX_RSU_ID
:=
1
;
/**
* @desc Indicate which Use Case to simulate
...
...
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