libosmo-asn1-map/include/CUG-FeatureList.h

43 lines
818 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 _CUG_FeatureList_H_
#define _CUG_FeatureList_H_
#include <asn_application.h>
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct CUG_Feature;
/* CUG-FeatureList */
typedef struct CUG_FeatureList {
A_SEQUENCE_OF(struct CUG_Feature) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} CUG_FeatureList_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_CUG_FeatureList;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "CUG-Feature.h"
#endif /* _CUG_FeatureList_H_ */