Vasil Velichkov
Vasil Velichkov
Yes PER encodings are not restartable but the same technique is used for PER as well. Have a look at `skeletons/converter-example.c`
Hi @tagenefiko, ``` MSGPDU ::= CLASS { &id ObjectDescriptor UNIQUE, &Data } ``` The `asn1c` does not support `ObjectDescriptor` as an `id` type in Information Object Class. It does support...
Hi @farhadh, > which is the default value and shouldn't be present in the DER encoded values. Can you cite the specification?
Hi @vashishthadeexa, > While encoding with OER format, the first two fields are encoded properly but from the third onwards encoding is not happening Rebuild with `-DASN_EMIT_DEBUG=1` in `CFLAGS` in...
Hi @vashishthadeexa, > OER encoder invoked for Rectangle > CHOICE IssuerIdentifier member is not selected > Failed to encode element IssuerIdentifier Most probably you've not initialized the `Rectangle` struct or...
Hi @timstirling, Can you try with the `vlm_master` branch from [mouse07410](https://github.com/mouse07410/asn1c/) fork or `velichkov_s1ap_plus_option_group_plus_adding_trailing_ull` branch from [brchiu](https://github.com/brchiu/asn1c) fork. Both forks contain a lot of fixes and improved support of Information...
Hi @timstirling, > velichkov, I compiled the mouse07410 fork, and with some additional CL options ( -fno-include-deps -findirect-choice ) I have code that looks much closer to working. But it...
Hi @timstirling, It's great that you've been able to identify the problem and found a solution. I'm not familiar with DSRC protocols and I can't tell what the definition of...
> Looking at the asn1c's output and comparing it with the one you've provided in your first post the lower bound should be 11 and not 0 e.g it should...
Hi @edbunet, > I'm working with ETSI ITS messages for security (ETSI TS 103 097 V1.3.1). In the specific, I have some problem about the code generated for checking the...