blob: d0f2a9ab454bbf85430a24cf1cfb891f4b43b9a8 [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 _UnknownU_RNTIIndication_H_
9#define _UnknownU_RNTIIndication_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <NativeEnumerated.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum UnknownU_RNTIIndication {
23 UnknownU_RNTIIndication_unknown = 0
24 /*
25 * Enumeration is extensible
26 */
27} e_UnknownU_RNTIIndication;
28
29/* UnknownU-RNTIIndication */
30typedef long UnknownU_RNTIIndication_t;
31
32/* Implementation */
33extern asn_TYPE_descriptor_t asn_DEF_UnknownU_RNTIIndication;
34asn_struct_free_f UnknownU_RNTIIndication_free;
35asn_struct_print_f UnknownU_RNTIIndication_print;
36asn_constr_check_f UnknownU_RNTIIndication_constraint;
37ber_type_decoder_f UnknownU_RNTIIndication_decode_ber;
38der_type_encoder_f UnknownU_RNTIIndication_encode_der;
39xer_type_decoder_f UnknownU_RNTIIndication_decode_xer;
40xer_type_encoder_f UnknownU_RNTIIndication_encode_xer;
41per_type_decoder_f UnknownU_RNTIIndication_decode_uper;
42per_type_encoder_f UnknownU_RNTIIndication_encode_uper;
43per_type_decoder_f UnknownU_RNTIIndication_decode_aper;
44per_type_encoder_f UnknownU_RNTIIndication_encode_aper;
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _UnknownU_RNTIIndication_H_ */
51#include <asn_internal.h>