changes asn1c option to change #include <XXX.h> to #include "XXX.h"

This commit is contained in:
Sukchan Lee 2017-02-04 14:24:34 +09:00
parent 60a2b8d304
commit b4f263558d
743 changed files with 1918 additions and 1903 deletions

View File

@ -18,6 +18,6 @@ user@host Documents/~/git/AuthenticEshkinKot$ \
* ASN.1 encoder/decoder
user@host ~/Documents/git/cellwire/lib/asn/asn1c$ \
../../../../AuthenticEshkinKot/asn1c/asn1c/asn1c \
../../../../AuthenticEshkinKot/asn1c/asn1c \
-fcompound-names -gen-PER ../support/S1AP-PDU.asn

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "E-RAB-IE-ContainerList.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _E_RAB_IE_ContainerList_H_
#define _E_RAB_IE_ContainerList_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "ProtocolIE-ContainerList.h"
@ -105,4 +105,4 @@ per_type_encoder_f E_RAB_IE_ContainerList_992P5_encode_aper;
#endif
#endif /* _E_RAB_IE_ContainerList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "E-RAB-IE-ContainerPairList.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _E_RAB_IE_ContainerPairList_H_
#define _E_RAB_IE_ContainerPairList_H_
#include <asn_application.h>
#include "asn_application.h"
#ifdef __cplusplus
extern "C" {
@ -20,4 +20,4 @@ extern "C" {
#endif
#endif /* _E_RAB_IE_ContainerPairList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -807,7 +807,7 @@ ASN_MODULE_SOURCES+=per_encoder.c
ASN_MODULE_INCLUDES+=per_opentype.h
ASN_MODULE_SOURCES+=per_opentype.c
lib_LTLIBRARIES=libasn1c.la
noinst_LTLIBRARIES=libasn1c.la
libasn1c_la_SOURCES=$(ASN_MODULE_INCLUDES)
nodist_libasn1c_la_SOURCES=$(ASN_MODULE_SOURCES)

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "PrivateIE-Container.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _PrivateIE_Container_H_
#define _PrivateIE_Container_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_PrivateIE_Container_5973P0;
#include "PrivateIE-Field.h"
#endif /* _PrivateIE_Container_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "PrivateIE-Field.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _PrivateIE_Field_H_
#define _PrivateIE_Field_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-PrivateIE-ID.h"
#include "S1ap-Criticality.h"
#include <ANY.h>
#include <constr_SEQUENCE.h>
#include "ANY.h"
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -39,4 +39,4 @@ extern asn_TYPE_descriptor_t asn_DEF_PrivateIE_Field_5977P0;
#endif
#endif /* _PrivateIE_Field_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolError-IE-ContainerList.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolError_IE_ContainerList_H_
#define _ProtocolError_IE_ContainerList_H_
#include <asn_application.h>
#include "asn_application.h"
#ifdef __cplusplus
extern "C" {
@ -20,4 +20,4 @@ extern "C" {
#endif
#endif /* _ProtocolError_IE_ContainerList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolExtensionContainer.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolExtensionContainer_H_
#define _ProtocolExtensionContainer_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -566,4 +566,4 @@ extern asn_TYPE_descriptor_t asn_DEF_ProtocolExtensionContainer_5954P75;
#include "ProtocolExtensionField.h"
#endif /* _ProtocolExtensionContainer_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolExtensionField.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolExtensionField_H_
#define _ProtocolExtensionField_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-ProtocolExtensionID.h"
#include "S1ap-Criticality.h"
#include <ANY.h>
#include <constr_SEQUENCE.h>
#include "ANY.h"
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -714,4 +714,4 @@ extern asn_TYPE_descriptor_t asn_DEF_ProtocolExtensionField_5958P75;
#endif
#endif /* _ProtocolExtensionField_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-Container.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_Container_H_
#define _ProtocolIE_Container_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -531,4 +531,4 @@ extern asn_TYPE_descriptor_t asn_DEF_ProtocolIE_Container_5893P70;
#include "ProtocolIE-Field.h"
#endif /* _ProtocolIE_Container_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-ContainerList.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_ContainerList_H_
#define _ProtocolIE_ContainerList_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_ProtocolIE_ContainerList_5937P0;
#include "ProtocolIE-Field.h"
#endif /* _ProtocolIE_ContainerList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-ContainerPair.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_ContainerPair_H_
#define _ProtocolIE_ContainerPair_H_
#include <asn_application.h>
#include "asn_application.h"
#ifdef __cplusplus
extern "C" {
@ -20,4 +20,4 @@ extern "C" {
#endif
#endif /* _ProtocolIE_ContainerPair_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-ContainerPairList.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_ContainerPairList_H_
#define _ProtocolIE_ContainerPairList_H_
#include <asn_application.h>
#include "asn_application.h"
#ifdef __cplusplus
extern "C" {
@ -20,4 +20,4 @@ extern "C" {
#endif
#endif /* _ProtocolIE_ContainerPairList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-Field.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_Field_H_
#define _ProtocolIE_Field_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-ProtocolIE-ID.h"
#include "S1ap-Criticality.h"
#include <ANY.h>
#include <constr_SEQUENCE.h>
#include "ANY.h"
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -678,4 +678,4 @@ extern asn_TYPE_descriptor_t asn_DEF_ProtocolIE_Field_5901P71;
#endif
#endif /* _ProtocolIE_Field_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-FieldPair.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_FieldPair_H_
#define _ProtocolIE_FieldPair_H_
#include <asn_application.h>
#include "asn_application.h"
#ifdef __cplusplus
extern "C" {
@ -20,4 +20,4 @@ extern "C" {
#endif
#endif /* _ProtocolIE_FieldPair_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-SingleContainer.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _ProtocolIE_SingleContainer_H_
#define _ProtocolIE_SingleContainer_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "ProtocolIE-Field.h"
@ -209,4 +209,4 @@ per_type_encoder_f ProtocolIE_SingleContainer_5897P13_encode_aper;
#endif
#endif /* _ProtocolIE_SingleContainer_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Descriptions"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1AP-PDU.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Descriptions"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1AP_PDU_H_
#define _S1AP_PDU_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-InitiatingMessage.h"
#include "S1ap-SuccessfulOutcome.h"
#include "S1ap-UnsuccessfulOutcome.h"
#include <constr_CHOICE.h>
#include "constr_CHOICE.h"
#ifdef __cplusplus
extern "C" {
@ -56,4 +56,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1AP_PDU;
#endif
#endif /* _S1AP_PDU_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-AllocationAndRetentionPriority.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_AllocationAndRetentionPriority_H_
#define _S1ap_AllocationAndRetentionPriority_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-PriorityLevel.h"
#include "S1ap-Pre-emptionCapability.h"
#include "S1ap-Pre-emptionVulnerability.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -50,4 +50,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_AllocationAndRetentionPriority;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_AllocationAndRetentionPriority_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-AreaScopeOfMDT.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_AreaScopeOfMDT_H_
#define _S1ap_AreaScopeOfMDT_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-CellBasedMDT.h"
#include "S1ap-TABasedMDT.h"
#include <NULL.h>
#include <constr_CHOICE.h>
#include "NULL.h"
#include "constr_CHOICE.h"
#ifdef __cplusplus
extern "C" {
@ -56,4 +56,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_AreaScopeOfMDT;
#endif
#endif /* _S1ap_AreaScopeOfMDT_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-BPLMNs.h"

View File

@ -2,19 +2,19 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_BPLMNs_H_
#define _S1ap_BPLMNs_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-PLMNidentity.h"
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -36,4 +36,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_BPLMNs;
#endif
#endif /* _S1ap_BPLMNs_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Bearers-SubjectToStatusTransfer-Item.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Bearers_SubjectToStatusTransfer_Item_H_
#define _S1ap_Bearers_SubjectToStatusTransfer_Item_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-E-RAB-ID.h"
#include "S1ap-COUNTvalue.h"
#include "S1ap-ReceiveStatusofULPDCPSDUs.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -51,4 +51,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_Bearers_SubjectToStatusTransfer_Item;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_Bearers_SubjectToStatusTransfer_Item_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Bearers-SubjectToStatusTransfer-List.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Bearers_SubjectToStatusTransfer_List_H_
#define _S1ap_Bearers_SubjectToStatusTransfer_List_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_Bearers_SubjectToStatusTransfer_List;
#include "ProtocolIE-Field.h"
#endif /* _S1ap_Bearers_SubjectToStatusTransfer_List_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-BitRate.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_BitRate_H_
#define _S1ap_BitRate_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <INTEGER.h>
#include "INTEGER.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_BitRate_encode_aper;
#endif
#endif /* _S1ap_BitRate_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-BroadcastCancelledAreaList.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_BroadcastCancelledAreaList_H_
#define _S1ap_BroadcastCancelledAreaList_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-CellID-Cancelled.h"
#include "S1ap-TAI-Cancelled.h"
#include "S1ap-EmergencyAreaID-Cancelled.h"
#include <constr_CHOICE.h>
#include "constr_CHOICE.h"
#ifdef __cplusplus
extern "C" {
@ -56,4 +56,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_BroadcastCancelledAreaList;
#endif
#endif /* _S1ap_BroadcastCancelledAreaList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-BroadcastCompletedAreaList.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_BroadcastCompletedAreaList_H_
#define _S1ap_BroadcastCompletedAreaList_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-CellID-Broadcast.h"
#include "S1ap-TAI-Broadcast.h"
#include "S1ap-EmergencyAreaID-Broadcast.h"
#include <constr_CHOICE.h>
#include "constr_CHOICE.h"
#ifdef __cplusplus
extern "C" {
@ -56,4 +56,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_BroadcastCompletedAreaList;
#endif
#endif /* _S1ap_BroadcastCompletedAreaList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CGI.h"

View File

@ -2,21 +2,21 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CGI_H_
#define _S1ap_CGI_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-PLMNidentity.h"
#include "S1ap-LAC.h"
#include "S1ap-CI.h"
#include "S1ap-RAC.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -52,4 +52,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CGI;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_CGI_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CI.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CI_H_
#define _S1ap_CI_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <OCTET_STRING.h>
#include "OCTET_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_CI_encode_aper;
#endif
#endif /* _S1ap_CI_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CNDomain.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CNDomain_H_
#define _S1ap_CNDomain_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -46,4 +46,4 @@ per_type_encoder_f S1ap_CNDomain_encode_aper;
#endif
#endif /* _S1ap_CNDomain_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-COUNTvalue.h"

View File

@ -2,19 +2,19 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_COUNTvalue_H_
#define _S1ap_COUNTvalue_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-PDCP-SN.h"
#include "S1ap-HFN.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -48,4 +48,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_COUNTvalue;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_COUNTvalue_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CSFallbackIndicator.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CSFallbackIndicator_H_
#define _S1ap_CSFallbackIndicator_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -49,4 +49,4 @@ per_type_encoder_f S1ap_CSFallbackIndicator_encode_aper;
#endif
#endif /* _S1ap_CSFallbackIndicator_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CSG-Id.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CSG_Id_H_
#define _S1ap_CSG_Id_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <BIT_STRING.h>
#include "BIT_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_CSG_Id_encode_aper;
#endif
#endif /* _S1ap_CSG_Id_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CSG-IdList-Item.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CSG_IdList_Item_H_
#define _S1ap_CSG_IdList_Item_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-CSG-Id.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -46,4 +46,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CSG_IdList_Item;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_CSG_IdList_Item_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CSG-IdList.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CSG_IdList_H_
#define _S1ap_CSG_IdList_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CSG_IdList;
#include "S1ap-CSG-IdList-Item.h"
#endif /* _S1ap_CSG_IdList_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CSGMembershipStatus.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CSGMembershipStatus_H_
#define _S1ap_CSGMembershipStatus_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -46,4 +46,4 @@ per_type_encoder_f S1ap_CSGMembershipStatus_encode_aper;
#endif
#endif /* _S1ap_CSGMembershipStatus_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CancelledCellinEAI-Item.h"

View File

@ -2,19 +2,19 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CancelledCellinEAI_Item_H_
#define _S1ap_CancelledCellinEAI_Item_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-EUTRAN-CGI.h"
#include "S1ap-NumberOfBroadcasts.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -48,4 +48,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CancelledCellinEAI_Item;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_CancelledCellinEAI_Item_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CancelledCellinEAI.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CancelledCellinEAI_H_
#define _S1ap_CancelledCellinEAI_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CancelledCellinEAI;
#include "S1ap-CancelledCellinEAI-Item.h"
#endif /* _S1ap_CancelledCellinEAI_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CancelledCellinTAI-Item.h"

View File

@ -2,19 +2,19 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CancelledCellinTAI_Item_H_
#define _S1ap_CancelledCellinTAI_Item_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-EUTRAN-CGI.h"
#include "S1ap-NumberOfBroadcasts.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -48,4 +48,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CancelledCellinTAI_Item;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_CancelledCellinTAI_Item_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CancelledCellinTAI.h"

View File

@ -2,18 +2,18 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CancelledCellinTAI_H_
#define _S1ap_CancelledCellinTAI_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include "asn_SEQUENCE_OF.h"
#include "constr_SEQUENCE_OF.h"
#ifdef __cplusplus
extern "C" {
@ -41,4 +41,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_CancelledCellinTAI;
#include "S1ap-CancelledCellinTAI-Item.h"
#endif /* _S1ap_CancelledCellinTAI_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cause.h"

View File

@ -2,14 +2,14 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cause_H_
#define _S1ap_Cause_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-CauseRadioNetwork.h"
@ -17,7 +17,7 @@
#include "S1ap-CauseNas.h"
#include "S1ap-CauseProtocol.h"
#include "S1ap-CauseMisc.h"
#include <constr_CHOICE.h>
#include "constr_CHOICE.h"
#ifdef __cplusplus
extern "C" {
@ -62,4 +62,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_Cause;
#endif
#endif /* _S1ap_Cause_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CauseMisc.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CauseMisc_H_
#define _S1ap_CauseMisc_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -53,4 +53,4 @@ per_type_encoder_f S1ap_CauseMisc_encode_aper;
#endif
#endif /* _S1ap_CauseMisc_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CauseNas.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CauseNas_H_
#define _S1ap_CauseNas_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -52,4 +52,4 @@ per_type_encoder_f S1ap_CauseNas_encode_aper;
#endif
#endif /* _S1ap_CauseNas_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CauseProtocol.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CauseProtocol_H_
#define _S1ap_CauseProtocol_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -54,4 +54,4 @@ per_type_encoder_f S1ap_CauseProtocol_encode_aper;
#endif
#endif /* _S1ap_CauseProtocol_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CauseRadioNetwork.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CauseRadioNetwork_H_
#define _S1ap_CauseRadioNetwork_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -86,4 +86,4 @@ per_type_encoder_f S1ap_CauseRadioNetwork_encode_aper;
#endif
#endif /* _S1ap_CauseRadioNetwork_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-CauseTransport.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_CauseTransport_H_
#define _S1ap_CauseTransport_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -49,4 +49,4 @@ per_type_encoder_f S1ap_CauseTransport_encode_aper;
#endif
#endif /* _S1ap_CauseTransport_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000HORequiredIndication.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000HORequiredIndication_H_
#define _S1ap_Cdma2000HORequiredIndication_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -48,4 +48,4 @@ per_type_encoder_f S1ap_Cdma2000HORequiredIndication_encode_aper;
#endif
#endif /* _S1ap_Cdma2000HORequiredIndication_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000HOStatus.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000HOStatus_H_
#define _S1ap_Cdma2000HOStatus_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <NativeEnumerated.h>
#include "NativeEnumerated.h"
#ifdef __cplusplus
extern "C" {
@ -49,4 +49,4 @@ per_type_encoder_f S1ap_Cdma2000HOStatus_encode_aper;
#endif
#endif /* _S1ap_Cdma2000HOStatus_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000OneXMEID.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000OneXMEID_H_
#define _S1ap_Cdma2000OneXMEID_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <OCTET_STRING.h>
#include "OCTET_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_Cdma2000OneXMEID_encode_aper;
#endif
#endif /* _S1ap_Cdma2000OneXMEID_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000OneXMSI.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000OneXMSI_H_
#define _S1ap_Cdma2000OneXMSI_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <OCTET_STRING.h>
#include "OCTET_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_Cdma2000OneXMSI_encode_aper;
#endif
#endif /* _S1ap_Cdma2000OneXMSI_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000OneXPilot.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000OneXPilot_H_
#define _S1ap_Cdma2000OneXPilot_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <OCTET_STRING.h>
#include "OCTET_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_Cdma2000OneXPilot_encode_aper;
#endif
#endif /* _S1ap_Cdma2000OneXPilot_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000OneXRAND.h"

View File

@ -2,17 +2,17 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000OneXRAND_H_
#define _S1ap_Cdma2000OneXRAND_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include <OCTET_STRING.h>
#include "OCTET_STRING.h"
#ifdef __cplusplus
extern "C" {
@ -40,4 +40,4 @@ per_type_encoder_f S1ap_Cdma2000OneXRAND_encode_aper;
#endif
#endif /* _S1ap_Cdma2000OneXRAND_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

View File

@ -2,7 +2,7 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "S1ap-Cdma2000OneXSRVCCInfo.h"

View File

@ -2,20 +2,20 @@
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/S1AP-PDU.asn"
* `asn1c -fcompound-names`
* `asn1c -fcompound-names -fincludes-quoted`
*/
#ifndef _S1ap_Cdma2000OneXSRVCCInfo_H_
#define _S1ap_Cdma2000OneXSRVCCInfo_H_
#include <asn_application.h>
#include "asn_application.h"
/* Including external dependencies */
#include "S1ap-Cdma2000OneXMEID.h"
#include "S1ap-Cdma2000OneXMSI.h"
#include "S1ap-Cdma2000OneXPilot.h"
#include <constr_SEQUENCE.h>
#include "constr_SEQUENCE.h"
#ifdef __cplusplus
extern "C" {
@ -50,4 +50,4 @@ extern asn_TYPE_descriptor_t asn_DEF_S1ap_Cdma2000OneXSRVCCInfo;
#include "ProtocolExtensionContainer.h"
#endif /* _S1ap_Cdma2000OneXSRVCCInfo_H_ */
#include <asn_internal.h>
#include "asn_internal.h"

Some files were not shown because too many files have changed in this diff Show More