libosmo-asn1-map/include/ForwardingFeatureList.h

43 lines
878 B
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-SS-DataTypes"
* found in "../asn//MAP-SS-DataTypes.asn"
*/
#ifndef _ForwardingFeatureList_H_
#define _ForwardingFeatureList_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 ForwardingFeature;
/* ForwardingFeatureList */
typedef struct ForwardingFeatureList {
A_SEQUENCE_OF(struct ForwardingFeature) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} ForwardingFeatureList_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_ForwardingFeatureList;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ForwardingFeature.h"
#endif /* _ForwardingFeatureList_H_ */