fd9a2231fa627620a35c09f0532a42760e93ed8d
[o-du/l2.git] / src / codec_utils / F1AP / UEIdentityIndexValue.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 _UEIdentityIndexValue_H_
9 #define _UEIdentityIndexValue_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum UEIdentityIndexValue_PR {
24         UEIdentityIndexValue_PR_NOTHING,        /* No components present */
25         UEIdentityIndexValue_PR_indexLength10,
26         UEIdentityIndexValue_PR_choice_extension
27 } UEIdentityIndexValue_PR;
28
29 /* Forward declarations */
30 struct ProtocolIE_SingleContainer;
31
32 /* UEIdentityIndexValue */
33 typedef struct UEIdentityIndexValue {
34         UEIdentityIndexValue_PR present;
35         union UEIdentityIndexValue_u {
36                 BIT_STRING_t     indexLength10;
37                 struct ProtocolIE_SingleContainer       *choice_extension;
38         } choice;
39         
40         /* Context for parsing across buffer boundaries */
41         asn_struct_ctx_t _asn_ctx;
42 } UEIdentityIndexValue_t;
43
44 /* Implementation */
45 extern asn_TYPE_descriptor_t asn_DEF_UEIdentityIndexValue;
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif  /* _UEIdentityIndexValue_H_ */
52 #include <asn_internal.h>