ca1790d0c262a8cadea918fcbf0f1fa82b4969cc
[o-du/l2.git] / src / codec_utils / F1AP / GNB-CU-TNL-Association-To-Update-Item.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 ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _GNB_CU_TNL_Association_To_Update_Item_H_
9 #define _GNB_CU_TNL_Association_To_Update_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "CP-TransportLayerAddress.h"
16 #include "TNLAssociationUsage.h"
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Forward declarations */
24 struct ProtocolExtensionContainer;
25
26 /* GNB-CU-TNL-Association-To-Update-Item */
27 typedef struct GNB_CU_TNL_Association_To_Update_Item {
28         CP_TransportLayerAddress_t       tNLAssociationTransportLayerAddress;
29         TNLAssociationUsage_t   *tNLAssociationUsage;   /* OPTIONAL */
30         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
31         
32         /* Context for parsing across buffer boundaries */
33         asn_struct_ctx_t _asn_ctx;
34 } GNB_CU_TNL_Association_To_Update_Item_t;
35
36 /* Implementation */
37 extern asn_TYPE_descriptor_t asn_DEF_GNB_CU_TNL_Association_To_Update_Item;
38
39 #ifdef __cplusplus
40 }
41 #endif
42
43 #endif  /* _GNB_CU_TNL_Association_To_Update_Item_H_ */
44 #include <asn_internal.h>