open5gs/lib/asn1c/ngap/NGAP_UE-DifferentiationInfo.h

90 lines
3.2 KiB
C

/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "../support/ngap-r16.4.0/38413-g40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER`
*/
#ifndef _NGAP_UE_DifferentiationInfo_H_
#define _NGAP_UE_DifferentiationInfo_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum NGAP_UE_DifferentiationInfo__periodicCommunicationIndicator {
NGAP_UE_DifferentiationInfo__periodicCommunicationIndicator_periodically = 0,
NGAP_UE_DifferentiationInfo__periodicCommunicationIndicator_ondemand = 1
/*
* Enumeration is extensible
*/
} e_NGAP_UE_DifferentiationInfo__periodicCommunicationIndicator;
typedef enum NGAP_UE_DifferentiationInfo__stationaryIndication {
NGAP_UE_DifferentiationInfo__stationaryIndication_stationary = 0,
NGAP_UE_DifferentiationInfo__stationaryIndication_mobile = 1
/*
* Enumeration is extensible
*/
} e_NGAP_UE_DifferentiationInfo__stationaryIndication;
typedef enum NGAP_UE_DifferentiationInfo__trafficProfile {
NGAP_UE_DifferentiationInfo__trafficProfile_single_packet = 0,
NGAP_UE_DifferentiationInfo__trafficProfile_dual_packets = 1,
NGAP_UE_DifferentiationInfo__trafficProfile_multiple_packets = 2
/*
* Enumeration is extensible
*/
} e_NGAP_UE_DifferentiationInfo__trafficProfile;
typedef enum NGAP_UE_DifferentiationInfo__batteryIndication {
NGAP_UE_DifferentiationInfo__batteryIndication_battery_powered = 0,
NGAP_UE_DifferentiationInfo__batteryIndication_battery_powered_not_rechargeable_or_replaceable = 1,
NGAP_UE_DifferentiationInfo__batteryIndication_not_battery_powered = 2
/*
* Enumeration is extensible
*/
} e_NGAP_UE_DifferentiationInfo__batteryIndication;
/* Forward declarations */
struct NGAP_ScheduledCommunicationTime;
struct NGAP_ProtocolExtensionContainer;
/* NGAP_UE-DifferentiationInfo */
typedef struct NGAP_UE_DifferentiationInfo {
long *periodicCommunicationIndicator; /* OPTIONAL */
long *periodicTime; /* OPTIONAL */
struct NGAP_ScheduledCommunicationTime *scheduledCommunicationTime; /* OPTIONAL */
long *stationaryIndication; /* OPTIONAL */
long *trafficProfile; /* OPTIONAL */
long *batteryIndication; /* 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_UE_DifferentiationInfo_t;
/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_NGAP_periodicCommunicationIndicator_2; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_NGAP_stationaryIndication_8; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_NGAP_trafficProfile_12; // (Use -fall-defs-global to expose) */
/* extern asn_TYPE_descriptor_t asn_DEF_NGAP_batteryIndication_17; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_NGAP_UE_DifferentiationInfo;
#ifdef __cplusplus
}
#endif
#endif /* _NGAP_UE_DifferentiationInfo_H_ */
#include <asn_internal.h>