33bf9216b4a38f943757955da637d5fb2e48685a
[o-du/l2.git] / src / codec_utils / F1AP / PagingIdentity.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 _PagingIdentity_H_
9 #define _PagingIdentity_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum PagingIdentity_PR {
23         PagingIdentity_PR_NOTHING,      /* No components present */
24         PagingIdentity_PR_rANUEPagingIdentity,
25         PagingIdentity_PR_cNUEPagingIdentity,
26         PagingIdentity_PR_choice_extension
27 } PagingIdentity_PR;
28
29 /* Forward declarations */
30 struct RANUEPagingIdentity;
31 struct CNUEPagingIdentity;
32 struct ProtocolIE_SingleContainer;
33
34 /* PagingIdentity */
35 typedef struct PagingIdentity {
36         PagingIdentity_PR present;
37         union PagingIdentity_u {
38                 struct RANUEPagingIdentity      *rANUEPagingIdentity;
39                 struct CNUEPagingIdentity       *cNUEPagingIdentity;
40                 struct ProtocolIE_SingleContainer       *choice_extension;
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } PagingIdentity_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_PagingIdentity;
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _PagingIdentity_H_ */
55 #include <asn_internal.h>