aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/T61String.h
blob: 3f4707ac46ca24e301116b7e0d8f664c936cad36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*-
 * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
 * Redistribution and modifications are permitted subject to BSD license.
 */
#ifndef	_T61String_H_
#define	_T61String_H_

#include <OCTET_STRING.h>

#ifdef __cplusplus
extern "C" {
#endif

typedef OCTET_STRING_t T61String_t;	/* Implemented via OCTET STRING */

extern asn_TYPE_descriptor_t asn_DEF_T61String;
extern asn_TYPE_operation_t asn_OP_T61String;

#define T61String_free          OCTET_STRING_free
#define T61String_print         OCTET_STRING_print
#define T61String_compare       OCTET_STRING_compare
#define T61String_constraint    asn_generic_unknown_constraint
#define T61String_decode_ber    OCTET_STRING_decode_ber
#define T61String_encode_der    OCTET_STRING_encode_der
#define T61String_decode_xer    OCTET_STRING_decode_xer_hex
#define T61String_encode_xer    OCTET_STRING_encode_xer
#define T61String_decode_uper   OCTET_STRING_decode_uper
#define T61String_encode_uper   OCTET_STRING_encode_uper

#ifdef __cplusplus
}
#endif

#endif	/* _T61String_H_ */