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
06c1341a
Commit
06c1341a
authored
Sep 28, 2018
by
garciay
Browse files
STF545: Review first test
parent
118d5a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccsrc/Protocols/Security/etsi_ts103097_data_codec.cc
View file @
06c1341a
...
...
@@ -4,8 +4,6 @@
#include
"asn1/asn_application.h"
// from asn1c
#include
"asn1/EtsiTs103097Certificate.h"
#include
"etsi_ts103097_codec_factory.hh"
#include
"loggers.hh"
int
etsi_ts103097_data_codec
::
encode
(
const
IEEE1609dot2
::
Ieee1609Dot2Data
&
p_ieee1609Dot2Data
,
OCTETSTRING
&
p_data
)
...
...
@@ -35,8 +33,6 @@ int etsi_ts103097_data_codec::decode (const OCTETSTRING& p_data, IEEE1609dot2::I
return
0
;
}
etsi_ts103097_codec_factory
etsi_ts103097_codec_factory
::
_f
;
// extern "C" {
// extern asn_TYPE_descriptor_t asn_DEF_EtsiTs103097;
// }
...
...
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