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
7024418b
Commit
7024418b
authored
Jul 05, 2016
by
garciay
Browse files
Bug fixed after rebuild with TCT3 & TITAN
parent
798bfce8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Functions.ttcn
View file @
7024418b
...
...
@@ -218,7 +218,7 @@ module LibItsCam_Functions {
/**
* @desc Setups default configuration
*/
function
f_cfUp
()
runs
on
ItsCam
system
ItsCamSystem
{
function
f_cfUp
()
runs
on
ItsCam
{
map
(
self
:
utPort
,
system
:
utPort
);
map
(
self
:
acPort
,
system
:
acPort
);
...
...
@@ -230,7 +230,7 @@ module LibItsCam_Functions {
/**
* @desc Deletes default configuration
*/
function
f_cfDown
()
runs
on
ItsCam
system
ItsCamSystem
{
function
f_cfDown
()
runs
on
ItsCam
{
unmap
(
self
:
utPort
,
system
:
utPort
);
unmap
(
self
:
acPort
,
system
:
acPort
);
...
...
ttcn/Security/LibItsSecurity_Functions.ttcn3
View file @
7024418b
...
...
@@ -1688,8 +1688,8 @@ module LibItsSecurity_Functions {
(
not
match
(
v_cert_issuer_region
.
validity
.
region
.
region
.
id_region
.
local_region
,
v_cert_region
.
validity
.
region
.
region
.
id_region
.
local_region
))
or
(
not
match
(
v_cert_issuer_region
.
validity
.
region
.
region
.
id_region
.
local_region
,
0
))
)
{
return
false
;
log
(
"*** "
&
testcasename
()
&
": FAIL: Issuer and issuing 'local_region' field does not match ***"
);
return
false
;
}
}
}
...
...
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