libosmo-asn1-map/include/AbsentSubscriberParam.h

48 lines
1.0 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-ER-DataTypes"
* found in "../asn//MAP-ER-DataTypes.asn"
*/
#ifndef _AbsentSubscriberParam_H_
#define _AbsentSubscriberParam_H_
#include <asn_application.h>
/* Including external dependencies */
#include "AbsentSubscriberReason.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct ExtensionContainer;
/* AbsentSubscriberParam */
typedef struct AbsentSubscriberParam {
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
AbsentSubscriberReason_t *absentSubscriberReason /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AbsentSubscriberParam_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AbsentSubscriberParam;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ExtensionContainer.h"
#endif /* _AbsentSubscriberParam_H_ */