<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for The ASN.1 Compiler</title><link>https://sourceforge.net/p/asn1c/activity/</link><description>Recent activity for The ASN.1 Compiler</description><language>en</language><lastBuildDate>Sun, 14 Feb 2021 22:48:52 -0000</lastBuildDate><item><title>Saša Mihajlović posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/dd0b5350d9/?limit=25#e692</link><description>Recently started playing with asn1c. So far I have not found an example of how I can search the decoded structure. I wonder what is the best way to check in a decoded structure if some of the elements are present in the decoded structure? How can I get a pointer to the content of the desired element of the structure and its size, in case that element exists?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Saša Mihajlović</dc:creator><pubDate>Sun, 14 Feb 2021 22:48:52 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/dd0b5350d9/?limit=25#e692</guid></item><item><title>Volker Birk posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/72b107e982/?limit=25#c5a0</link><description>Please close this. It's my mistake. Saw it when had the test case ready ;-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Volker Birk</dc:creator><pubDate>Wed, 10 Feb 2021 14:43:40 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/72b107e982/?limit=25#c5a0</guid></item><item><title>Volker Birk posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/72b107e982/?limit=25#04c5</link><description>Hi, while forward compatibility is not delivered for PER encoding, extensible types are expected to be backward compatible. This is not the case for CHOICE in asn1c. To replicate the problem I've written a small test. You can find it here: https://gitea.pep.foundation/fdik/asn1-test How can I help to get this fixed? Yours, VB.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Volker Birk</dc:creator><pubDate>Wed, 10 Feb 2021 06:37:24 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/72b107e982/?limit=25#04c5</guid></item><item><title>Radoslav Radev posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/80af8f8aa4/?limit=25#62fe</link><description>I am beginner in ASN.1 and have a basic question. How ASN.1 compiler and encoder/decoder (C-OER, Canonical Octet Encoding Rule) treat the SEQUENCE OF when the number of items/objects/elements of the sequence are not known in advance? - Do you ave to specify how many items/objects/elements one have in the SEQUENCE OF? - Can one specify a maximum number (MAX) and the compiler and encoder find out how many are existing in each particular case? - what is the most efficient way (in terms of used bytes...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radoslav Radev</dc:creator><pubDate>Tue, 12 Jan 2021 08:42:29 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/80af8f8aa4/?limit=25#62fe</guid></item><item><title>Hoai Thi Nguyen posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/467319a3b4/?limit=25#21cf</link><description>I am trying to decode timestamp value like this topic https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#1541 Timestamp ::= INTEGER (0..3153600000000) I checked and I saw sizeof(long) is just 4bytes (32bit). I am trying to use uint64_t (8 bytes) an use asnlong2uint64 but It decoded wrong timestamp and return R I saw that many topics mentioned this problem but I did not see any solution. Do you have any update for this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hoai Thi Nguyen</dc:creator><pubDate>Tue, 22 Dec 2020 04:06:01 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/467319a3b4/?limit=25#21cf</guid></item><item><title>chuck posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/7f7f9f3e03/?limit=25#a826</link><description>Hi. I have been trying to decode a LTE SIB5 pdu. This was a pdu pulled from an acutal network. The pdu decodes on several other asn1c online decoders fine. I am not sure if there is another option i need to include when building the c/h files, or?? The error: Too large padding 19 in open type (per_opentype.c:148) I am using a 32 bit Ubuntu 16 platform. I have used on both asn1c 23 &amp; 24. The raw bytes are: 000F7513 2E11AA18 DDC25793 9640603C 8E700D5F FFE46A86 377015E4 0603C8E7 00DC2D28 46A86375 4C8AEC79...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chuck</dc:creator><pubDate>Tue, 27 Oct 2020 22:35:57 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/7f7f9f3e03/?limit=25#a826</guid></item><item><title>sandman2020 posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/7de155e190/?limit=25#508f</link><description>Hello, I have been trying to decode a UPER encoded ITS message called IVIM Infrastructure to Vehicle Information Message using asn1c without much success. The official schema is available here: https://standards.iso.org/iso/ts/19321/ed-2/en/ISO19321(2019)IVIv2.asn I get the following error when I try to decode the message, which unfortunately does not tell me why the decoding fails. Note that I have compiled the decoder program with debug mode enabled: Member IviStructure-&gt;optional is optional, p=1...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sandman2020</dc:creator><pubDate>Thu, 30 Apr 2020 17:35:35 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/7de155e190/?limit=25#508f</guid></item><item><title>zerocool posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/578b1089/?limit=25#6ec8</link><description>Hi, I’m also trying to decode a BER encoded file and when find 0x00 or 0x0000, the ASN1C and unber program stops with "Fatal error decoding value length at " Any help will be highly appreciate it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zerocool</dc:creator><pubDate>Wed, 19 Feb 2020 21:01:50 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/578b1089/?limit=25#6ec8</guid></item><item><title>Jen posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/7eaea5a3/?limit=25#2f09</link><description>I know this is a long shot as this question is over a decade old. But I am seeing the same thing. How does one properly use the PR_NOTHING flags? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jen</dc:creator><pubDate>Thu, 21 Nov 2019 17:54:13 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/7eaea5a3/?limit=25#2f09</guid></item><item><title>Ian Hailey posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/5096a4148e/?limit=25#e3f4</link><description>Hi all, What is the prefered way to support 64 bit INTEGER_t with ASN1C on machines with compilers that define a 32 bit long type? On these machines there are a number of issues around the use of &gt;32bit values for INTEGER_t (e.g. asn_per_constraints_t.upper_bound is a 32 bit long). There are a few posts on this subject and it seems to be something that would be good if it were covered in the FAQ? I see some people suggesting to replace all the long with long long and in other deplyment scenarios...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Hailey</dc:creator><pubDate>Sun, 28 Jul 2019 11:02:47 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/5096a4148e/?limit=25#e3f4</guid></item><item><title>Alberto Leiva Popper modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</link><description>Hi I'm having some issues turning asn1c's output into a library that I can use from other projects. I'm using the latest master (commit 4cc779) because 0.9.28 gave me some additional problems. I really don't get it. I think I'm missing something important. Could you please enlighten me? Questions: Is the -gen-autotools flag expected to be working? asn1c is spitting me the same converter-example.mk and Makefile.am.asn1convert files regardless of the flag's existence. Why was ASN_MODULE_HEADERS removed...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Leiva Popper</dc:creator><pubDate>Thu, 13 Sep 2018 21:04:56 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</guid></item><item><title>Alberto Leiva Popper modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</link><description>Hi I'm having some issues turning asn1c's output into a library that I can use from other projects. I'm using the latest master (commit 4cc779) because 0.9.28 gave me some additional problems. I really don't get it. I think I'm missing something important. Could you please enlighten me? Questions: Is the -gen-autotools flag expected to be working? asn1c is spitting me the same converter-example.mk and Makefile.am.asn1convert files regardless of the flag's existence. Why wa ASN_MODULE_HEADERS removed...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Leiva Popper</dc:creator><pubDate>Thu, 13 Sep 2018 21:02:12 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</guid></item><item><title>Alberto Leiva Popper modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</link><description>Hi I'm having some issues turning asn1c's output into a library that I can use from other projects. I'm using the latest master (commit 4cc779) because 0.9.28 gave me some additional problems. I really don't get it. I think I'm missing something important. Could you please enlighten me? Questions: Is the -gen-autotools flag expected to be working? asn1c is spitting me the same converter-example.mk and Makefile.am.asn1convert files regardless of the flag's existence. Why was ASN_MODULE_HEADERS removed...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Leiva Popper</dc:creator><pubDate>Thu, 13 Sep 2018 21:00:49 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</guid></item><item><title>Alberto Leiva Popper modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</link><description>Hi I'm having some issues turning asn1c's output into a library that I can use from other projects. I'm using the latest master (commit 4cc779fd9bd7f556699b5863cf111b359da10b66) because 0.9.28 gave me some additional problems. I really don't get it. I think I'm missing something important. Could you please enlighten me? Questions: Is the -gen-autotools flag expected to be working? asn1c is spitting me the same converter-example.mk and Makefile.am.asn1convert files regardless of the flag's existence....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Leiva Popper</dc:creator><pubDate>Thu, 13 Sep 2018 20:59:53 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</guid></item><item><title>Alberto Leiva Popper posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</link><description>Hi I'm having some issues turning asn1c's output into a library that I can use from other projects. I'm using the latest master (commit 4cc779fd9bd7f556699b5863cf111b359da10b66) because 0.9.28 gave me some additional problems. I really don't get it. I think I'm missing something important. Could you please enlighten me? Questions: Is the -gen-autotools flag expected to be working? asn1c is spitting me the same converter-example.mk and Makefile.am.asn1convert files regardless of the flag's existence....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alberto Leiva Popper</dc:creator><pubDate>Thu, 13 Sep 2018 20:58:55 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/31daecb4/?limit=25#6a97</guid></item><item><title>MICHAEL CHOURDAKIS posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#e44a</link><description>Fixed, ... forgot to add the .c files to my project :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MICHAEL CHOURDAKIS</dc:creator><pubDate>Sun, 12 Aug 2018 12:56:35 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#e44a</guid></item><item><title>MICHAEL CHOURDAKIS modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#2bc5</link><description>I suspect I'm missing something easy, but anyway. I'm trying to create a DER encoder for SigningCertificateV2 ::= SEQUENCE { certs SEQUENCE OF ESSCertIDv2, policies SEQUENCE OF PolicyInformation OPTIONAL } , this is the CAdES requiremenent. It compiles ok after I have filed 250 lines of ASN.1 data but then I get unresolved external errors: 1&gt;SigningCertificateV2.obj : error LNK2001: unresolved external symbol _asn_DEF_ESSCertIDv2 1&gt;SigningCertificateV2.obj : error LNK2001: unresolved external symbol...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MICHAEL CHOURDAKIS</dc:creator><pubDate>Sun, 12 Aug 2018 12:53:15 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#2bc5</guid></item><item><title>MICHAEL CHOURDAKIS posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#2bc5</link><description>I suspect I'm missing something easy, but anyway. I'm trying to create a DER encoder for SigningCertificateV2 ::= SEQUENCE { certs SEQUENCE OF ESSCertIDv2, policies SEQUENCE OF PolicyInformation OPTIONAL } , this is the CAdES requiremenent. It compiles ok after I have filed 250 lines of ASN.1 data but then I get unresolved external errors: 1&gt;SigningCertificateV2.obj : error LNK2001: unresolved external symbol _asn_DEF_ESSCertIDv2 1&gt;SigningCertificateV2.obj : error LNK2001: unresolved external symbol...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MICHAEL CHOURDAKIS</dc:creator><pubDate>Sun, 12 Aug 2018 12:29:24 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/3cf6266c/?limit=25#2bc5</guid></item><item><title>Ricnsoap posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/aa2f2ca4/?limit=25#40b0</link><description>Hi, shotte! There is something wrong with oer support. Therefore, it can be useful to define "ASN_DISABLE_OER_SUPPORT" before compiling (see line 46 in constr_TYPE.h).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ricnsoap</dc:creator><pubDate>Thu, 19 Jul 2018 14:12:15 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/aa2f2ca4/?limit=25#40b0</guid></item><item><title>SUNDAR LOGANATHAN posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/35fb55d8/?limit=25#320b</link><description>Hi, I’m working with “Saej2375” 2016version for UPER type, facing some issue with Encoding and Decoding in our ASN.1 Structure. Could you please send us some example ASN.1 code of MAP Message set.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SUNDAR LOGANATHAN</dc:creator><pubDate>Wed, 20 Jun 2018 06:04:26 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/35fb55d8/?limit=25#320b</guid></item><item><title>shotte posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/aa2f2ca4/?limit=25#66f0</link><description>Hi, I am trying the exemple in the quick guide. when I tried to compile the decoder cc -DPDU=Circle -I. -o CircleDecoder.exe *.c I got those error /tmp/cc6Cvqwt.o:(.data+0x58): undefined reference to BIT_STRING_decode_oer' /tmp/cc6Cvqwt.o:(.data+0x60): undefined reference toBIT_STRING_encode_oer' /tmp/cc5ADfTa.o:(.data+0x58): undefined reference to OCTET_STRING_decode_oer' /tmp/cc5ADfTa.o:(.data+0x60): undefined reference toOCTET_STRING_encode_oer' collect2: error: ld returned 1 exit status Any idea...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shotte</dc:creator><pubDate>Thu, 17 May 2018 19:46:18 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/aa2f2ca4/?limit=25#66f0</guid></item><item><title>Abdulla Ibrahim posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/44d0923f/?limit=25#44cd/8893/8713</link><description>@Just remove the constraint. how can I remove it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abdulla Ibrahim</dc:creator><pubDate>Sun, 18 Feb 2018 15:46:06 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/44d0923f/?limit=25#44cd/8893/8713</guid></item><item><title>Sriram posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/fb8619d0/?limit=25#e340</link><description>Hi, just curious to know whether there exists a way to include support for per encoding alone and not include support for xer, ber and der while generating .h/.c files from .ASN file? Purpose behind my question is to reduce the size of generated files. As in my project, i need support for per encoding/decoding alone, I feel removing support for xer, ber and der shall reduce the size of all .h/.c files considerably. Sriram.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sriram</dc:creator><pubDate>Tue, 21 Nov 2017 13:45:50 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/fb8619d0/?limit=25#e340</guid></item><item><title>DC_Kelley posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#3fdf</link><description>I have edited the above somewhat and made it into a knowledge base article on the MAP-SPaT site, please see: http://dsrc-tools.com/map-spat/index.php/knowledge-base/regional-data-extensions-generic-lane-object/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DC_Kelley</dc:creator><pubDate>Thu, 16 Nov 2017 00:29:44 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#3fdf</guid></item><item><title>DC_Kelley posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#cdb4</link><description>Vitho said: But the last and probably most important step is still somewhat unclear. I found the regions listed in the ASN file as noRegion, USA, Japan and EU. However I haven't been able to figure out how to "activate" the EU region. In other words I haven't been able to compile the file using the addGrpC extensions instead of the stubs (The empty RegionalExtensions). I presume you have read the J2735 section 11.2.3 Regional Extension in the ASN Specification and so I will not repeat that here,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DC_Kelley</dc:creator><pubDate>Wed, 15 Nov 2017 19:51:33 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#cdb4</guid></item><item><title>Vitho Kooistra posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#75d1</link><description>Hi David, Thank you for the information this far, it's indeed the MAP part i'm looking at (for EU region). Looking at the asn file with your comments I figured how and where to add (A new ConnectionTrajectory-AddGrpC to the Reg-GenericLane extension) and extend any regionalExtensions. Some where actually already one on one with what I needed (all EU/AddGrpC). But the last and probably most important step is still somewhat unclear. I found the regions listed in the ASN file as noRegion, USA, Japan...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vitho Kooistra</dc:creator><pubDate>Wed, 15 Nov 2017 09:54:59 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#75d1</guid></item><item><title>DC_Kelley posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#01d2</link><description>The short answer is that you need to create one if you want to use it, or use the one(s) provided by the "region" of interest. This then goes in the ASN definitions for the module REGION that you compile against. The way the module REGION ships from SAE is as a set of stubs, so you (you = a deployment) can develop whatever additional content you need. This process was devised so that you could add to the SAE J2735 without touching (read = breaking) the core ASN when interoperability is the primary...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DC_Kelley</dc:creator><pubDate>Tue, 14 Nov 2017 16:51:16 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#01d2</guid></item><item><title>Vitho Kooistra posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#596c</link><description>Hello, After working with ASN1c for a while i've managed to get most of the parts of it working just fine. But I ran into some issues with regional extensions and how to implement them. For example in the ASN file the following is listed (RestrictionUserType below). After generation of the C files (which works fine now) the RestrictionUserType file has a struct containing a sequence of RegionalExtensions. The part after the regionalExtensions (REGION.Reg-RestrictionUserType, see below) is the struct...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vitho Kooistra</dc:creator><pubDate>Tue, 14 Nov 2017 08:15:10 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4ff57989/?limit=25#596c</guid></item><item><title>Reg Elek posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d71976b1/?limit=25#c2aa</link><description>Hi, I don't find examples for how to use CONTAINING in asn1c. In my example i would like to give values in the Octasd SEQUENCE for version and tsapolicy. Is there any way to reach an encapsulated structure? Part of my asn1: EncapsulatedContentInfo ::= SEQUENCE { contentType OBJECT IDENTIFIER, eContent [0] IMPLICIT SEQUENCE { octasd Octasd } } Octasd ::= OCTET STRING (CONTAINING SEQUENCE { version INTEGER, tsapolicy OBJECT IDENTIFIER } ) Thanks, Elek</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reg Elek</dc:creator><pubDate>Thu, 05 Oct 2017 10:54:20 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d71976b1/?limit=25#c2aa</guid></item><item><title>inder posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/54459a43/?limit=25#2289</link><description>Hi, i am facing the same issue as specified by Mike above. Did anyone has the resolution for same.? FATAL: Type ProtocolIE-Field expects specialization from ProtocolIE-Field at line 125 in cont_define.asn1 Looking forward for the responses. Inder</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">inder</dc:creator><pubDate>Mon, 28 Aug 2017 11:46:04 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/54459a43/?limit=25#2289</guid></item><item><title>Gerry Fitzpatrick posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#ae1a</link><description>Hi Lei, thanks for adding the OER capability. I downloaded and tried your OER support but I found some issue when I tried to compile the generated C code. No SEQUENCE_OF support i.e. no SEQUENCE_OF_encode/decode_oer() No CHOICE support i.e. no CHOICE_encode/decode_oer() support you can easily reproduce this using the following trivial example (MyFile.asn1) MyModule DEFINITIONS ::= BEGIN MyTypes ::= SEQUENCE{ myObjectId OBJECT IDENTIFIER, mySeqOf SEQUENCE OF MyInt, myBitString BIT STRING { muxToken(0),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerry Fitzpatrick</dc:creator><pubDate>Fri, 25 Aug 2017 13:21:53 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#ae1a</guid></item><item><title>Markus Postl posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/63767dd1/?limit=25#1acb</link><description>Hi, is the WITH SYNTAX supported? When I try to compile I get an error. ERROR MESSAGE: FATAL: Unsupported type DSRCmsgID for value DSRCmsgID FATAL: Cannot compile "MessageFrame" (20:1) at line 1106 asn.1 FILE: MESSAGE-ID-AND-TYPE ::= CLASS { &amp;id DSRCmsgID UNIQUE, &amp;Type } WITH SYNTAX {&amp;Type IDENTIFIED BY &amp;id} MessageTypes MESSAGE-ID-AND-TYPE ::= { { MapData IDENTIFIED BY mapData } | { SPAT IDENTIFIED BY signalPhaseAndTimingMessage } | { SignalRequestMessage IDENTIFIED BY signalRequestMessage } | {...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Postl</dc:creator><pubDate>Thu, 10 Aug 2017 07:31:51 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/63767dd1/?limit=25#1acb</guid></item><item><title>Omar AIT AMRANE posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4317562f/?limit=25#0288</link><description>Does ASN1C support aligned PER ASN1 Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar AIT AMRANE</dc:creator><pubDate>Thu, 13 Jul 2017 10:08:51 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4317562f/?limit=25#0288</guid></item><item><title>Omar AIT AMRANE posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/2d9cdb25/?limit=25#227b</link><description>Hi guys, Did anyone compile 3GPP TS 25.453 (PCAP) using ASN1C Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar AIT AMRANE</dc:creator><pubDate>Tue, 11 Jul 2017 15:21:19 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/2d9cdb25/?limit=25#227b</guid></item><item><title>rajat kapoor posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/809f53cd/?limit=25#0b89/b746/064a</link><description>Getting the same error for PER in version 0.9.28</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rajat kapoor</dc:creator><pubDate>Mon, 19 Jun 2017 10:33:51 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/809f53cd/?limit=25#0b89/b746/064a</guid></item><item><title>Prasad posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#612b</link><description>Hi, I am new to ASN1c. I have executable with conver_sample.c by using below command gcc -DPDU=MessageFrame -o myModule -I. *.c I have beed tasked to Encode/Decode as part of my project. Could you please help me to generating encoding and decoding vice-versa. Thanks in advance !</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prasad</dc:creator><pubDate>Tue, 30 May 2017 12:41:29 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#612b</guid></item><item><title>Prasad posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/b18e3de3/?limit=25#6ee1</link><description>Hi, I am trying to do ASN1c encode/decode with different formats like xer, ber, der etc. I have generated executable by using below command gcc -DPDU=MessageFrame -o myModule -I. *.c Used conver_sample.c file in above list. Now I am getting error, when trying to execute below command ./myModule -oper I am suspecting command line arguments passing. Could you please help me for executing above?? Thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prasad</dc:creator><pubDate>Tue, 30 May 2017 12:28:43 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/b18e3de3/?limit=25#6ee1</guid></item><item><title>Prasad posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/0ca3e802/?limit=25#7272</link><description>Hi, I am new to ASN1 compiler. By using below command I have generated executable, Used conver_sample.c for main() gcc -DPDU=MessageFrame -o my-program.exe -I. *.c Now, I am unable to run above executable.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prasad</dc:creator><pubDate>Tue, 30 May 2017 12:03:59 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/0ca3e802/?limit=25#7272</guid></item><item><title>lei sun posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#02c6</link><description>Hi: I forked the asn1c and added OER support (X.696). If anyone is interested, please check it out and welcome any feedback. I tested enc/dec against a few known oer encoded files, which appears fine. https://github.com/leisun124/asn1c Thanks Lei</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lei sun</dc:creator><pubDate>Thu, 04 May 2017 20:07:04 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/bf96dc3c/?limit=25#02c6</guid></item><item><title>Xter posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/f1ab2ea8/?limit=25#aba5</link><description>I have been trying to decode LTE RRC message with lionet compiler generated parser but it wont decode it anyway . IM using LTE ASN1 from 3gpp 36.331 // But if I use the OSS ASN1C compiler online playground to decode that it works perfectly, can someone help with something I am missing. ASN1 Spec Download : https://drive.google.com/open?id=0B1yp84AiNn58OV9NQTlvMW9nTnM Message Dump:001BBA6A34C092AA867900A004CFAE80229A077E5892761410A2094144041051560C5BD8849DAD52728FF267DE878501DCB062DEC424ED6A93947F933EF43CA00501100000...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xter</dc:creator><pubDate>Wed, 03 May 2017 13:33:36 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/f1ab2ea8/?limit=25#aba5</guid></item><item><title>Omar AIT AMRANE posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=25#df13</link><description>Thank you Bi-Ruei, In fact I am trying to encode RRLP PDUs using ASN1C. I first performed a test with MsrPosition-Req encoding only the MANATORY Part (ie. PositionInstruct). And then the decoding was successful using wireshark and Objective-Systems viewer ASN1VE. In a second step I added encoding of the 1st OPTIONAL parameter (ie. referenceAssistData). And then the decoding was unsuccessful using wireshark and Objective-Systems viewer ASN1VE. As you can see below ASN1C set bit 6 to indicate the presence...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar AIT AMRANE</dc:creator><pubDate>Thu, 27 Apr 2017 11:07:33 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=25#df13</guid></item><item><title>Bi-Ruei, Chiu posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=100#6fd1</link><description>Check mouse07410's asn1c repository which contains several features, including aligned PER support, not been merged into Lev Walkin's master repository yet.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bi-Ruei, Chiu</dc:creator><pubDate>Thu, 27 Apr 2017 09:27:56 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=100#6fd1</guid></item><item><title>Bi-Ruei, Chiu posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=100#e7d9</link><description>Hi, All, I just fixed problems found during processing DSRC's ASN file in one github pull request, this repository maintained by mouse07410 which contains several useful features not merged into Lev Walkin's master yet. Now the C code can be generated and compiled. However, I don't have binary data of DSRC message for verifying codec's correctness. So if anyone can give me some raw data of DSRC message will be helpful. I purchased J2735-201603.ASN for this asn1c enhancement. I am aware of aforementioned...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bi-Ruei, Chiu</dc:creator><pubDate>Thu, 27 Apr 2017 09:08:47 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=100#e7d9</guid></item><item><title>Bi-Ruei, Chiu posted a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=100#fe67</link><description>Hi, All, I just fixed problems found during processing DSRC's ASN file in one github pull request, this repository maintained by mouse07410 which contains several useful features not merged into Lev Walkin's master yet. Now the C code can be generated and compiled. However, I don't have binary data of DSRC message for verifying codec's correctness. So if anyone can give me some raw data of DSRC message will be helpful. Any feedback is welcomed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bi-Ruei, Chiu</dc:creator><pubDate>Thu, 27 Apr 2017 08:59:38 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=100#fe67</guid></item><item><title>Omar AIT AMRANE posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=25#bdf8</link><description>Did anyone emplement RRLP encoding using asn1c Thank's a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar AIT AMRANE</dc:creator><pubDate>Wed, 26 Apr 2017 17:27:31 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/c21e7eef/?limit=25#bdf8</guid></item><item><title>Omar AIT AMRANE posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4cd5c3eb/?limit=25#a378</link><description>I am using wireshark to decode BSSMAP-LE PDUs containing RRLP PDUs. RRLP PDUs are Unaligned PER ASN.1 encoded using ASN1C compiler "v0.9.28". If RRLP PDU contains only MANDATORY parameters wireshark decoding is the same that ASN1C compiler. If I add an OPTIONAL parameter wireshark decoding seems to be wrong. Did someone use wireshark in such a field. Thany you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Omar AIT AMRANE</dc:creator><pubDate>Tue, 25 Apr 2017 09:22:19 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4cd5c3eb/?limit=25#a378</guid></item><item><title>Ravikanth posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/5c17fa1d/?limit=25#0982</link><description>I was able to solve this issue by allocating memory for the OID. Hope this code is...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravikanth</dc:creator><pubDate>Thu, 23 Mar 2017 16:53:52 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/5c17fa1d/?limit=25#0982</guid></item><item><title>Ravikanth posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/5c17fa1d/?limit=25#3139</link><description>Hi, I am trying to encode an OID Into a buffer. Following is the code i was using...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravikanth</dc:creator><pubDate>Tue, 21 Mar 2017 15:44:14 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/5c17fa1d/?limit=25#3139</guid></item><item><title>Kevin Zhang posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/21c2d748/?limit=25#1c33</link><description>forgive my silly, i know now!fdfjk #define A_SET_OF(type) \ struct { \ type array;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Zhang</dc:creator><pubDate>Fri, 13 Jan 2017 13:56:34 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/21c2d748/?limit=25#1c33</guid></item><item><title>Kevin Zhang posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/21c2d748/?limit=25#f98f</link><description>asn definition is : MonitorData ::= SEQUENCE OF MonitorDataItem compile it and get...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Zhang</dc:creator><pubDate>Fri, 13 Jan 2017 13:23:30 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/21c2d748/?limit=25#f98f</guid></item><item><title>engineer modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/794e1cde/?limit=25#c8de</link><description>Hello, I want to decode x.509 certificate with asn1c compiler but an error occured....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">engineer</dc:creator><pubDate>Thu, 22 Dec 2016 11:40:07 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/794e1cde/?limit=25#c8de</guid></item><item><title>Gokce posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/794e1cde/?limit=25#c8de</link><description>Hello, I want to decode x.509 certificate with asn1c compiler but an error occured....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gokce</dc:creator><pubDate>Mon, 12 Dec 2016 08:09:24 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/794e1cde/?limit=25#c8de</guid></item><item><title>HaYoung Lee modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/43158001/?limit=25#6977</link><description>I'm trying to make der encoder from the input data in ASN.1 and the module in ASN.1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HaYoung Lee</dc:creator><pubDate>Mon, 03 Oct 2016 08:58:21 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/43158001/?limit=25#6977</guid></item><item><title>HaYoung Lee posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/43158001/?limit=25#6977</link><description>I'm trying to make der encoder from the input data in ASN.1 and the module in ASN.1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HaYoung Lee</dc:creator><pubDate>Mon, 03 Oct 2016 08:54:43 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/43158001/?limit=25#6977</guid></item><item><title>counselour posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/60603af5/?limit=25#144d</link><description>You are using the converter-sample.c as your main? Try setting the buffer size to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">counselour</dc:creator><pubDate>Tue, 30 Aug 2016 16:23:23 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/60603af5/?limit=25#144d</guid></item><item><title>Bimal Kaluarachchi posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/60603af5/?limit=25#ce83</link><description>Hi IGenerated class structure from asn file and tried to decode it allways decode...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bimal Kaluarachchi</dc:creator><pubDate>Tue, 30 Aug 2016 14:01:31 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/60603af5/?limit=25#ce83</guid></item><item><title>Aleksey Boychev modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f/ae02</link><description>Dear Gajalakshmi, I attached J2735_201601_ASN.asn. This is a last free version. I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksey Boychev</dc:creator><pubDate>Fri, 01 Jul 2016 12:23:51 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f/ae02</guid></item><item><title>DC_Kelley posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#5137</link><description>Gentlemen: Please be aware that the ASN.1 specification is not, and has never been,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DC_Kelley</dc:creator><pubDate>Wed, 29 Jun 2016 16:19:32 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#5137</guid></item><item><title>Aleksey Boychev posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f/ae02</link><description>Dear Gajalakshmi, I attached J2735_201601_ASN.asn. This is a last free version. I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksey Boychev</dc:creator><pubDate>Wed, 01 Jun 2016 08:24:06 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f/ae02</guid></item><item><title>Gajalakshmi posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f</link><description>Dear All, Whether "J2735_201601_ASN.asn" file is free to download or payable? If...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gajalakshmi</dc:creator><pubDate>Mon, 30 May 2016 12:06:15 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43/d82f</guid></item><item><title>Iulian Pana posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#9891</link><description>Hello again, I also attach a small project in order to show the patch i used. Is...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iulian Pana</dc:creator><pubDate>Wed, 25 May 2016 12:29:56 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#9891</guid></item><item><title>Iulian Pana posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#5327</link><description>Hi Stefan, Attaching some examples would be great. To further exemplify my question...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iulian Pana</dc:creator><pubDate>Mon, 23 May 2016 10:06:36 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#5327</guid></item><item><title>Stefan Gudmundsson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#73f7</link><description>Hi Iulian, You are mixing ASN.1 types, the internal data structures used to encode...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Mon, 16 May 2016 15:13:32 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#73f7</guid></item><item><title>Iulian Pana posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#635b</link><description>Hello, Is it possible to have custom types specified in an ASN1 grammar, equivalent...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iulian Pana</dc:creator><pubDate>Mon, 16 May 2016 14:51:31 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357920/thread/2a74bd18/?limit=25#635b</guid></item><item><title>pvk posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43</link><description>I'm also facing same issue. @Andy Dun, Are you able to compile J2735_201601_ASN....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pvk</dc:creator><pubDate>Tue, 26 Apr 2016 18:12:14 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#7f43</guid></item><item><title>Andy Dun modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56/f31e</link><description>The .asn file in the Bug 68 link compiled for me as well. I might be able to use...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dun</dc:creator><pubDate>Tue, 26 Apr 2016 15:36:08 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56/f31e</guid></item><item><title>Andy Dun posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56/f31e</link><description>The .asn file in the Bug 68 link compiled for me as well. I might be able to use...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dun</dc:creator><pubDate>Mon, 18 Apr 2016 22:27:12 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56/f31e</guid></item><item><title>Stefan Gudmundsson posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#475a/cf77</link><description>I think I tried compiling the DSRC definition and that it worked. I'll look into...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 Apr 2016 00:38:34 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#475a/cf77</guid></item><item><title>Stefan Gudmundsson modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56</link><description>Can you post the source? Check out Bug 68 as well: https://sourceforge.net/p/asn...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 Apr 2016 00:25:07 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56</guid></item><item><title>Stefan Gudmundsson posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56</link><description>Check out Bug 68 as well: https://sourceforge.net/p/asn1c/bugs/68/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 Apr 2016 00:24:44 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#bc56</guid></item><item><title>Andy Dun posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#475a</link><description>Has anyone tried using asn1c for automotive dedicated DSRC? I tried to compile the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dun</dc:creator><pubDate>Thu, 14 Apr 2016 23:41:13 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/d8758a43/?limit=25#475a</guid></item><item><title>pvk modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#1541</link><description>Hi, I'm also facing same issue while encoding "TimestampIts" with 5bytes on 32-bit...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pvk</dc:creator><pubDate>Mon, 07 Mar 2016 16:49:38 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#1541</guid></item><item><title>pvk posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#1541</link><description>Hi, I'm also facing same issue while encoding "TimestampIts" with 5bytes on 32-bit...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pvk</dc:creator><pubDate>Mon, 07 Mar 2016 16:45:58 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#1541</guid></item><item><title>Murli Sharma modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/708366cf/?limit=25#365c</link><description>Hi, I'm trying to generate and compile c files from two asn files. The generation...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murli Sharma</dc:creator><pubDate>Fri, 08 Jan 2016 11:34:09 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/708366cf/?limit=25#365c</guid></item><item><title>Murli Sharma posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/708366cf/?limit=25#365c</link><description>Hi, I'm trying to generate and compile c files from two asn files. The generation...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murli Sharma</dc:creator><pubDate>Fri, 08 Jan 2016 10:53:09 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/708366cf/?limit=25#365c</guid></item><item><title>Martin L. created ticket #24</title><link>https://sourceforge.net/p/asn1c/support-requests/24/</link><description>undefined reference to asn_DEF_Rectangle</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin L.</dc:creator><pubDate>Tue, 10 Nov 2015 09:18:27 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/support-requests/24/</guid></item><item><title>Tiaan created ticket #23</title><link>https://sourceforge.net/p/asn1c/support-requests/23/</link><description>x400 Parse Failure</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tiaan</dc:creator><pubDate>Mon, 12 Oct 2015 06:57:57 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/support-requests/23/</guid></item><item><title>Lokesh Nijalinge posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/7d9cf4ac/?limit=25#bc58</link><description>Hi , I have created file using asn compiler and able to use many parameters. I need...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lokesh Nijalinge</dc:creator><pubDate>Wed, 26 Aug 2015 10:01:29 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/7d9cf4ac/?limit=25#bc58</guid></item><item><title>Jean Paul Talledo posted a comment on ticket #22</title><link>https://sourceforge.net/p/asn1c/support-requests/22/?limit=25#67b0</link><description>The encoded packet is a Basic Safety Message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean Paul Talledo</dc:creator><pubDate>Wed, 22 Jul 2015 10:27:55 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/support-requests/22/?limit=25#67b0</guid></item><item><title>Jean Paul Talledo created ticket #22</title><link>https://sourceforge.net/p/asn1c/support-requests/22/</link><description>Accessing to Unkown Extension field</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean Paul Talledo</dc:creator><pubDate>Tue, 21 Jul 2015 20:46:43 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/support-requests/22/</guid></item><item><title>Masilamani posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/00714674/?limit=25#b562</link><description>Hi, I am trying to develop an ASN.1 protocol in PER(unaligned) for encoding the Ecall...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Masilamani</dc:creator><pubDate>Fri, 19 Jun 2015 11:51:06 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/00714674/?limit=25#b562</guid></item><item><title>Stefan Gudmundsson modified a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#0366</link><description>Note: This will not work for XER though as XML will use the identifiers as XML-tags....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 May 2015 17:06:40 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#0366</guid></item><item><title>Stefan Gudmundsson posted a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#0366</link><description>Note: This will not work for XER though as XML *will use the identifiers as XML-tags....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 May 2015 17:06:10 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#0366</guid></item><item><title>Stefan Gudmundsson posted a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#882a</link><description>Problem of scope. In C/C++, you create a typedef conflict as the member name "item"...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 15 May 2015 16:31:47 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#882a</guid></item><item><title>Jean Paul Talledo posted a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#70d5</link><description>Adding DSRC ASN file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean Paul Talledo</dc:creator><pubDate>Tue, 12 May 2015 19:48:46 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#70d5</guid></item><item><title>Jean Paul Talledo posted a comment on ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#d745</link><description>Adding Makefile</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean Paul Talledo</dc:creator><pubDate>Tue, 12 May 2015 19:48:22 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/?limit=25#d745</guid></item><item><title>Jean Paul Talledo created ticket #68</title><link>https://sourceforge.net/p/asn1c/bugs/68/</link><description>Error after compiling DSRC asn file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean Paul Talledo</dc:creator><pubDate>Tue, 12 May 2015 19:47:52 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/bugs/68/</guid></item><item><title>David posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/1a542f9e/?limit=25#f56a</link><description>Hello , i wanna know what type of encoding is this , and i wanna know too how to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 27 Apr 2015 17:14:49 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/1a542f9e/?limit=25#f56a</guid></item><item><title>Adrien Destugues posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/e22a15b4/?limit=25#84b4</link><description>Hi, I am using the asn1c compiler and I need to make copies of a structure after...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrien Destugues</dc:creator><pubDate>Thu, 16 Apr 2015 07:40:56 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/e22a15b4/?limit=25#84b4</guid></item><item><title>Giuseppe De Vito posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#ee24/201f</link><description>Hi Adrian, a DENM packet must have a field called ReferenceTime that has to be set...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giuseppe De Vito</dc:creator><pubDate>Tue, 14 Apr 2015 15:30:04 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#ee24/201f</guid></item><item><title>Stefan Gudmundsson posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/0bdb3738/?limit=25#824f</link><description>You can't, it generates C-code only. It's easy enough to use from C++, but I have...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Gudmundsson</dc:creator><pubDate>Fri, 27 Mar 2015 16:19:57 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/0bdb3738/?limit=25#824f</guid></item><item><title>charlesw1024 posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/0bdb3738/?limit=25#c0ed</link><description>How to I specify that I want c++ code to be generated instead of C? I have look everywhere...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">charlesw1024</dc:creator><pubDate>Fri, 27 Mar 2015 07:17:47 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/0bdb3738/?limit=25#c0ed</guid></item><item><title>charlesw1024 posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/0b2fd165/?limit=25#480c</link><description>How to I specify that I want c++ code to be generated instead of C? I have look everywhere...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">charlesw1024</dc:creator><pubDate>Fri, 27 Mar 2015 06:17:39 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/0b2fd165/?limit=25#480c</guid></item><item><title>alex.f posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/e221cd76/?limit=25#9248</link><description>MyTest DEFINITIONS ::= BEGIN Client ::= CHOICE { clientInt INTEGER, clientStr OCTET...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alex.f</dc:creator><pubDate>Fri, 06 Mar 2015 00:18:49 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/e221cd76/?limit=25#9248</guid></item><item><title>Thibaud posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#45f0</link><description>Hi ! I've got the same issue with an Integer_t on a similar timestamp structure....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thibaud</dc:creator><pubDate>Mon, 19 Jan 2015 17:58:00 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/4c43bdf3/?limit=25#45f0</guid></item><item><title>lin posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/f68e965d/?limit=25#cac9</link><description>Hi all, I am trying to compile a .asn file,but the compiler show following message...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lin</dc:creator><pubDate>Mon, 15 Sep 2014 03:18:32 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/f68e965d/?limit=25#cac9</guid></item><item><title>sfuser3 posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/8ad3c651/?limit=25#148f</link><description>I have the following ASN.1 input file: MyFoo DEFINITIONS AUTOMATIC TAGS ::= BEGIN...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sfuser3</dc:creator><pubDate>Fri, 29 Aug 2014 21:41:08 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/8ad3c651/?limit=25#148f</guid></item><item><title>rjpisani posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/e50ebb91/?limit=25#5496</link><description>So i'm trying to create a simple der encoder, and I have followed the step by step...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rjpisani</dc:creator><pubDate>Fri, 08 Aug 2014 15:34:56 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/e50ebb91/?limit=25#5496</guid></item><item><title>rjpisani posted a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/3d04997a/?limit=25#6915</link><description>So i'm trying to create a simple der encoder, and I have followed the step by step...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rjpisani</dc:creator><pubDate>Fri, 08 Aug 2014 15:34:50 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/3d04997a/?limit=25#6915</guid></item><item><title>Seth Keith modified a comment on discussion Help</title><link>https://sourceforge.net/p/asn1c/discussion/357921/thread/af7e9bdc/?limit=25#7763</link><description>I am still at this, adding data to the topic. The only other questionable step I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seth Keith</dc:creator><pubDate>Mon, 28 Jul 2014 18:28:33 -0000</pubDate><guid>https://sourceforge.net/p/asn1c/discussion/357921/thread/af7e9bdc/?limit=25#7763</guid></item></channel></rss>