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
0bee296d
Commit
0bee296d
authored
Dec 14, 2016
by
garciay
Browse files
Remove PICS_RSU
IS PICS reviews Remove some TODOs
parent
5b8db9db
Changes
5
Hide whitespace changes
Inline
Side-by-side
patches/titanization_asn1_IS.patch
0 → 100644
View file @
0bee296d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
patches/titanization.patch
→
patches/titanization
_ats
.patch
View file @
0bee296d
Index: AtsCAM/ItsCam_TpFunctions.ttcn
===================================================================
--- AtsCAM/ItsCam_TpFunctions.ttcn (revision 263
0
)
--- AtsCAM/ItsCam_TpFunctions.ttcn (revision 263
9
)
+++ AtsCAM/ItsCam_TpFunctions.ttcn (working copy)
@@ -
26
,6 +
26
,7 @@
@@ -
30
,6 +
30
,7 @@
import from LibItsCommon_Templates all;
import from LibItsCommon_Functions all;
import from LibItsCommon_Pixits all;
...
...
@@ -10,7 +10,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
// LibItsCam
import from LibItsCam_TestSystem all;
@@ -40
1
,7 +40
2
,7 @@
@@ -40
6
,7 +40
7
,7 @@
}
for (v_cnt:=0; v_cnt<lengthof(p_utTriggers); v_cnt:=v_cnt+1) {
...
...
@@ -19,7 +19,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -5
57
,7 +5
58
,9 @@
@@ -5
61
,7 +5
62
,9 @@
f_CAM_MSD_INA_BV_01(
"Brake pedal being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_brakePedalEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -30,7 +30,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -6
29
,7 +63
2
,9 @@
@@ -6
33
,7 +63
6
,9 @@
f_CAM_MSD_INA_BV_01(
"Gas pedal being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_gasPedalEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -41,7 +41,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -70
1
,7 +70
6
,9 @@
@@ -70
5
,7 +7
1
0,9 @@
f_CAM_MSD_INA_BV_01(
"Emergency brake being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_emergencyBrakeEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -52,7 +52,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -77
3
,7 +78
0
,9 @@
@@ -77
7
,7 +78
4
,9 @@
f_CAM_MSD_INA_BV_01(
"Collision warning being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_collisionWarningEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -63,7 +63,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -84
5
,7 +85
4
,9 @@
@@ -84
9
,7 +85
8
,9 @@
f_CAM_MSD_INA_BV_01(
"ACC being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_accEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -74,7 +74,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -91
7
,7 +92
8
,9 @@
@@ -9
2
1,7 +9
3
2,9 @@
f_CAM_MSD_INA_BV_01(
"Cruise control being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_cruiseControlEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -85,7 +85,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -9
8
9,7 +100
2
,9 @@
@@ -99
3
,7 +100
6
,9 @@
f_CAM_MSD_INA_BV_01(
"Speed limiter control being deactivated",
{ m_setAccelerationControlStatus(AccelerationControl_speedLimiterEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
...
...
@@ -96,7 +96,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -106
1
,7 +10
76
,9 @@
@@ -106
5
,7 +10
80
,9 @@
f_CAM_MSD_INA_BV_01(
"Low beam headlights being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_lowBeamHeadlightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -107,7 +107,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -113
3
,7 +115
0
,9 @@
@@ -113
7
,7 +115
4
,9 @@
f_CAM_MSD_INA_BV_01(
"High beam headlights being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_highBeamHeadlightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -118,7 +118,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -120
5
,7 +122
4
,9 @@
@@ -120
9
,7 +122
8
,9 @@
f_CAM_MSD_INA_BV_01(
"Left turn signal being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_leftTurnSignalOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -129,7 +129,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -12
77
,7 +1
298
,9 @@
@@ -12
81
,7 +1
302
,9 @@
f_CAM_MSD_INA_BV_01(
"Right turn signal being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_rightTurnSignalOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -140,7 +140,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -13
49
,7 +137
2
,9 @@
@@ -13
53
,7 +137
6
,9 @@
f_CAM_MSD_INA_BV_01(
"Daytime running lights being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_daytimeRunningLightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -151,7 +151,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -142
1
,7 +14
46
,9 @@
@@ -142
5
,7 +14
50
,9 @@
f_CAM_MSD_INA_BV_01(
"Reverese light being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_reverseLightOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -162,7 +162,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -149
3
,7 +152
0
,9 @@
@@ -149
7
,7 +152
4
,9 @@
f_CAM_MSD_INA_BV_01(
"Fog lights being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_fogLightOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -173,7 +173,7 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
);
// Postamble
@@ -156
5
,7 +159
4
,9 @@
@@ -156
9
,7 +159
8
,9 @@
f_CAM_MSD_INA_BV_01(
"Parking lights being deactivated",
{ m_setExteriorLightsStatus(ExteriorLights_parkingLightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
...
...
@@ -186,9 +186,9 @@ Index: AtsCAM/ItsCam_TpFunctions.ttcn
// Postamble
Index: AtsDENM/ItsDenm_TpFunctions.ttcn
===================================================================
--- AtsDENM/ItsDenm_TpFunctions.ttcn (revision 263
0
)
--- AtsDENM/ItsDenm_TpFunctions.ttcn (revision 263
9
)
+++ AtsDENM/ItsDenm_TpFunctions.ttcn (working copy)
@@ -
18
,6 +
18
,7 @@
@@ -
22
,6 +
22
,7 @@
import from LibItsCommon_TypesAndValues all;
import from LibItsCommon_Templates all;
import from LibItsCommon_Functions all;
...
...
@@ -196,7 +196,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
// LibIts
import from DENM_PDU_Descriptions language "ASN.1:1997" all;
@@ -2
5
6,7 +2
57
,7 @@
@@ -26
2
,7 +2
63
,7 @@
// Preamble
f_prInitialState();
for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
...
...
@@ -205,7 +205,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
v_actionIds[i] := v_denmInd.msgIn.denm.management.actionID;
}
@@ -26
3
,7 +2
64
,7 @@
@@ -26
9
,7 +2
70
,7 @@
f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
// Test Body
...
...
@@ -214,7 +214,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
v_actionIds[lengthof(v_actionIds) - 1] := v_denmInd.msgIn.denm.management.actionID;
@@ -4
47
,7 +44
8
,7 @@
@@ -4
53
,7 +4
5
4,7 @@
// Preamble
f_prInitialState();
for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
...
...
@@ -223,7 +223,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
v_actionIds[i] := v_denmInd.msgIn.denm.management.actionID;
v_timestampIts := v_denmInd.msgIn.denm.management.referenceTime;
@@ -4
55
,7 +4
5
6,7 @@
@@ -4
61
,7 +46
2
,7 @@
f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
// Test Body
...
...
@@ -232,7 +232,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -53
0
,7 +53
1
,7 @@
@@ -53
6
,7 +53
7
,7 @@
// Preamble
f_prInitialState();
for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
...
...
@@ -241,7 +241,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
f_poCancelEvent(e_iut, v_denmInd.msgIn.denm.management.actionID);
}
@@ -5
39
,7 +54
0
,7 @@
@@ -5
45
,7 +54
6
,7 @@
f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
// Test Body
...
...
@@ -250,7 +250,7 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -12
54
,7 +12
55
,7 @@
@@ -12
60
,7 +12
61
,7 @@
// Preamble
f_prInitialState();
for (i := 0; i < lengthof(v_situations); i := i + 1) {
...
...
@@ -261,9 +261,9 @@ Index: AtsDENM/ItsDenm_TpFunctions.ttcn
}
Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
===================================================================
--- AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn (revision 263
0
)
--- AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn (revision 263
9
)
+++ AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn (working copy)
@@ -2
3
,7 +2
3
,8 @@
@@ -2
7
,7 +2
7
,8 @@
import from LibItsGeoNetworking_Templates all;
import from LibItsGeoNetworking_TypesAndValues all;
import from LibItsGeoNetworking_Pics all;
...
...
@@ -273,7 +273,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
// 6.2.1
group geoFormatingAndDataValidity {
@@ -1
07
,7 +1
08
,7 @@
@@ -1
11
,7 +1
12
,7 @@
f_prNeighbour();
v_gnPacket := m_geoNwPdu(m_geoNwShbPacket(v_longPosVectorNodeB));
...
...
@@ -282,7 +282,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_sleep(PX_TAC);
@@ -12
5
,7 +1
26
,7 @@
@@ -12
9
,7 +1
30
,7 @@
// Test Body
v_gnPacket.basicHeader.version := valueof(v_gnPacket.basicHeader.version) + 1;
...
...
@@ -291,7 +291,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_sleep(PX_TAC);
@@ -22
1
,8 +22
2
,8 @@
@@ -22
5
,8 +22
6
,8 @@
// Preamble
f_prNeighbour();
if ( not f_utTriggerEvent(m_generateShbMessageWithPayload(v_payload)) ) {
...
...
@@ -302,7 +302,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
}
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -38
0
,7 +38
1
,7 @@
@@ -38
4
,7 +38
5
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -311,7 +311,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwTsbPacket(
vc_localSeqNumber,
@@ -39
1
,7 +39
2
,7 @@
@@ -39
5
,7 +39
6
,7 @@
v_hopLimit
)
)
...
...
@@ -320,7 +320,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_noac.start;
alt {
@@ -13
79
,7 +138
0
,7 @@
@@ -13
83
,7 +138
4
,7 @@
f_prNeighbour();
}
else {
...
...
@@ -329,7 +329,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
}
return v_longPosVectorNode;
@@ -139
2
,7 +139
3
,7 @@
@@ -139
6
,7 +139
7
,7 @@
//preamble part II
f_sendGeoNetMessage(
...
...
@@ -338,7 +338,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
);
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
} // end f_TP_GEONW_PON_LOT_BV_03_pre_2
@@ -14
5
6,7 +14
57
,7 @@
@@ -146
0
,7 +14
61
,7 @@
// Preamble
f_prDefault(); // NodeB will send Beacon only once
...
...
@@ -347,7 +347,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
// Test Body
@@ -171
7
,7 +17
18
,7 @@
@@ -17
2
1,7 +17
22
,7 @@
f_prDefault();
// Act as a neighbor and send one beacon
...
...
@@ -356,7 +356,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
} // end f_TP_GEONW_PON_LOT_BV_05_pre_1
/**
@@ -17
27
,7 +172
8
,7 @@
@@ -17
31
,7 +17
3
2,7 @@
//preamble part II
f_sendGeoNetMessage(
...
...
@@ -365,7 +365,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
);
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
} // end f_TP_GEONW_PON_LOT_BV_05_pre_2
@@ -199
2
,10 +199
3
,10 @@
@@ -199
6
,10 +199
7
,10 @@
}
else {
v_expectedSequenceNumber := v_expectedSequenceNumber + 1;
...
...
@@ -380,7 +380,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
repeat;
}
@@ -218
5
,7 +21
86
,7 @@
@@ -218
9
,7 +21
90
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -389,7 +389,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsReplyPacket(
v_longPosVectorNodeA,
@@ -219
4
,7 +219
5
,7 @@
@@ -219
8
,7 +219
9
,7 @@
)
)
)
...
...
@@ -398,7 +398,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -227
5
,12 +22
76
,12 @@
@@ -227
9
,12 +22
80
,12 @@
if ( v_firstLsRequestReceived == true ) {
log("*** " & testcasename() & ": Second LsRequest received ***");
tc_ac.stop;
...
...
@@ -413,7 +413,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
}
else {
@@ -242
4
,7 +242
5
,7 @@
@@ -242
8
,7 +242
9
,7 @@
}
f_sendGeoNetMessage(
...
...
@@ -422,7 +422,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsReplyPacket(
v_longPosVectorNodeA,
@@ -243
3
,7 +243
4
,7 @@
@@ -243
7
,7 +243
8
,7 @@
)
)
)
...
...
@@ -431,7 +431,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
// Check for messages send to Tester
tc_noac.start;
@@ -256
2
,7 +256
3
,7 @@
@@ -256
6
,7 +256
7
,7 @@
f_prNeighbour();
if ( not f_utTriggerEvent(m_generateGeoUnicastMessageWithLifetime(
v_longPosVectorNodeA.gnAddr,
...
...
@@ -440,7 +440,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
log("*** " & testcasename() & ": INCONC: Trigger failed ***");
f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
}
@@ -27
6
7,7 +27
68
,7 @@
@@ -277
1
,7 +27
72
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -449,7 +449,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsRequestPacket(
v_longPosVectorNodeB,
@@ -27
76
,7 +27
77
,7 @@
@@ -27
80
,7 +27
81
,7 @@
)
)
)
...
...
@@ -458,7 +458,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_noac.start;
alt {
@@ -2
899
,7 +290
0
,7 @@
@@ -2
903
,7 +290
4
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -467,7 +467,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsRequestPacket(
f_getPosition(c_compNodeA),
@@ -291
0
,7 +291
1
,7 @@
@@ -291
4
,7 +291
5
,7 @@
c_defaultHopLimit
)
)
...
...
@@ -476,7 +476,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
// Postamble
@@ -301
3
,7 +301
4
,7 @@
@@ -301
7
,7 +301
8
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -485,7 +485,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsReplyPacket(
f_getPosition(c_compNodeA),
@@ -302
4
,7 +302
5
,7 @@
@@ -302
8
,7 +302
9
,7 @@
c_defaultHopLimit
)
)
...
...
@@ -494,7 +494,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
// Postamble
@@ -30
77
,7 +30
7
8,7 @@
@@ -30
81
,7 +308
2
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -503,7 +503,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeA,
@@ -30
86
,7 +30
87
,7 @@
@@ -30
90
,7 +30
91
,7 @@
)
)
)
...
...
@@ -512,7 +512,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -316
5
,7 +31
66
,7 @@
@@ -316
9
,7 +31
70
,7 @@
f_sleepIgnoreDef(int2float(v_lt2));
f_sendGeoNetMessage(
...
...
@@ -521,7 +521,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwLsReplyPacket(
v_longPosVectorNodeA,
@@ -317
4
,7 +317
5
,7 @@
@@ -317
8
,7 +317
9
,7 @@
)
)
)
...
...
@@ -530,7 +530,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -331
0
,7 +331
1
,7 @@
@@ -331
4
,7 +331
5
,7 @@
// Test Body
if (tc_wait.running) {
f_sendGeoNetMessage(
...
...
@@ -539,7 +539,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeA,
@@ -33
19
,7 +332
0
,7 @@
@@ -33
23
,7 +332
4
,7 @@
)
)
)
...
...
@@ -548,7 +548,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_wait.stop;
tc_noac.start;
@@ -339
2
,7 +339
3
,7 @@
@@ -339
6
,7 +339
7
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -557,7 +557,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeA,
@@ -340
1
,7 +340
2
,7 @@
@@ -340
5
,7 +340
6
,7 @@
)
)
)
...
...
@@ -566,7 +566,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -34
6
7,7 +34
68
,7 @@
@@ -347
1
,7 +34
72
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -575,7 +575,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeA,
@@ -34
76
,7 +34
77
,7 @@
@@ -34
80
,7 +34
81
,7 @@
)
)
)
...
...
@@ -584,7 +584,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_noac.start;
alt {
@@ -35
46
,7 +35
47
,7 @@
@@ -35
50
,7 +35
51
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -593,7 +593,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeA,
@@ -355
5
,7 +35
5
6,7 @@
@@ -355
9
,7 +356
0
,7 @@
)
)
)
...
...
@@ -602,7 +602,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_noac.start;
alt {
@@ -36
77
,22 +36
7
8,22 @@
@@ -36
81
,22 +368
2
,22 @@
f_prNeighbour();
// Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
...
...
@@ -631,7 +631,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_noac.start;
alt {
[] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(?))) {
@@ -372
3
,7 +372
4
,9 @@
@@ -372
7
,7 +372
8
,9 @@
// Local variables
var ItsGeoNetworking v_nodeB;
var ItsGeoNetworking v_nodeC;
...
...
@@ -642,7 +642,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
// Test control
if (not PICS_GN_GUC_SRC) {
@@ -381
2
,7 +381
5
,7 @@
@@ -381
6
,7 +381
9
,7 @@
vc_localSeqNumber := p_sequenceNumberC;
f_sendGeoNetMessage(
...
...
@@ -651,7 +651,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeC,
@@ -382
3
,7 +38
26
,7 @@
@@ -382
7
,7 +38
30
,7 @@
c_defaultHopLimit
)
)
...
...
@@ -660,7 +660,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -38
47
,7 +385
0
,9 @@
@@ -38
51
,7 +385
4
,9 @@
// Local variables
var ItsGeoNetworking v_nodeB;
var ItsGeoNetworking v_nodeC;
...
...
@@ -671,7 +671,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
const integer c_messageCount := 2;
// Test control
@@ -39
49
,7 +395
4
,7 @@
@@ -39
53
,7 +395
8
,7 @@
for(i:=0; i < vc_multipleMessagesCount; i:=i+1) {
f_sendGeoNetMessage(
...
...
@@ -680,7 +680,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeC,
@@ -39
58
,7 +396
3
,7 @@
@@ -39
62
,7 +396
7
,7 @@
)
)
)
...
...
@@ -689,7 +689,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
}
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -406
3
,7 +40
68
,7 @@
@@ -406
7
,7 +40
72
,7 @@
f_prNeighbour();
f_sendGeoNetMessage(
...
...
@@ -698,7 +698,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
v_longPosVectorNodeC,
@@ -407
4
,7 +40
79
,7 @@
@@ -407
8
,7 +40
83
,7 @@
c_defaultHopLimit
)
)
...
...
@@ -707,7 +707,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -424
5
,10 +425
0
,10 @@
@@ -424
9
,10 +425
4
,10 @@
f_prDefault();
vc_multipleMessagesCount := p_messageCount;
for(i:=0; i < vc_multipleMessagesCount; i:=i+1) {
...
...
@@ -722,7 +722,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
}
tc_ac.start(1.0);
@@ -457
3
,13 +45
7
8,13 @@
@@ -457
7
,13 +458
2
,13 @@
f_prNeighbour();
// Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
...
...
@@ -738,7 +738,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(v_longPosVectorNodeA.gnAddr)) ) {
log("*** " & testcasename() & ": INCONC: Trigger failed ***");
@@ -480
3
,13 +48
08
,13 @@
@@ -480
7
,13 +48
12
,13 @@
// Preamble
f_prNonNeighbour();
// Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
...
...
@@ -754,7 +754,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
f_selfOrClientSyncAndVerdict(c_prDone, e_success);
// Test Body
@@ -54
18
,7 +542
3
,7 @@
@@ -54
22
,7 +542
7
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -763,7 +763,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwUnicastPacket(
f_getPosition(c_compNodeC),
@@ -543
3
,7 +54
38
,7 @@
@@ -543
7
,7 +54
42
,7 @@
-,
f_getIutMacAddress()
)
...
...
@@ -772,7 +772,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -555
1
,7 +55
5
6,7 @@
@@ -555
5
,7 +556
0
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -781,7 +781,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
m_geoNwPdu(
m_geoNwAnycastPacket(
v_longPosVectorNodeC,
@@ -556
2
,7 +55
6
7,7 @@
@@ -556
6
,7 +557
1
,7 @@
)
)
)
...
...
@@ -790,7 +790,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
tc_ac.start;
alt {
@@ -568
0
,7 +568
5
,7 @@
@@ -568
4
,7 +568
9
,7 @@
// Test Body
f_sendGeoNetMessage(
...
...
@@ -799,7 +799,7 @@ Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn