blob: 2ff8f9599d5f9907a1c09d29e771e888b4824ecf [file] [log] [blame]
Harald Welte019830c2015-09-10 10:20:56 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RUA-PDU"
4 * found in "../../asn1/rua/RUA-PDU.asn"
5 */
6
7#ifndef _RUA_RUA_PDU_H_
8#define _RUA_RUA_PDU_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include "RUA_InitiatingMessage.h"
15#include "RUA_SuccessfulOutcome.h"
16#include "RUA_UnsuccessfulOutcome.h"
17#include <constr_CHOICE.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum RUA_RUA_PDU_PR {
25 RUA_RUA_PDU_PR_NOTHING, /* No components present */
26 RUA_RUA_PDU_PR_initiatingMessage,
27 RUA_RUA_PDU_PR_successfulOutcome,
28 RUA_RUA_PDU_PR_unsuccessfulOutcome,
29 /* Extensions may appear below */
30
31} RUA_RUA_PDU_PR;
32
33/* RUA_RUA-PDU */
34typedef struct RUA_RUA_PDU {
35 RUA_RUA_PDU_PR present;
36 union RUA_RUA_PDU_u {
37 RUA_InitiatingMessage_t initiatingMessage;
38 RUA_SuccessfulOutcome_t successfulOutcome;
39 RUA_UnsuccessfulOutcome_t unsuccessfulOutcome;
40 /*
41 * This type is extensible,
42 * possible extensions are below.
43 */
44 } choice;
45
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48} RUA_RUA_PDU_t;
49
50/* Implementation */
51extern asn_TYPE_descriptor_t asn_DEF_RUA_RUA_PDU;
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif /* _RUA_RUA_PDU_H_ */
58#include <asn_internal.h>