libosmo-asn1-map/include/Ext-ForwardingInfoFor-CSE.h

52 lines
1.1 KiB
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 _Ext_ForwardingInfoFor_CSE_H_
#define _Ext_ForwardingInfoFor_CSE_H_
#include <asn_application.h>
/* Including external dependencies */
#include "SS-Code.h"
#include "Ext-ForwFeatureList.h"
#include <NULL.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct ExtensionContainer;
/* Ext-ForwardingInfoFor-CSE */
typedef struct Ext_ForwardingInfoFor_CSE {
SS_Code_t ss_Code;
Ext_ForwFeatureList_t forwardingFeatureList;
NULL_t *notificationToCSE /* 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;
} Ext_ForwardingInfoFor_CSE_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_Ext_ForwardingInfoFor_CSE;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "ExtensionContainer.h"
#endif /* _Ext_ForwardingInfoFor_CSE_H_ */