Commit c284bfb1 authored by garciay's avatar garciay
Browse files

Start validation of TD_AUTO_IOT_DENM_RWW_BV_01

parent 0928ab44
#include <asn1/asn_application.h>
#include "CodecPer.hh"
#include "ASN1RecodePer.hh"
#include <TTCN3.hh>
......
......@@ -2,24 +2,13 @@
#define CODECPER_H
#include "Params.hh"
#include "ASN1RecodePer.hh"
class OCTETSTRING;
class CHARSTRING;
class BITSTRING;
class TTCN_Buffer;
class TTCN_EncDec;
class TTCN_Typedescriptor_t;
struct asn_TYPE_descriptor_s;
class ASN1RecodePer // FIXME Move into file ASN1RecodePer.hh
{
protected:
int ber2per (const asn_TYPE_descriptor_s & td, TTCN_Buffer & buf);
int per2ber (const asn_TYPE_descriptor_s & td, TTCN_Buffer & buf);
int recode (const asn_TYPE_descriptor_s & td, int from, int to, TTCN_Buffer & buf);
};
template<typename TPDU>
class PERCodec : public ASN1RecodePer
{
......
#include "CodecPer.hh"
#include <TTCN3.hh>
template<class TPDU>
......
......@@ -2,7 +2,7 @@
#define CAMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
class BITSTRING;
......
......@@ -2,7 +2,7 @@
#define DENMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
class BITSTRING;
......
......@@ -2,7 +2,7 @@
#define IVIMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
#include "LibItsIvim_TestSystem.hh"
......
......@@ -2,7 +2,7 @@
#define MAPEMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
#include "LibItsMapemSpatem_TestSystem.hh"
......
......@@ -2,7 +2,7 @@
#define SPATEMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
#include "LibItsMapemSpatem_TestSystem.hh"
......
......@@ -2,7 +2,7 @@
#define SREMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
#include "LibItsSremSsem_TestSystem.hh"
......
......@@ -2,7 +2,7 @@
#define SSEMCODEC_H
#include "Codec.hh"
#include "CodecPer.hh"
#include "PERCodec.hh"
#include "Params.hh"
#include "LibItsSremSsem_TestSystem.hh"
......
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