Commit 0ad847cc authored by garciay's avatar garciay
Browse files

Editorial changes

parent 9f3eb471
......@@ -96,7 +96,7 @@ module ItsRSUsSimulator_Templates {
}
/**
* @desc Receive template for GeoNetworking Unicast Packet
* @desc Receive template for GeoNetworking SREM Packet
* @param p_destinationShortPosVec Short position vector of destination
* @param p_seqNumber Sequence number of GeoUnicast packet
* @param p_nextHeader Id of next header
......
......@@ -206,7 +206,7 @@ module ItsRSUsSimulator_TypesAndValues {
* @desc List of DENM events per use case
* @see <wiki URL>
* <pre>
* v_denmParm := PICS_DENM_PARMS_UC1_RWW[PX_ETSI_ZONE_ID][vc_eventId];
* v_denmParm := PICS_DENM_PARMS_UC1_RWW[PX_ETSI_ZONE_ID - 1][vc_eventId];
* vc_eventId := (vc_eventId + 1) mod lengthof(PICS_DENM_PARMS_UC1_RWW)
* </pre>
*/
......
......@@ -496,7 +496,7 @@ module ItsSrem_TpFunctions {
f_cfUp();
// Preamble
f_prInitialState();
f_prInitialState();
f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
// Test Body
......@@ -611,7 +611,7 @@ module ItsSrem_TpFunctions {
f_cfUp();
// Preamble
f_prInitialState();
f_prInitialState();
f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
// Test Body
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment