blob: 33ee68c1f6d23d3a32cddc6e42c04f51e9513cab [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "S1AP-PDU-Contents"
4 * found in "./asn1c/S1AP-PDU-Contents.asn"
5 * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
6 */
7
8#ifndef _E_RABAdmittedItem_H_
9#define _E_RABAdmittedItem_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "E-RAB-ID.h"
16#include "TransportLayerAddress.h"
17#include "GTP-TEID.h"
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Forward declarations */
25struct ProtocolExtensionContainer;
26
27/* E-RABAdmittedItem */
28typedef struct E_RABAdmittedItem {
29 E_RAB_ID_t e_RAB_ID;
30 TransportLayerAddress_t transportLayerAddress;
31 GTP_TEID_t gTP_TEID;
32 TransportLayerAddress_t *dL_transportLayerAddress; /* OPTIONAL */
33 GTP_TEID_t *dL_gTP_TEID; /* OPTIONAL */
34 TransportLayerAddress_t *uL_TransportLayerAddress; /* OPTIONAL */
35 GTP_TEID_t *uL_GTP_TEID; /* OPTIONAL */
36 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
37 /*
38 * This type is extensible,
39 * possible extensions are below.
40 */
41
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
44} E_RABAdmittedItem_t;
45
46/* Implementation */
47extern asn_TYPE_descriptor_t asn_DEF_E_RABAdmittedItem;
48extern asn_SEQUENCE_specifics_t asn_SPC_E_RABAdmittedItem_specs_1;
49extern asn_TYPE_member_t asn_MBR_E_RABAdmittedItem_1[8];
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* _E_RABAdmittedItem_H_ */
56#include <asn_internal.h>