X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fcodec_utils%2FE2SM_KPM%2FNR-CGI.h;fp=src%2Fcodec_utils%2FE2SM_KPM%2FNR-CGI.h;h=7c5ec16305dcbcae1809f7363227b0b424fef508;hb=2b2dc6126228cd2420ec768ff8689610c8375bf4;hp=0000000000000000000000000000000000000000;hpb=04d3fabd57b479ad8ec2c5cb7f92924670c55546;p=o-du%2Fl2.git diff --git a/src/codec_utils/E2SM_KPM/NR-CGI.h b/src/codec_utils/E2SM_KPM/NR-CGI.h new file mode 100644 index 000000000..7c5ec1630 --- /dev/null +++ b/src/codec_utils/E2SM_KPM/NR-CGI.h @@ -0,0 +1,46 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "E2SM-KPM-IEs" + * found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1" + * `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + */ + +#ifndef _NR_CGI_H_ +#define _NR_CGI_H_ + + +#include + +/* Including external dependencies */ +#include "PLMNIdentity.h" +#include "NRCellIdentity.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* NR-CGI */ +typedef struct NR_CGI { + PLMNIdentity_t pLMNIdentity; + NRCellIdentity_t nRCellIdentity; + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} NR_CGI_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_NR_CGI; +extern asn_SEQUENCE_specifics_t asn_SPC_NR_CGI_specs_1; +extern asn_TYPE_member_t asn_MBR_NR_CGI_1[2]; + +#ifdef __cplusplus +} +#endif + +#endif /* _NR_CGI_H_ */ +#include