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
0720d504
Commit
0720d504
authored
Feb 09, 2017
by
filatov
Browse files
IS_DSRC => DSRC
various errors
parent
192caced
Changes
5
Hide whitespace changes
Inline
Side-by-side
ttcn/Common/LibItsCommon_ASN1_ISDSRC_NamedNumbers.ttcn
View file @
0720d504
...
...
@@ -2,7 +2,7 @@
module
LibItsCommon_ASN1_ISDSRC_NamedNumbers
{
import
from
IS_
DSRC
language
"ASN.1:1997"
all
;
import
from
DSRC
language
"ASN.1:1997"
all
;
group
IS_DSCR_constants
{
group
LaneParameter_constants
{
...
...
ttcn/DCC/LibItsDcc_TestSystem.ttcn
View file @
0720d504
...
...
@@ -49,7 +49,9 @@ module LibItsDcc_TestSystem {
* @desc Check Port used for intercomponent exchange of data to check
*/
type
port
CheckPort
message
{
inout
all
;
//FIXME RGY "all" is not supported by Titan in port message lists; only integers are sent and received via checkPort-s;
// inout all;
inout
integer
;
}
}
// end portDefinitions
...
...
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
0720d504
...
...
@@ -2784,7 +2784,7 @@ module LibItsGeoNetworking_Functions {
f_HashedId3FromHashedId8
(
valueof
(
p_digest
)
))
}
}
,
""
);
...
...
ttcn/Security/LibItsSecurity_Functions.ttcn3
View file @
0720d504
...
...
@@ -24,7 +24,8 @@ module LibItsSecurity_Functions {
import
from
LibItsSecurity_Templates
all
;
import
from
LibItsSecurity_Pixits
all
;
import
from
LibItsSecurity_TestSystem
all
;
import
from
LibItsSecurity_EncdecDeclarations
all
;
//FIXME(DF) UNUSED
// import from LibItsSecurity_EncdecDeclarations all;
group
helpersFunctions
{
...
...
@@ -191,7 +192,8 @@ module LibItsSecurity_Functions {
// Local variables
var
octetstring
v_secPayload
,
v_signature
;
var
Oct32
v_hash
;
//FIXME(DF) UNUSED
// var Oct32 v_hash;
var
template
(
value
)
ToBeSignedSecuredMessage
v_toBeSignedSecuredMessage
;
var
integer
i
,
j
,
k
,
n
;
var
HeaderFields
v_headerFields
:=
{};
...
...
@@ -263,7 +265,7 @@ module LibItsSecurity_Functions {
return
false
;
}
}
else
{
if
(
not
f_readSigningKey
(
valueof
(
cc_taCert_A
)
,
v_privateKey
)){
if
(
not
f_readSigningKey
(
cc_taCert_A
,
v_privateKey
)){
return
false
;
}
}
...
...
@@ -319,7 +321,8 @@ module LibItsSecurity_Functions {
// Local variables
var
octetstring
v_secPayload
,
v_signature
;
var
Oct32
v_hash
;
// FIXME(DF)UNUSED
// var Oct32 v_hash;
var
template
(
value
)
ToBeSignedSecuredMessage
v_toBeSignedSecuredMessage
;
var
integer
i
,
j
,
k
,
n
;
var
HeaderFields
v_headerFields
:=
{};
...
...
@@ -405,7 +408,7 @@ module LibItsSecurity_Functions {
return
false
;
}
}
else
{
if
(
not
f_readSigningKey
(
valueof
(
cc_taCert_A
)
,
v_privateKey
)){
if
(
not
f_readSigningKey
(
cc_taCert_A
,
v_privateKey
)){
return
false
;
}
}
...
...
@@ -948,7 +951,8 @@ module LibItsSecurity_Functions {
in
charstring
p_certificateName
)
runs
on
ItsSecurityBaseComponent
return
HashedId8
{
// Local variables
var
Certificate
v_atCertificate
;
// FIXME (DF) UNUSED
// var Certificate v_atCertificate;
var
HashedId8
v_hashedId8
:=
'0000000000000000'O
;
// Sanity check
...
...
@@ -1044,7 +1048,8 @@ module LibItsSecurity_Functions {
// Local variables
var
octetstring
v_secPayload
;
var
octetstring
v_signedData
;
var
Oct32
v_hash
;
// FIXME (DF) UNUSED
// var Oct32 v_hash;
var
integer
v_counter
;
var
boolean
v_result
:=
false
;
var
template
(
value
)
ToBeSignedSecuredMessage
v_toBeSignedSecuredMessage
;
...
...
@@ -1203,7 +1208,8 @@ module LibItsSecurity_Functions {
function
f_loadCertificates
(
in
charstring
p_configId
)
runs
on
ItsSecurityBaseComponent
return
boolean
{
var
boolean
v_result
;
// FIXME (DF) UNUSED
// var boolean v_result;
// Setup certificates memory cache
if
(
fx_loadCertificates
(
PX_CERTIFICATE_POOL_PATH
,
p_configId
)
==
true
)
{
...
...
@@ -1848,7 +1854,8 @@ module LibItsSecurity_Functions {
in
template
(
value
)
RectangularRegion
p_rectangular_region
,
out
PolygonalRegion
p_region
)
return
boolean
{
var
integer
v_counter
:=
0
;
// FIXME (DF) UNUSED
// var integer v_counter := 0;
// Convert rectangular regions to polygons and check polygons
p_region
[
0
]
:=
valueof
(
p_rectangular_region
.
northwest
);
...
...
ttcn/SremSsem/LibItsSremSsem_EncdecDeclarations.ttcn
View file @
0720d504
module
LibItsSremSsem_EncdecDeclarations
{
import
from
IS_
DSRC
all
;
import
from
DSRC
all
;
external
function
fx_enc_SSM
(
SignalStatusMessage
p
)
return
octetstring
with
{
extension
"prototype(convert) encode(BER:BER_ENCODE_CER)"
}
...
...
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