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

Parser for BA_DEF_REL_ BU_SG_REL_ throws Error #118

Open
MdAnayat opened this issue Aug 30, 2022 · 2 comments
Open

Parser for BA_DEF_REL_ BU_SG_REL_ throws Error #118

MdAnayat opened this issue Aug 30, 2022 · 2 comments

Comments

@MdAnayat
Copy link

Line number 9 of the following dbc is throwing error
In line 9:
Error! Expecting: eoi here:
BA_DEF_REL_ BU_SG_REL_ "GenSigTimeoutTime" INT 0 65535;

1 BA_DEF_ BU_  "GenNodAutoGenDsp" ENUM "No", "Yes";^M
2 BA_DEF_ BU_  "GenNodAutoGenSnd" ENUM "No", "Yes";^M
3 BA_DEF_ BU_  "GenNodSleepTime" INT 0 1000000;^M
4 BA_DEF_ BU_  "ILUsed" ENUM "No", "Yes";^M
5 BA_DEF_ BU_  "ECUVariantDefault" ENUM "No", "Yes";^M
6 BA_DEF_ BU_  "ECUVariantGroup" STRING;^M
7 BA_DEF_ BU_  "VAGTP20_TargetAddress" HEX 0 127;^M
8 BA_DEF_ BU_  "NodeLayerModules" STRING;^M
9 BA_DEF_REL_ BU_SG_REL_  "GenSigTimeoutTime" INT 0 65535;^M

Please let me know how I can solve this problem?

@xR3b0rn
Copy link
Owner

xR3b0rn commented Sep 2, 2022

BA_DEF_REL_ is not implemented yet.

Do you need this information provided by BA_DEF_REL_? If not, just remove it.

@linpanusst
Copy link

BA_DEF_REL_ is not implemented yet.

Do you need this information provided by BA_DEF_REL_? If not, just remove it.

Could you please implemented the BA_DEF_REL msgs? Do you need any test data or test dbcs? I can provide them.

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

3 participants