Commit 06c1341a authored by garciay's avatar garciay
Browse files

STF545: Review first test

parent 118d5a55
......@@ -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;
// }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment