libosmo-asn1-map/include/LCS-PrivacyExceptionList.h

43 lines
896 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 _LCS_PrivacyExceptionList_H_
#define _LCS_PrivacyExceptionList_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 LCS_PrivacyClass;
/* LCS-PrivacyExceptionList */
typedef struct LCS_PrivacyExceptionList {
A_SEQUENCE_OF(struct LCS_PrivacyClass) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} LCS_PrivacyExceptionList_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_LCS_PrivacyExceptionList;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "LCS-PrivacyClass.h"
#endif /* _LCS_PrivacyExceptionList_H_ */