[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / CP-TransportLayerAddress.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "../F1.asn1"
5  *      `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _CP_TransportLayerAddress_H_
9 #define _CP_TransportLayerAddress_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "TransportLayerAddress.h"
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum CP_TransportLayerAddress_PR {
24         CP_TransportLayerAddress_PR_NOTHING,    /* No components present */
25         CP_TransportLayerAddress_PR_endpoint_IP_address,
26         CP_TransportLayerAddress_PR_endpoint_IP_address_and_port,
27         CP_TransportLayerAddress_PR_choice_extension
28 } CP_TransportLayerAddress_PR;
29
30 /* Forward declarations */
31 struct Endpoint_IP_address_and_port;
32 struct ProtocolIE_SingleContainer;
33
34 /* CP-TransportLayerAddress */
35 typedef struct CP_TransportLayerAddress {
36         CP_TransportLayerAddress_PR present;
37         union CP_TransportLayerAddress_u {
38                 TransportLayerAddress_t  endpoint_IP_address;
39                 struct Endpoint_IP_address_and_port     *endpoint_IP_address_and_port;
40                 struct ProtocolIE_SingleContainer       *choice_extension;
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } CP_TransportLayerAddress_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_CP_TransportLayerAddress;
49 extern asn_CHOICE_specifics_t asn_SPC_CP_TransportLayerAddress_specs_1;
50 extern asn_TYPE_member_t asn_MBR_CP_TransportLayerAddress_1[3];
51 extern asn_per_constraints_t asn_PER_type_CP_TransportLayerAddress_constr_1;
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _CP_TransportLayerAddress_H_ */
58 #include <asn_internal.h>