blob: dcd8856e284c924390f9d57c6308bdcd3ad2ff61 [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_NAS_SynchronisationIndicator_H_
8#define _RANAP_NAS_SynchronisationIndicator_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <BIT_STRING.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* RANAP_NAS-SynchronisationIndicator */
21typedef BIT_STRING_t RANAP_NAS_SynchronisationIndicator_t;
22
23/* Implementation */
24extern asn_TYPE_descriptor_t asn_DEF_RANAP_NAS_SynchronisationIndicator;
25asn_struct_free_f RANAP_NAS_SynchronisationIndicator_free;
26asn_struct_print_f RANAP_NAS_SynchronisationIndicator_print;
27asn_constr_check_f RANAP_NAS_SynchronisationIndicator_constraint;
28ber_type_decoder_f RANAP_NAS_SynchronisationIndicator_decode_ber;
29der_type_encoder_f RANAP_NAS_SynchronisationIndicator_encode_der;
30xer_type_decoder_f RANAP_NAS_SynchronisationIndicator_decode_xer;
31xer_type_encoder_f RANAP_NAS_SynchronisationIndicator_encode_xer;
32per_type_decoder_f RANAP_NAS_SynchronisationIndicator_decode_uper;
33per_type_encoder_f RANAP_NAS_SynchronisationIndicator_encode_uper;
34per_type_decoder_f RANAP_NAS_SynchronisationIndicator_decode_aper;
35per_type_encoder_f RANAP_NAS_SynchronisationIndicator_encode_aper;
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* _RANAP_NAS_SynchronisationIndicator_H_ */
42#include <asn_internal.h>