libosmo-asn1-map/include/RemoteUserFreeArg.h

58 lines
1.2 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-CH-DataTypes"
* found in "../asn//MAP-CH-DataTypes.asn"
*/
#ifndef _RemoteUserFreeArg_H_
#define _RemoteUserFreeArg_H_
#include <asn_application.h>
/* Including external dependencies */
#include "IMSI.h"
#include "ExternalSignalInfo.h"
#include "CCBS-Feature.h"
#include "ISDN-AddressString.h"
#include <NULL.h>
#include "AlertingPattern.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct ExtensionContainer;
/* RemoteUserFreeArg */
typedef struct RemoteUserFreeArg {
IMSI_t imsi;
ExternalSignalInfo_t callInfo;
CCBS_Feature_t ccbs_Feature;
ISDN_AddressString_t translatedB_Number;
NULL_t *replaceB_Number /* OPTIONAL */;
AlertingPattern_t *alertingPattern /* OPTIONAL */;
struct ExtensionContainer *extensionContainer /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} RemoteUserFreeArg_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_RemoteUserFreeArg;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ExtensionContainer.h"
#endif /* _RemoteUserFreeArg_H_ */