SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / GraphicString.h
1 /*-
2  * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef _GraphicString_H_
6 #define _GraphicString_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t GraphicString_t; /* Implemented via OCTET STRING */
15
16 extern asn_TYPE_descriptor_t asn_DEF_GraphicString;
17 extern asn_TYPE_operation_t asn_OP_GraphicString;
18
19 #define GraphicString_free OCTET_STRING_free
20
21 #if !defined(ASN_DISABLE_PRINT_SUPPORT)
22 #define GraphicString_print OCTET_STRING_print
23 #endif  /* !defined(ASN_DISABLE_PRINT_SUPPORT) */
24
25 #define GraphicString_compare OCTET_STRING_compare
26
27 #define GraphicString_constraint asn_generic_unknown_constraint
28
29 #if !defined(ASN_DISABLE_BER_SUPPORT)
30 #define GraphicString_decode_ber OCTET_STRING_decode_ber
31 #define GraphicString_encode_der OCTET_STRING_encode_der
32 #endif  /* !defined(ASN_DISABLE_BER_SUPPORT) */
33
34 #if !defined(ASN_DISABLE_XER_SUPPORT)
35 #define GraphicString_decode_xer OCTET_STRING_decode_xer_hex
36 #define GraphicString_encode_xer OCTET_STRING_encode_xer
37 #endif  /* !defined(ASN_DISABLE_XER_SUPPORT) */
38
39 #if !defined(ASN_DISABLE_JER_SUPPORT)
40 #define GraphicString_encode_jer OCTET_STRING_encode_jer
41 #endif  /* !defined(ASN_DISABLE_JER_SUPPORT) */
42
43 #if !defined(ASN_DISABLE_UPER_SUPPORT)
44 #define GraphicString_decode_uper OCTET_STRING_decode_uper
45 #define GraphicString_encode_uper OCTET_STRING_encode_uper
46 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) */
47 #if !defined(ASN_DISABLE_APER_SUPPORT)
48 #define GraphicString_decode_aper OCTET_STRING_decode_aper
49 #define GraphicString_encode_aper OCTET_STRING_encode_aper
50 #endif  /* !defined(ASN_DISABLE_APER_SUPPORT) */
51
52 #ifdef __cplusplus
53 }
54 #endif
55
56 #endif  /* _GraphicString_H_ */