Commit 89254826 authored by garciay's avatar garciay
Browse files

PICS review

parent 4a1176cd
...@@ -18,6 +18,7 @@ module LibItsIvim_Pixits { ...@@ -18,6 +18,7 @@ module LibItsIvim_Pixits {
/** /**
* @desc IUT Provider identifier * @desc IUT Provider identifier
* Provider description used in IVIM messages sent by the tester * Provider description used in IVIM messages sent by the tester
* @see ETSI TS 103 191-3 Table B.8
*/ */
modulepar Provider PX_PROVIDER := { modulepar Provider PX_PROVIDER := {
countryCode := '0000000000'B, countryCode := '0000000000'B,
......
...@@ -23,21 +23,25 @@ module LibItsMapemSpatem_Pixits { ...@@ -23,21 +23,25 @@ module LibItsMapemSpatem_Pixits {
/** /**
* @desc MsgCount for MAPEM sending * @desc MsgCount for MAPEM sending
* @see ETSI TS 103 191-3 Table B.7
*/ */
modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; modulepar MsgCount PX_MSG_ISSUE_REVISION := 10;
/** /**
* @desc MsgCount for IntersectionState DF sending * @desc MsgCount for IntersectionState DF sending
* @see ETSI TS 103 191-3 Table B.7
*/ */
modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20;
/** /**
* @desc Id for IntersectionReferenceID DF sending * @desc Id for IntersectionReferenceID DF sending
* @see ETSI TS 103 191-3 Table B.7
*/ */
modulepar IntersectionID PX_INTERSECTION_ID := 1500; modulepar IntersectionID PX_INTERSECTION_ID := 1500;
/** /**
* @desc SignalGroup for MovementState DF sending * @desc SignalGroup for MovementState DF sending
* @see ETSI TS 103 191-3 Table B.7
*/ */
modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128;
......
...@@ -21,12 +21,28 @@ module LibItsSremSsem_Pixits { ...@@ -21,12 +21,28 @@ module LibItsSremSsem_Pixits {
// LibItsSremSsem // LibItsSremSsem
import from LibItsSremSsem_TypesAndValues all; import from LibItsSremSsem_TypesAndValues all;
/**
* @desc MsgCount for MAPEM sending
* @see ETSI TS 103 191-3 Table B.9
*/
modulepar BasicVehicleRole PX_BASICVEHICLEROLE := emergency; modulepar BasicVehicleRole PX_BASICVEHICLEROLE := emergency;
modulepar RequestImportanceLevel PX_REQUESTIMPORTANCELEVEL := requestImportanceLevel13; /**
* @desc Used by tester in SREM trigger request
* @see ETSI TS 103 191-3 Table B.9
*/
modulepar RequestImportanceLevel PX_REQUESTIMPORTANCELEVEL := requestImportanceLevel13;
/**
* @desc Used by tester in SREM trigger request
* @see ETSI TS 103 191-3 Table B.9
*/
modulepar DSecond PX_SECOND := 0; modulepar DSecond PX_SECOND := 0;
/**
* @desc Used in SREM and SSEM sent by tester
* @see ETSI TS 103 191-3 Table B.9
*/
modulepar IntersectionReferenceID PX_STATUS := { modulepar IntersectionReferenceID PX_STATUS := {
region := omit, region := omit,
id := 0 id := 0
......
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