X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FRRC%2FPCCH-MessageType.h;h=16c955bf42c09e6e55d932c129a0cfc70fe7fad2;hb=refs%2Fchanges%2F25%2F11925%2F2;hp=98ad1b7b160d45d9bc88a700b2ccf6dade8f0ca9;hpb=d355b65b2be37369b4d3fbbef9d4021090275d98;p=o-du%2Fl2.git diff --git a/src/codec_utils/RRC/PCCH-MessageType.h b/src/codec_utils/RRC/PCCH-MessageType.h index 98ad1b7b1..16c955bf4 100644 --- a/src/codec_utils/RRC/PCCH-MessageType.h +++ b/src/codec_utils/RRC/PCCH-MessageType.h @@ -1,8 +1,8 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" - * found in "../../../rrc_15.3_asn.asn1" - * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + * found in "../ASN1_Input/rrc_15_3_asn.asn1" + * `asn1c -D ../RRC_output_14Nov/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER` */ #ifndef _PCCH_MessageType_H_ @@ -33,7 +33,7 @@ typedef enum PCCH_MessageType__c1_PR { } PCCH_MessageType__c1_PR; /* Forward declarations */ -struct Paging; +struct PagingRrc; /* PCCH-MessageType */ typedef struct PCCH_MessageType { @@ -42,7 +42,7 @@ typedef struct PCCH_MessageType { struct PCCH_MessageType__c1 { PCCH_MessageType__c1_PR present; union PCCH_MessageType__c1_u { - struct Paging *paging; + struct PagingRrc *paging; NULL_t spare1; } choice;