blob: 97ff69fa6ba218617cb85a2ada816bf493a12480 [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-PDU-Contents"
4 * found in "Spec/e2ap-v031ex.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6 */
7
8#ifndef _E_RABs_ToBeReleased_SgNBRelReq_Item_H_
9#define _E_RABs_ToBeReleased_SgNBRelReq_Item_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "E-RAB-ID.h"
16#include "EN-DC-ResourceConfiguration.h"
17#include <constr_CHOICE.h>
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR {
26 E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR_NOTHING, /* No components present */
27 E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR_sgNBPDCPpresent,
28 E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR_sgNBPDCPnotpresent
29 /* Extensions may appear below */
30
31} E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR;
32
33/* Forward declarations */
34struct ProtocolExtensionContainer;
35struct E_RABs_ToBeReleased_SgNBRelReq_Item_SgNBPDCPpresent;
36struct E_RABs_ToBeReleased_SgNBRelReq_Item_SgNBPDCPnotpresent;
37
38/* E-RABs-ToBeReleased-SgNBRelReq-Item */
39typedef struct E_RABs_ToBeReleased_SgNBRelReq_Item {
40 E_RAB_ID_t e_RAB_ID;
41 EN_DC_ResourceConfiguration_t en_DC_ResourceConfiguration;
42 struct E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration {
43 E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_PR present;
44 union E_RABs_ToBeReleased_SgNBRelReq_Item__resource_configuration_u {
45 struct E_RABs_ToBeReleased_SgNBRelReq_Item_SgNBPDCPpresent *sgNBPDCPpresent;
46 struct E_RABs_ToBeReleased_SgNBRelReq_Item_SgNBPDCPnotpresent *sgNBPDCPnotpresent;
47 /*
48 * This type is extensible,
49 * possible extensions are below.
50 */
51 } choice;
52
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55 } resource_configuration;
56 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
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} E_RABs_ToBeReleased_SgNBRelReq_Item_t;
65
66/* Implementation */
67extern asn_TYPE_descriptor_t asn_DEF_E_RABs_ToBeReleased_SgNBRelReq_Item;
68
69#ifdef __cplusplus
70}
71#endif
72
73#endif /* _E_RABs_ToBeReleased_SgNBRelReq_Item_H_ */
74#include <asn_internal.h>