You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srsRAN_4G/lte/rrc/asn/ReestablishmentCause.h

50 lines
1.3 KiB
C

/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
* `asn1c -gen-PER -fcompound-names -fnative-types`
*/
#ifndef _ReestablishmentCause_H_
#define _ReestablishmentCause_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum ReestablishmentCause {
ReestablishmentCause_reconfigurationFailure = 0,
ReestablishmentCause_handoverFailure = 1,
ReestablishmentCause_otherFailure = 2,
ReestablishmentCause_spare1 = 3
} e_ReestablishmentCause;
/* ReestablishmentCause */
typedef long ReestablishmentCause_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_ReestablishmentCause;
asn_struct_free_f ReestablishmentCause_free;
asn_struct_print_f ReestablishmentCause_print;
asn_constr_check_f ReestablishmentCause_constraint;
ber_type_decoder_f ReestablishmentCause_decode_ber;
der_type_encoder_f ReestablishmentCause_encode_der;
xer_type_decoder_f ReestablishmentCause_decode_xer;
xer_type_encoder_f ReestablishmentCause_encode_xer;
per_type_decoder_f ReestablishmentCause_decode_uper;
per_type_encoder_f ReestablishmentCause_encode_uper;
#ifdef __cplusplus
}
#endif
#endif /* _ReestablishmentCause_H_ */
#include <asn_internal.h>