ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / IA5String.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 _IA5String_H_
6 #define _IA5String_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t IA5String_t;  /* Implemented via OCTET STRING */
15
16 /*
17  * IA5String ASN.1 type definition.
18  */
19 extern asn_TYPE_descriptor_t asn_DEF_IA5String;
20 extern asn_TYPE_operation_t asn_OP_IA5String;
21
22 asn_constr_check_f IA5String_constraint;
23
24 #define IA5String_free          OCTET_STRING_free
25 #define IA5String_print         OCTET_STRING_print_utf8
26 #define IA5String_compare       OCTET_STRING_compare
27 #define IA5String_decode_ber    OCTET_STRING_decode_ber
28 #define IA5String_encode_der    OCTET_STRING_encode_der
29 #define IA5String_decode_xer    OCTET_STRING_decode_xer_utf8
30 #define IA5String_encode_xer    OCTET_STRING_encode_xer_utf8
31 #define IA5String_decode_uper   OCTET_STRING_decode_uper
32 #define IA5String_encode_uper   OCTET_STRING_encode_uper
33 #define IA5String_decode_aper   OCTET_STRING_decode_aper
34 #define IA5String_encode_aper   OCTET_STRING_encode_aper
35
36 #ifdef __cplusplus
37 }
38 #endif
39
40 #endif  /* _IA5String_H_ */