7f554bca617e632152983b72c5dc6a30aaba930e
[ric-app/kpimon.git] / asn1c_defs / all-defs / HandoverRestrictionList.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _HandoverRestrictionList_H_\r
9 #define _HandoverRestrictionList_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "PLMN-Identity.h"\r
16 #include "ForbiddenInterRATs.h"\r
17 #include <constr_SEQUENCE.h>\r
18 \r
19 #ifdef __cplusplus\r
20 extern "C" {\r
21 #endif\r
22 \r
23 /* Forward declarations */\r
24 struct EPLMNs;\r
25 struct ForbiddenTAs;\r
26 struct ForbiddenLAs;\r
27 struct ProtocolExtensionContainer;\r
28 \r
29 /* HandoverRestrictionList */\r
30 typedef struct HandoverRestrictionList {\r
31         PLMN_Identity_t  servingPLMN;\r
32         struct EPLMNs   *equivalentPLMNs;       /* OPTIONAL */\r
33         struct ForbiddenTAs     *forbiddenTAs;  /* OPTIONAL */\r
34         struct ForbiddenLAs     *forbiddenLAs;  /* OPTIONAL */\r
35         ForbiddenInterRATs_t    *forbiddenInterRATs;    /* OPTIONAL */\r
36         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
37         /*\r
38          * This type is extensible,\r
39          * possible extensions are below.\r
40          */\r
41         \r
42         /* Context for parsing across buffer boundaries */\r
43         asn_struct_ctx_t _asn_ctx;\r
44 } HandoverRestrictionList_t;\r
45 \r
46 /* Implementation */\r
47 extern asn_TYPE_descriptor_t asn_DEF_HandoverRestrictionList;\r
48 extern asn_SEQUENCE_specifics_t asn_SPC_HandoverRestrictionList_specs_1;\r
49 extern asn_TYPE_member_t asn_MBR_HandoverRestrictionList_1[6];\r
50 \r
51 #ifdef __cplusplus\r
52 }\r
53 #endif\r
54 \r
55 #endif  /* _HandoverRestrictionList_H_ */\r
56 #include <asn_internal.h>\r