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
7ef94464
Commit
7ef94464
authored
Dec 13, 2016
by
filatov
Browse files
move module parameter PX_CERT_FOR_TS to LibItsCommon
parent
d0a24f09
Changes
8
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Pixits.ttcn
View file @
7ef94464
...
...
@@ -18,9 +18,4 @@ module LibItsCam_Pixits {
// LibItsSecurity
import
from
LibItsSecurity_TypesAndValues
all
;
/**
* @desc The certificate identifier the TA shall use in case of secured IUT
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// End of module LibItsSecurity_Pixits
\ No newline at end of file
ttcn/Common/LibItsCommon_Pixits.ttcn
View file @
7ef94464
...
...
@@ -55,4 +55,10 @@ module LibItsCommon_Pixits {
*/
modulepar
boolean
PX_GNSS_SCENARIO_SUPPORT
:=
false
;
/**
* @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_IUT_A_AT
* @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// end LibItsCommon_Pixits
\ No newline at end of file
ttcn/DENM/LibItsDenm_Pixits.ttcn
View file @
7ef94464
...
...
@@ -18,9 +18,4 @@ module LibItsDenm_Pixits {
// LibItsSecurity
import
from
LibItsSecurity_TypesAndValues
all
;
/**
* @desc The certificate identifier the TA shall use in case of secured IUT
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// End of module LibItsDenm_Pixits
\ No newline at end of file
ttcn/GeoNetworking/LibItsGeoNetworking_Pixits.ttcn
View file @
7ef94464
...
...
@@ -204,10 +204,4 @@ module LibItsGeoNetworking_Pixits {
}
// end geoNetworkingPixits
/**
* @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_IUT_A_AT
* @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// end LibItsGeoNetworking_Pixits
ttcn/IVIM/LibItsIvim_Pixits.ttcn
View file @
7ef94464
...
...
@@ -24,9 +24,4 @@ module LibItsIvim_Pixits {
providerIdentifier
:=
0
}
/**
* @desc The certificate identifier the TA shall use in case of secured IUT
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// End of module LibItsIvim_Pixits
\ No newline at end of file
ttcn/MapemSpatem/LibItsMapemSpatem_Pixits.ttcn
View file @
7ef94464
...
...
@@ -46,9 +46,4 @@ module LibItsMapemSpatem_Pixits {
*/
modulepar
SignalGroupID
PX_SIGNAL_GROUP_ID
:=
128
;
/**
* @desc The certificate identifier the TA shall use in case of secured IUT
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// end LibItsMapemSpatem_Pixits
ttcn/SremSsem/LibItsSremSsem_Functions.ttcn
View file @
7ef94464
...
...
@@ -24,6 +24,7 @@ module LibItsSremSsem_Functions {
import
from
LibItsCommon_TypesAndValues
all
;
import
from
LibItsCommon_Templates
all
;
import
from
LibItsCommon_Functions
all
;
import
from
LibItsCommon_Pixits
all
;
// LibItsSremSsem
import
from
LibItsSremSsem_TestSystem
all
;
...
...
ttcn/SremSsem/LibItsSremSsem_Pixits.ttcn
View file @
7ef94464
...
...
@@ -37,9 +37,4 @@ module LibItsSremSsem_Pixits {
*/
modulepar
MsgCount
PX_MSG_ISSUE_REVISION
:=
10
;
/**
* @desc The certificate identifier the TA shall use in case of secured IUT
*/
modulepar
charstring
PX_CERT_FOR_TS
:=
"CERT_TS_A_AT"
;
}
// end LibItsSremSsem_Pixits
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