blob: d3d4963db1be9dade6e9c0d1e00d40f9da08cdaf [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#include <constr_CHOICE.h>
7
8#ifndef _RANAP_ChosenIntegrityProtectionAlgorithm_H_
9#define _RANAP_ChosenIntegrityProtectionAlgorithm_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010015#include <osmocom/ranap/RANAP_IntegrityProtectionAlgorithm.h>
Harald Welteee091892015-09-10 10:22:03 +020016
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* RANAP_ChosenIntegrityProtectionAlgorithm */
22typedef RANAP_IntegrityProtectionAlgorithm_t RANAP_ChosenIntegrityProtectionAlgorithm_t;
23
24/* Implementation */
25extern asn_TYPE_descriptor_t asn_DEF_RANAP_ChosenIntegrityProtectionAlgorithm;
26asn_struct_free_f RANAP_ChosenIntegrityProtectionAlgorithm_free;
27asn_struct_print_f RANAP_ChosenIntegrityProtectionAlgorithm_print;
28asn_constr_check_f RANAP_ChosenIntegrityProtectionAlgorithm_constraint;
29ber_type_decoder_f RANAP_ChosenIntegrityProtectionAlgorithm_decode_ber;
30der_type_encoder_f RANAP_ChosenIntegrityProtectionAlgorithm_encode_der;
31xer_type_decoder_f RANAP_ChosenIntegrityProtectionAlgorithm_decode_xer;
32xer_type_encoder_f RANAP_ChosenIntegrityProtectionAlgorithm_encode_xer;
33per_type_decoder_f RANAP_ChosenIntegrityProtectionAlgorithm_decode_uper;
34per_type_encoder_f RANAP_ChosenIntegrityProtectionAlgorithm_encode_uper;
35per_type_decoder_f RANAP_ChosenIntegrityProtectionAlgorithm_decode_aper;
36per_type_encoder_f RANAP_ChosenIntegrityProtectionAlgorithm_encode_aper;
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* _RANAP_ChosenIntegrityProtectionAlgorithm_H_ */
43#include <asn_internal.h>