ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / ISO646String.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 _ISO646String_H_
6 #define _ISO646String_H_
7
8 #include <asn_application.h>
9 #include <VisibleString.h>
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 typedef VisibleString_t ISO646String_t; /* Implemented using VisibleString */
16
17 extern asn_TYPE_descriptor_t asn_DEF_ISO646String;
18 extern asn_TYPE_operation_t asn_OP_ISO646String;
19
20 #define ISO646String_free           OCTET_STRING_free
21 #define ISO646String_print          OCTET_STRING_print_utf8
22 #define ISO646String_compare        OCTET_STRING_compare
23 #define ISO646String_constraint     VisibleString_constraint
24 #define ISO646String_decode_ber     OCTET_STRING_decode_ber
25 #define ISO646String_encode_der     OCTET_STRING_encode_der
26 #define ISO646String_decode_xer     OCTET_STRING_decode_xer_utf8
27 #define ISO646String_encode_xer     OCTET_STRING_encode_xer_utf8
28 #define ISO646String_decode_uper    OCTET_STRING_decode_uper
29 #define ISO646String_encode_uper    OCTET_STRING_encode_uper
30 #define ISO646String_decode_aper    OCTET_STRING_decode_aper
31 #define ISO646String_encode_aper    OCTET_STRING_encode_aper
32
33 #ifdef __cplusplus
34 }
35 #endif
36
37 #endif  /* _ISO646String_H_ */