blob: cebf2648c07c2621fed7e06bd2e945f6cb5051b4 [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-IEs"
4 * found in "../../asn1/sabp/SABP-IEs.asn"
5 */
6
7#ifndef _SABP_New_Serial_Number_H_
8#define _SABP_New_Serial_Number_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <osmocom/sabp/SABP_Serial-Number.h>
15#include <constr_CHOICE.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* SABP_New-Serial-Number */
22typedef SABP_Serial_Number_t SABP_New_Serial_Number_t;
23
24/* Implementation */
25extern asn_TYPE_descriptor_t asn_DEF_SABP_New_Serial_Number;
26asn_struct_free_f SABP_New_Serial_Number_free;
27asn_struct_print_f SABP_New_Serial_Number_print;
28asn_constr_check_f SABP_New_Serial_Number_constraint;
29ber_type_decoder_f SABP_New_Serial_Number_decode_ber;
30der_type_encoder_f SABP_New_Serial_Number_encode_der;
31xer_type_decoder_f SABP_New_Serial_Number_decode_xer;
32xer_type_encoder_f SABP_New_Serial_Number_encode_xer;
33per_type_decoder_f SABP_New_Serial_Number_decode_uper;
34per_type_encoder_f SABP_New_Serial_Number_encode_uper;
35per_type_decoder_f SABP_New_Serial_Number_decode_aper;
36per_type_encoder_f SABP_New_Serial_Number_encode_aper;
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* _SABP_New_Serial_Number_H_ */
43#include <asn_internal.h>