Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
c66ee9ec
Commit
c66ee9ec
authored
Dec 10, 2020
by
Yann Garcia
Browse files
Resolve merge conflict in ItsSecurity_TestCases
parent
a5579b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ccsrc/Protocols/UpperTester/uppertester_ivim_codec.cc
View file @
c66ee9ec
...
...
@@ -88,9 +88,6 @@ int uppertester_ivim_codec::encode (const Record_Type& msg, OCTETSTRING& data)
if
(
r
.
connectedIviStructures
().
is_present
())
{
// C
flags
|=
0x10
;
}
if
(
r
.
optional__
().
is_present
())
{
// O
flags
|=
0x08
;
}
encoding_buffer
.
put_c
(
flags
);
loggers
::
get_instance
().
log_to_hexa
(
"uppertester_ivim_codec::encode: flags="
,
encoding_buffer
);
// Continue with encoding
...
...
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn
View file @
c66ee9ec
...
...
@@ -59,7 +59,6 @@ module ItsSecurity_TestCases {
import from ItsSecurity_TestSystem all;
import from ItsSecurity_Functions all;
import from ItsSecurity_Templates all;
import from ItsSecurity_Pics all;
/**
* @desc Sending behaviour test cases
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