libosmo-asn1-tcap/include/AARQ-apdu.h

53 lines
1.1 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "DialoguePDUs"
* found in "DialoguePDUs.asn"
*/
#ifndef _AARQ_apdu_H_
#define _AARQ_apdu_H_
#include <asn_application.h>
/* Including external dependencies */
#include <BIT_STRING.h>
#include <OBJECT_IDENTIFIER.h>
#include "EXTERNAL.h"
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* AARQ-apdu */
typedef struct AARQ_apdu {
BIT_STRING_t *protocol_version /* DEFAULT {version1} */;
OBJECT_IDENTIFIER_t application_context_name;
#if 0
struct AARQ_user_information {
A_SEQUENCE_OF(EXTERNAL_t) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} *user_information;
#else
/* use the definition from ABRT-apdu.h */
struct user_information *user_information;
#endif
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AARQ_apdu_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AARQ_apdu;
#ifdef __cplusplus
}
#endif
#endif /* _AARQ_apdu_H_ */