ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / T61String.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 _T61String_H_
6 #define _T61String_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t T61String_t;     /* Implemented via OCTET STRING */
15
16 extern asn_TYPE_descriptor_t asn_DEF_T61String;
17 extern asn_TYPE_operation_t asn_OP_T61String;
18
19 #define T61String_free          OCTET_STRING_free
20 #define T61String_print         OCTET_STRING_print
21 #define T61String_compare       OCTET_STRING_compare
22 #define T61String_constraint    asn_generic_unknown_constraint
23 #define T61String_decode_ber    OCTET_STRING_decode_ber
24 #define T61String_encode_der    OCTET_STRING_encode_der
25 #define T61String_decode_xer    OCTET_STRING_decode_xer_hex
26 #define T61String_encode_xer    OCTET_STRING_encode_xer
27 #define T61String_decode_uper   OCTET_STRING_decode_uper
28 #define T61String_encode_uper   OCTET_STRING_encode_uper
29 #define T61String_decode_aper   OCTET_STRING_decode_aper
30 #define T61String_encode_aper   OCTET_STRING_encode_aper
31
32 #ifdef __cplusplus
33 }
34 #endif
35
36 #endif  /* _T61String_H_ */