blob: 171a049bd6056230ca36e5adc8f0b07eaf2014d3 [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-IEs"
4 * found in "../../asn1/rua/RUA-IEs.asn"
5 */
6
7#ifndef _RUA_CN_DomainIndicator_H_
8#define _RUA_CN_DomainIndicator_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum RUA_CN_DomainIndicator {
22 RUA_CN_DomainIndicator_cs_domain = 0,
23 RUA_CN_DomainIndicator_ps_domain = 1
24} e_RUA_CN_DomainIndicator;
25
26/* RUA_CN-DomainIndicator */
27typedef long RUA_CN_DomainIndicator_t;
28
29/* Implementation */
30extern asn_TYPE_descriptor_t asn_DEF_RUA_CN_DomainIndicator;
31asn_struct_free_f RUA_CN_DomainIndicator_free;
32asn_struct_print_f RUA_CN_DomainIndicator_print;
33asn_constr_check_f RUA_CN_DomainIndicator_constraint;
34ber_type_decoder_f RUA_CN_DomainIndicator_decode_ber;
35der_type_encoder_f RUA_CN_DomainIndicator_encode_der;
36xer_type_decoder_f RUA_CN_DomainIndicator_decode_xer;
37xer_type_encoder_f RUA_CN_DomainIndicator_encode_xer;
38per_type_decoder_f RUA_CN_DomainIndicator_decode_uper;
39per_type_encoder_f RUA_CN_DomainIndicator_encode_uper;
40per_type_decoder_f RUA_CN_DomainIndicator_decode_aper;
41per_type_encoder_f RUA_CN_DomainIndicator_encode_aper;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _RUA_CN_DomainIndicator_H_ */
48#include <asn_internal.h>