Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
89254826
Commit
89254826
authored
Dec 15, 2016
by
garciay
Browse files
PICS review
parent
4a1176cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
ttcn/IVIM/LibItsIvim_Pixits.ttcn
View file @
89254826
...
@@ -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
,
...
...
ttcn/MapemSpatem/LibItsMapemSpatem_Pixits.ttcn
View file @
89254826
...
@@ -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
;
...
...
ttcn/SremSsem/LibItsSremSsem_Pixits.ttcn
View file @
89254826
...
@@ -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
...
...
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