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
7e49401d
Commit
7e49401d
authored
Jul 21, 2016
by
filatov
Browse files
LibItsCAM LibItsDENM: add certificate hash Pixits
parent
e32e9c1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Pixits.ttcn
0 → 100644
View file @
7e49401d
/**
* @author ETSI / STF517
* @version $URL$
* $Id$
* @desc Module containing Pixits for CAM
*
*/
module
LibItsCam_Pixits
{
// LibCommon
import
from
LibCommon_BasicTypesAndValues
all
;
import
from
LibCommon_DataStrings
all
;
// LibItsSecurity
import
from
LibItsSecurity_TypesAndValues
all
;
modulepar
Oct8
PX_CERT_IUT_CAM_01
:=
'0000000000000000'O
;
modulepar
Oct8
PX_CERT_IUT_CAM_02
:=
'0000000000000000'O
;
modulepar
Oct8
PX_CERT_IUT_CAM_03
:=
'0000000000000000'O
;
}
// End of module LibItsSecurity_Pixits
\ No newline at end of file
ttcn/DENM/LibItsDenm_Pixits.ttcn
0 → 100644
View file @
7e49401d
/**
* @author ETSI / STF517
* @version $URL$
* $Id$
* @desc Module containing Pixits for DENM
*
*/
module
LibItsDenm_Pixits
{
// LibCommon
import
from
LibCommon_BasicTypesAndValues
all
;
import
from
LibCommon_DataStrings
all
;
// LibItsSecurity
import
from
LibItsSecurity_TypesAndValues
all
;
modulepar
Oct8
PX_CERT_IUT_DENM_01
:=
'0000000000000000'O
;
modulepar
Oct8
PX_CERT_IUT_DENM_02
:=
'0000000000000000'O
;
modulepar
Oct8
PX_CERT_IUT_DENM_03
:=
'0000000000000000'O
;
}
// End of module LibItsDenm_Pixits
\ No newline at end of file
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