libosmo-asn1-map/include/DestinationNumberLengthList.h

38 lines
811 B
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-MS-DataTypes"
* found in "../asn//MAP-MS-DataTypes.asn"
*/
#ifndef _DestinationNumberLengthList_H_
#define _DestinationNumberLengthList_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#ifdef __cplusplus
extern "C" {
#endif
/* DestinationNumberLengthList */
typedef struct DestinationNumberLengthList {
A_SEQUENCE_OF(long) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} DestinationNumberLengthList_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_DestinationNumberLengthList;
#ifdef __cplusplus
}
#endif
#endif /* _DestinationNumberLengthList_H_ */