ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / VisibleString.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 _VisibleString_H_
6 #define _VisibleString_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t VisibleString_t;  /* Implemented via OCTET STRING */
15
16 extern asn_TYPE_descriptor_t asn_DEF_VisibleString;
17 extern asn_TYPE_operation_t asn_OP_VisibleString;
18
19 asn_constr_check_f VisibleString_constraint;
20
21 #define VisibleString_free          OCTET_STRING_free
22 #define VisibleString_print         OCTET_STRING_print
23 #define VisibleString_compare       OCTET_STRING_compare
24 #define VisibleString_constraint    VisibleString_constraint
25 #define VisibleString_decode_ber    OCTET_STRING_decode_ber
26 #define VisibleString_encode_der    OCTET_STRING_encode_der
27 #define VisibleString_decode_xer    OCTET_STRING_decode_xer_hex
28 #define VisibleString_encode_xer    OCTET_STRING_encode_xer
29 #define VisibleString_decode_uper   OCTET_STRING_decode_uper
30 #define VisibleString_encode_uper   OCTET_STRING_encode_uper
31 #define VisibleString_decode_aper   OCTET_STRING_decode_aper
32 #define VisibleString_encode_aper   OCTET_STRING_encode_aper
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif  /* _VisibleString_H_ */