open5gs/lib/asn1c/ngap/NGAP_UEAppLayerMeasConfigIn...

76 lines
2.4 KiB
C

/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "../support/ngap-r17.3.0/38413-h30.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER -no-gen-JER`
*/
#ifndef _NGAP_UEAppLayerMeasConfigInfo_H_
#define _NGAP_UEAppLayerMeasConfigInfo_H_
#include <asn_application.h>
/* Including external dependencies */
#include "NGAP_QoEReference.h"
#include "NGAP_ServiceType.h"
#include "NGAP_AreaScopeOfQMC.h"
#include "NGAP_TransportLayerAddress.h"
#include <NativeEnumerated.h>
#include <OCTET_STRING.h>
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum NGAP_UEAppLayerMeasConfigInfo__qoEMeasurementStatus {
NGAP_UEAppLayerMeasConfigInfo__qoEMeasurementStatus_ongoing = 0
/*
* Enumeration is extensible
*/
} e_NGAP_UEAppLayerMeasConfigInfo__qoEMeasurementStatus;
/* Forward declarations */
struct NGAP_SliceSupportListQMC;
struct NGAP_MDT_AlignmentInfo;
struct NGAP_AvailableRANVisibleQoEMetrics;
struct NGAP_ProtocolExtensionContainer;
/* NGAP_UEAppLayerMeasConfigInfo */
typedef struct NGAP_UEAppLayerMeasConfigInfo {
NGAP_QoEReference_t qoEReference;
NGAP_ServiceType_t serviceType;
NGAP_AreaScopeOfQMC_t areaScopeOfQMC;
NGAP_TransportLayerAddress_t measCollEntityIPAddress;
long *qoEMeasurementStatus; /* OPTIONAL */
OCTET_STRING_t *containerForAppLayerMeasConfig; /* OPTIONAL */
long *measConfigAppLayerID; /* OPTIONAL */
struct NGAP_SliceSupportListQMC *sliceSupportListQMC; /* OPTIONAL */
struct NGAP_MDT_AlignmentInfo *mDT_AlignmentInfo; /* OPTIONAL */
struct NGAP_AvailableRANVisibleQoEMetrics *availableRANVisibleQoEMetrics; /* OPTIONAL */
struct NGAP_ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} NGAP_UEAppLayerMeasConfigInfo_t;
/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_NGAP_qoEMeasurementStatus_6; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_NGAP_UEAppLayerMeasConfigInfo;
extern asn_SEQUENCE_specifics_t asn_SPC_NGAP_UEAppLayerMeasConfigInfo_specs_1;
extern asn_TYPE_member_t asn_MBR_NGAP_UEAppLayerMeasConfigInfo_1[11];
#ifdef __cplusplus
}
#endif
#endif /* _NGAP_UEAppLayerMeasConfigInfo_H_ */
#include <asn_internal.h>