blob: 88736dcc1ab9ffadbe0ee3b23f9556cf528cf234 [file] [log] [blame]
Juha Hyttinenaada6452020-04-07 08:47:58 +03001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-PDU-Contents"
Anssi Mannila483bd162022-01-20 11:11:48 +02004 * found in "spec/e2ap-v02.00.00.asn"
Juha Hyttinenaada6452020-04-07 08:47:58 +03005 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#ifndef _RANfunction_Item_H_
9#define _RANfunction_Item_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "RANfunctionID.h"
16#include "RANfunctionDefinition.h"
17#include "RANfunctionRevision.h"
Anssi Mannila483bd162022-01-20 11:11:48 +020018#include "RANfunctionOID.h"
Juha Hyttinenaada6452020-04-07 08:47:58 +030019#include "constr_SEQUENCE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* RANfunction-Item */
26typedef struct RANfunction_Item {
27 RANfunctionID_t ranFunctionID;
28 RANfunctionDefinition_t ranFunctionDefinition;
29 RANfunctionRevision_t ranFunctionRevision;
Anssi Mannila483bd162022-01-20 11:11:48 +020030 RANfunctionOID_t ranFunctionOID;
Juha Hyttinenaada6452020-04-07 08:47:58 +030031 /*
32 * This type is extensible,
33 * possible extensions are below.
34 */
35
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
38} RANfunction_Item_t;
39
40/* Implementation */
41extern asn_TYPE_descriptor_t asn_DEF_RANfunction_Item;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _RANfunction_Item_H_ */
48#include "asn_internal.h"