open5gs/lib/asn1c/ngap/NGAP_NR-Paging-Time-Window.h
Sviatoslav Petriv 4e051169e8 Added some files
2023-12-11 16:12:27 +02:00

79 lines
2.5 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`
*/
#ifndef _NGAP_NR_Paging_Time_Window_H_
#define _NGAP_NR_Paging_Time_Window_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum NGAP_NR_Paging_Time_Window {
NGAP_NR_Paging_Time_Window_s1 = 0,
NGAP_NR_Paging_Time_Window_s2 = 1,
NGAP_NR_Paging_Time_Window_s3 = 2,
NGAP_NR_Paging_Time_Window_s4 = 3,
NGAP_NR_Paging_Time_Window_s5 = 4,
NGAP_NR_Paging_Time_Window_s6 = 5,
NGAP_NR_Paging_Time_Window_s7 = 6,
NGAP_NR_Paging_Time_Window_s8 = 7,
NGAP_NR_Paging_Time_Window_s9 = 8,
NGAP_NR_Paging_Time_Window_s10 = 9,
NGAP_NR_Paging_Time_Window_s11 = 10,
NGAP_NR_Paging_Time_Window_s12 = 11,
NGAP_NR_Paging_Time_Window_s13 = 12,
NGAP_NR_Paging_Time_Window_s14 = 13,
NGAP_NR_Paging_Time_Window_s15 = 14,
NGAP_NR_Paging_Time_Window_s16 = 15,
/*
* Enumeration is extensible
*/
NGAP_NR_Paging_Time_Window_s17 = 16,
NGAP_NR_Paging_Time_Window_s18 = 17,
NGAP_NR_Paging_Time_Window_s19 = 18,
NGAP_NR_Paging_Time_Window_s20 = 19,
NGAP_NR_Paging_Time_Window_s21 = 20,
NGAP_NR_Paging_Time_Window_s22 = 21,
NGAP_NR_Paging_Time_Window_s23 = 22,
NGAP_NR_Paging_Time_Window_s24 = 23,
NGAP_NR_Paging_Time_Window_s25 = 24,
NGAP_NR_Paging_Time_Window_s26 = 25,
NGAP_NR_Paging_Time_Window_s27 = 26,
NGAP_NR_Paging_Time_Window_s28 = 27,
NGAP_NR_Paging_Time_Window_s29 = 28,
NGAP_NR_Paging_Time_Window_s30 = 29,
NGAP_NR_Paging_Time_Window_s31 = 30,
NGAP_NR_Paging_Time_Window_s32 = 31
} e_NGAP_NR_Paging_Time_Window;
/* NGAP_NR-Paging-Time-Window */
typedef long NGAP_NR_Paging_Time_Window_t;
/* Implementation */
extern asn_per_constraints_t asn_PER_type_NGAP_NR_Paging_Time_Window_constr_1;
extern asn_TYPE_descriptor_t asn_DEF_NGAP_NR_Paging_Time_Window;
extern const asn_INTEGER_specifics_t asn_SPC_NGAP_NR_Paging_Time_Window_specs_1;
asn_struct_free_f NGAP_NR_Paging_Time_Window_free;
asn_struct_print_f NGAP_NR_Paging_Time_Window_print;
asn_constr_check_f NGAP_NR_Paging_Time_Window_constraint;
jer_type_encoder_f NGAP_NR_Paging_Time_Window_encode_jer;
per_type_decoder_f NGAP_NR_Paging_Time_Window_decode_aper;
per_type_encoder_f NGAP_NR_Paging_Time_Window_encode_aper;
#ifdef __cplusplus
}
#endif
#endif /* _NGAP_NR_Paging_Time_Window_H_ */
#include <asn_internal.h>