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
e208d03a
Commit
e208d03a
authored
Dec 13, 2016
by
filatov
Browse files
move IUT certificate names for SSP testing from Pixits to module variables
parent
a6e672d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Pixits.ttcn
View file @
e208d03a
...
...
@@ -23,8 +23,4 @@ module LibItsCam_Pixits {
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
modulepar
charstring
PX_CERT_IUT_CAM_02
:=
"CERT_IUT_CAM_BO_02_AT"
;
modulepar
charstring
PX_CERT_IUT_CAM_03
:=
"CERT_IUT_CAM_BO_03_AT"
;
}
// End of module LibItsSecurity_Pixits
\ No newline at end of file
ttcn/CAM/LibItsCam_TypesAndValues.ttcn
View file @
e208d03a
...
...
@@ -57,10 +57,16 @@ module LibItsCam_TypesAndValues {
const
DangerousGoodsBasic
c_dangerousGoodsBasic_radioactiveMaterial
:=
radioactiveMaterial
;
const
DangerousGoodsBasic
c_dangerousGoodsBasic_corrosiveSubstances
:=
corrosiveSubstances
;
const
DangerousGoodsBasic
c_dangerousGoodsBasic_miscellaneousDangerousSubstances
:=
miscellaneousDangerousSubstances
;
}
// end group camValues
group
certificates
{
const
charstring
PX_CERT_IUT_CAM_02
:=
"CERT_IUT_CAM_BO_02_AT"
;
const
charstring
PX_CERT_IUT_CAM_03
:=
"CERT_IUT_CAM_BO_03_AT"
;
}
group
utPrimitives
{
/**
...
...
ttcn/DENM/LibItsDenm_Pixits.ttcn
View file @
e208d03a
...
...
@@ -23,8 +23,4 @@ module LibItsDenm_Pixits {
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
modulepar
charstring
PX_CERT_IUT_DENM_01
:=
"CERT_IUT_DENM_BO_01_AT"
;
modulepar
charstring
PX_CERT_IUT_DENM_02
:=
"CERT_IUT_DENM_BO_02_AT"
;
}
// End of module LibItsDenm_Pixits
\ No newline at end of file
ttcn/DENM/LibItsDenm_TypesAndValues.ttcn
View file @
e208d03a
...
...
@@ -53,6 +53,13 @@ module LibItsDenm_TypesAndValues {
const
TransmissionInterval
c_interval_10sec
:=
10000
;
}
// end group denmConstants
group
certicicates
{
const
charstring
PX_CERT_IUT_DENM_01
:=
"CERT_IUT_DENM_BO_01_AT"
;
const
charstring
PX_CERT_IUT_DENM_02
:=
"CERT_IUT_DENM_BO_02_AT"
;
}
group
utPrimitives
{
...
...
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