ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / BMPString.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 _BMPString_H_
6 #define _BMPString_H_
7
8 #include <OCTET_STRING.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 typedef OCTET_STRING_t BMPString_t;  /* Implemented via OCTET STRING */
15
16 extern asn_TYPE_descriptor_t asn_DEF_BMPString;
17 extern asn_TYPE_operation_t asn_OP_BMPString;
18 extern asn_OCTET_STRING_specifics_t asn_SPC_BMPString_specs;
19
20 asn_struct_print_f BMPString_print;     /* Human-readable output */
21 asn_constr_check_f BMPString_constraint;
22 xer_type_decoder_f BMPString_decode_xer;
23 xer_type_encoder_f BMPString_encode_xer;
24
25 #define BMPString_free          OCTET_STRING_free
26 #define BMPString_print         BMPString_print
27 #define BMPString_compare       OCTET_STRING_compare
28 #define BMPString_decode_ber    OCTET_STRING_decode_ber
29 #define BMPString_encode_der    OCTET_STRING_encode_der
30 #define BMPString_decode_uper   OCTET_STRING_decode_uper
31 #define BMPString_encode_uper   OCTET_STRING_encode_uper
32 #define BMPString_decode_aper   OCTET_STRING_decode_aper
33 #define BMPString_encode_aper   OCTET_STRING_encode_aper
34
35 #ifdef __cplusplus
36 }
37 #endif
38
39 #endif  /* _BMPString_H_ */