blob: 6176761cf1c3ae8e3dec064b1c72553ff0f3f708 [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _TransportInfo_H_
9#define _TransportInfo_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "TransportLayerAddress.h"
16#include "GTP-TEI.h"
17#include "BindingID.h"
18#include <constr_CHOICE.h>
19#include <constr_SEQUENCE.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Dependencies */
26typedef enum transportAssociation_PR {
27 transportAssociation_PR_NOTHING, /* No components present */
28 transportAssociation_PR_gtp_TEI,
29 transportAssociation_PR_bindingID,
30 /* Extensions may appear below */
31
32} transportAssociation_PR;
33
34/* Forward declarations */
35struct IE_Extensions;
36
37/* TransportInfo */
38typedef struct TransportInfo {
39 TransportLayerAddress_t transportLayerAddress;
40 struct transportAssociation {
41 transportAssociation_PR present;
42 union TransportInfo__transportAssociation_u {
43 GTP_TEI_t gtp_TEI;
44 BindingID_t bindingID;
45 /*
46 * This type is extensible,
47 * possible extensions are below.
48 */
49 } choice;
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53 } transportAssociation;
54 struct IE_Extensions *iE_Extensions /* OPTIONAL */;
55 /*
56 * This type is extensible,
57 * possible extensions are below.
58 */
59
60 /* Context for parsing across buffer boundaries */
61 asn_struct_ctx_t _asn_ctx;
62} TransportInfo_t;
63
64/* Implementation */
65extern asn_TYPE_descriptor_t asn_DEF_TransportInfo;
66
67#ifdef __cplusplus
68}
69#endif
70
71/* Referred external types */
72#include "IE-Extensions.h"
73
74#endif /* _TransportInfo_H_ */
75#include <asn_internal.h>