Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

definition of struct ProtocolIE_SingleContainer missing #485

Open
samrajput1143 opened this issue Sep 22, 2023 · 1 comment
Open

definition of struct ProtocolIE_SingleContainer missing #485

samrajput1143 opened this issue Sep 22, 2023 · 1 comment

Comments

@samrajput1143
Copy link

samrajput1143 commented Sep 22, 2023

Iam using below asn1c compiler, having version.

ASN.1 Compiler, v0.9.29
Copyright (c) 2003-2017 Lev Walkin vlm@lionet.info and contributors.

And I have compiled 3gpp f1ap rel 17 asn files. I have also attached the tar file.

After extracting this tar file, all asn files can be found at f1ap_rel16/specs.

In header file Served-Cells-To-Add-List.h I see the forward declaration of ProtocolIE_SingleContainer , but I didn't find its definition in any of the header file .

command used:-
asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example *.asn

struct ProtocolIE_SingleContainer;

typedef struct Served_Cells_To_Add_List {
	A_SEQUENCE_OF(struct ProtocolIE_SingleContainer) list;
	
	asn_struct_ctx_t _asn_ctx;
} Served_Cells_To_Add_List_t;

f1ap_rel17_c_lnx.tar.gz

@chetanpandey1266
Copy link

I tried running asn1c on your asn files but I am getting following:

ASN.1 grammar parse error near line 404 (token "id-MultipleULAoA"): syntax error, unexpected TOK_identifier, expecting '}'
Cannot parse "F1AP-IEs.asn"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants