X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FRRC%2FPCCH-MessageType.h;h=56ae4057fb061b8e15cf59654074146b268e3fb3;hb=0d85ce70f63a02a38930c728a58702f9c8505e04;hp=98ad1b7b160d45d9bc88a700b2ccf6dade8f0ca9;hpb=bd2905b5f651349abafb7934a952414d7c24e291;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..56ae4057f 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 "./22April22_Paging/rrc_15.3_asn.asn1" + * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #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;