ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / 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 #define GraphicString_print         OCTET_STRING_print
21 #define GraphicString_compare       OCTET_STRING_compare
22 #define GraphicString_constraint    asn_generic_unknown_constraint
23 #define GraphicString_decode_ber    OCTET_STRING_decode_ber
24 #define GraphicString_encode_der    OCTET_STRING_encode_der
25 #define GraphicString_decode_xer    OCTET_STRING_decode_xer_hex
26 #define GraphicString_encode_xer    OCTET_STRING_encode_xer
27 #define GraphicString_decode_uper   OCTET_STRING_decode_uper
28 #define GraphicString_encode_uper   OCTET_STRING_encode_uper
29 #define GraphicString_decode_aper   OCTET_STRING_decode_aper
30 #define GraphicString_encode_aper   OCTET_STRING_encode_aper
31
32 #ifdef __cplusplus
33 }
34 #endif
35
36 #endif  /* _GraphicString_H_ */