remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LCLS-Negotiation.h
blob6aa3edd54a7731175a194b78f8e1a52782f126a8
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _LCLS_Negotiation_H_
9 #define _LCLS_Negotiation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum LCLS_Negotiation {
23 LCLS_Negotiation_permission_indicator_not_allowed_bit = 0,
24 LCLS_Negotiation_permission_indicator_spare_bit = 1
25 } e_LCLS_Negotiation;
27 /* LCLS-Negotiation */
28 typedef BIT_STRING_t LCLS_Negotiation_t;
30 /* Implementation */
31 extern asn_TYPE_descriptor_t asn_DEF_LCLS_Negotiation;
32 asn_struct_free_f LCLS_Negotiation_free;
33 asn_struct_print_f LCLS_Negotiation_print;
34 asn_constr_check_f LCLS_Negotiation_constraint;
35 ber_type_decoder_f LCLS_Negotiation_decode_ber;
36 der_type_encoder_f LCLS_Negotiation_encode_der;
37 xer_type_decoder_f LCLS_Negotiation_decode_xer;
38 xer_type_encoder_f LCLS_Negotiation_encode_xer;
39 per_type_decoder_f LCLS_Negotiation_decode_uper;
40 per_type_encoder_f LCLS_Negotiation_encode_uper;
42 #ifdef __cplusplus
44 #endif
46 #endif /* _LCLS_Negotiation_H_ */
47 #include <asn_internal.h>