X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sm%2Fheaders%2FPlmnID-Item.h;fp=e2sm%2Fheaders%2FPlmnID-Item.h;h=0000000000000000000000000000000000000000;hb=960885a60feb1ef3f9f654c7f4caf73f7a25dc4a;hp=803068ceb7141a4296d8154e2c60d7778733fdc2;hpb=a68d14ca01424a51cc7c9dd24b46282784301cba;p=ric-app%2Frc.git diff --git a/e2sm/headers/PlmnID-Item.h b/e2sm/headers/PlmnID-Item.h deleted file mode 100644 index 803068c..0000000 --- a/e2sm/headers/PlmnID-Item.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) - * From ASN.1 module "E2SM-KPM-RC" - * found in "e2sm-kpm-rc.asn" - * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .` - */ - -#ifndef _PlmnID_Item_H_ -#define _PlmnID_Item_H_ - - -#include - -/* Including external dependencies */ -#include "PLMN-Identity.h" -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/* Forward declarations */ -struct FGC_CUUP_PM_Format; -struct EPC_CUUP_PM_Format; - -/* PlmnID-Item */ -typedef struct PlmnID_Item { - PLMN_Identity_t pLMN_Identity; - struct FGC_CUUP_PM_Format *cu_UP_PM_5GC; /* OPTIONAL */ - struct EPC_CUUP_PM_Format *cu_UP_PM_EPC; /* OPTIONAL */ - /* - * This type is extensible, - * possible extensions are below. - */ - - /* Context for parsing across buffer boundaries */ - asn_struct_ctx_t _asn_ctx; -} PlmnID_Item_t; - -/* Implementation */ -extern asn_TYPE_descriptor_t asn_DEF_PlmnID_Item; -extern asn_SEQUENCE_specifics_t asn_SPC_PlmnID_Item_specs_1; -extern asn_TYPE_member_t asn_MBR_PlmnID_Item_1[3]; - -#ifdef __cplusplus -} -#endif - -#endif /* _PlmnID_Item_H_ */ -#include