SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / PrintableString.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 _PrintableString_H_
6 #define _PrintableString_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t PrintableString_t;  /* Implemented via OCTET STRING */
15
16 extern asn_TYPE_descriptor_t asn_DEF_PrintableString;
17 extern asn_TYPE_operation_t asn_OP_PrintableString;
18
19 #define PrintableString_free OCTET_STRING_free
20
21 #if !defined(ASN_DISABLE_PRINT_SUPPORT)
22 #define PrintableString_print OCTET_STRING_print_utf8
23 #endif  /* !defined(ASN_DISABLE_PRINT_SUPPORT) */
24
25 #define PrintableString_compare OCTET_STRING_compare
26
27 asn_constr_check_f PrintableString_constraint;
28
29 #if !defined(ASN_DISABLE_BER_SUPPORT)
30 #define PrintableString_decode_ber OCTET_STRING_decode_ber
31 #define PrintableString_encode_der OCTET_STRING_encode_der
32 #endif  /* !defined(ASN_DISABLE_BER_SUPPORT) */
33
34 #if !defined(ASN_DISABLE_XER_SUPPORT)
35 #define PrintableString_decode_xer OCTET_STRING_decode_xer_utf8
36 #define PrintableString_encode_xer OCTET_STRING_encode_xer_utf8
37 #endif  /* !defined(ASN_DISABLE_XER_SUPPORT) */
38
39 #if !defined(ASN_DISABLE_JER_SUPPORT)
40 #define PrintableString_encode_jer OCTET_STRING_encode_jer_utf8
41 #endif  /* !defined(ASN_DISABLE_JER_SUPPORT) */
42
43 #if !defined(ASN_DISABLE_UPER_SUPPORT)
44 #define PrintableString_decode_uper OCTET_STRING_decode_uper
45 #define PrintableString_encode_uper OCTET_STRING_encode_uper
46 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) */
47 #if !defined(ASN_DISABLE_APER_SUPPORT)
48 #define PrintableString_decode_aper OCTET_STRING_decode_aper
49 #define PrintableString_encode_aper OCTET_STRING_encode_aper
50 #endif  /* !defined(ASN_DISABLE_APER_SUPPORT) */
51
52 #ifdef __cplusplus
53 }
54 #endif
55
56 #endif  /* _PrintableString_H_ */