SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / MatchingUEidPerGP-Item.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "e2sm-kpm-v03.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _MatchingUEidPerGP_Item_H_
9 #define _MatchingUEidPerGP_Item_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "NativeEnumerated.h"
16 #include "constr_CHOICE.h"
17 #include "constr_SEQUENCE.h"
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum MatchingUEidPerGP_Item__matchedPerGP_PR {
25         MatchingUEidPerGP_Item__matchedPerGP_PR_NOTHING,        /* No components present */
26         MatchingUEidPerGP_Item__matchedPerGP_PR_noUEmatched,
27         MatchingUEidPerGP_Item__matchedPerGP_PR_oneOrMoreUEmatched
28         /* Extensions may appear below */
29         
30 } MatchingUEidPerGP_Item__matchedPerGP_PR;
31 typedef enum MatchingUEidPerGP_Item__matchedPerGP__noUEmatched {
32         MatchingUEidPerGP_Item__matchedPerGP__noUEmatched_true  = 0
33         /*
34          * Enumeration is extensible
35          */
36 } e_MatchingUEidPerGP_Item__matchedPerGP__noUEmatched;
37
38 /* Forward declarations */
39 struct MatchingUEidList_PerGP;
40
41 /* MatchingUEidPerGP-Item */
42 typedef struct MatchingUEidPerGP_Item {
43         struct MatchingUEidPerGP_Item__matchedPerGP {
44                 MatchingUEidPerGP_Item__matchedPerGP_PR present;
45                 union MatchingUEidPerGP_Item__matchedPerGP_u {
46                         long     noUEmatched;
47                         struct MatchingUEidList_PerGP   *oneOrMoreUEmatched;
48                         /*
49                          * This type is extensible,
50                          * possible extensions are below.
51                          */
52                 } choice;
53                 
54                 /* Context for parsing across buffer boundaries */
55                 asn_struct_ctx_t _asn_ctx;
56         } matchedPerGP;
57         /*
58          * This type is extensible,
59          * possible extensions are below.
60          */
61         
62         /* Context for parsing across buffer boundaries */
63         asn_struct_ctx_t _asn_ctx;
64 } MatchingUEidPerGP_Item_t;
65
66 /* Implementation */
67 /* extern asn_TYPE_descriptor_t asn_DEF_noUEmatched_3;  // (Use -fall-defs-global to expose) */
68 extern asn_TYPE_descriptor_t asn_DEF_MatchingUEidPerGP_Item;
69 extern asn_SEQUENCE_specifics_t asn_SPC_MatchingUEidPerGP_Item_specs_1;
70 extern asn_TYPE_member_t asn_MBR_MatchingUEidPerGP_Item_1[1];
71
72 #ifdef __cplusplus
73 }
74 #endif
75
76 #endif  /* _MatchingUEidPerGP_Item_H_ */
77 #include "asn_internal.h"