You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I downloaded the relevant ASN.1 files from this link. However, when I tried to compile these files with hampi ASN.1 compiler I encountered the following error:
$ rs-asn1c --module test --codec aper -- map/*.EXP
[2025-01-20T08:02:53Z INFO asn1_compiler::compiler] Processing file: "map/MAP-CallHandlingOperations.EXP"
[2025-01-20T08:02:54Z INFO asn1_compiler::compiler] Processing file: "map/MAP-DialogueInformation.EXP"
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::choice] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 1 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::seq] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z WARN asn1_compiler::parser::asn::types::constructed::choice] No tokens consumed in 2 iterations of the loop
[2025-01-20T08:02:54Z ERROR asn1_compiler::parser::asn::defs] Failed to parse a definition at Token: Token { type: Identifier, span: Span { start: LineColumn { line: 20, column: 0 }, end: LineColumn { line: 20, column: 15 } }, text: "MAP-DialoguePDU" }
Error: Parsing Error: Failed to parse a definition at Token: Token { type: Identifier, span: Span { start: LineColumn { line: 20, column: 0 }, end: LineColumn { line: 20, column: 15 } }, text: "MAP-DialoguePDU" }
The text was updated successfully, but these errors were encountered:
Hi,
I downloaded the relevant ASN.1 files from this link. However, when I tried to compile these files with hampi ASN.1 compiler I encountered the following error:
The text was updated successfully, but these errors were encountered: