blob: 99f5b62027055e3c1cfd8f730acd408f1b9281b3 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
7#ifndef _RANAP_EncryptionAlgorithm_H_
8#define _RANAP_EncryptionAlgorithm_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeInteger.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum RANAP_EncryptionAlgorithm {
22 RANAP_EncryptionAlgorithm_no_encryption = 0,
23 RANAP_EncryptionAlgorithm_standard_UMTS_encryption_algorith_UEA1 = 1,
24 RANAP_EncryptionAlgorithm_standard_UMTS_encryption_algorithm_UEA2 = 2
25} e_RANAP_EncryptionAlgorithm;
26
27/* RANAP_EncryptionAlgorithm */
28typedef long RANAP_EncryptionAlgorithm_t;
29
30/* Implementation */
31extern asn_TYPE_descriptor_t asn_DEF_RANAP_EncryptionAlgorithm;
32asn_struct_free_f RANAP_EncryptionAlgorithm_free;
33asn_struct_print_f RANAP_EncryptionAlgorithm_print;
34asn_constr_check_f RANAP_EncryptionAlgorithm_constraint;
35ber_type_decoder_f RANAP_EncryptionAlgorithm_decode_ber;
36der_type_encoder_f RANAP_EncryptionAlgorithm_encode_der;
37xer_type_decoder_f RANAP_EncryptionAlgorithm_decode_xer;
38xer_type_encoder_f RANAP_EncryptionAlgorithm_encode_xer;
39per_type_decoder_f RANAP_EncryptionAlgorithm_decode_uper;
40per_type_encoder_f RANAP_EncryptionAlgorithm_encode_uper;
41per_type_decoder_f RANAP_EncryptionAlgorithm_decode_aper;
42per_type_encoder_f RANAP_EncryptionAlgorithm_encode_aper;
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _RANAP_EncryptionAlgorithm_H_ */
49#include <asn_internal.h>