Karel

Results 20 comments of Karel

I tried manually removing the "[[" and "]]" characters and it seems to work ok. So I will add it to the SSEM & SREM pull request to see what...

This suggests it fixes the problem, but just applying this commit as a patch and rebuilding riebl/asn1c/integer_uper did not help: https://github.com/brchiu/asn1c/commit/3d76a0399b065c722db814082f0ddd4dae060a22 Unfortunately, I am not experienced enough for fixing the...

I tried adding also IVIM messages. See https://github.com/riebl/vanetza/issues/162. I am manually removing "[[" and "]]" characters from https://standards.iso.org/iso/ts/19321/ed-2/en/ISO19321IVIv2.asn, hope it is okay this way.

I am not sure if you are happy with user manually creating the symbolic link to SDK root as mentioned [above,](https://github.com/riebl/vanetza/pull/151#discussion_r851419239) but to me it seems good enough (as the...

I thought mainly about classes RouterContext, TimeTrigger and Application, maybe even DccPassthrough (I won't use this one once I will be using DCC mechanisms from Vanetza) as I reused those...

Hi, yes, we detected it runtime (in an application based on this example). Maybe there is a very slim chance of this occurring but it can happen. Regards, Karel

Hi @HpLightcorner, I have some other issues building Vanetza on Windows. I am using MSVC, so you probably do not know, but as you also attempted this, did you by...

Hello @OrmandiTamas, how did you solve the -1073741819 error? AFAIK it is 0xC0000005 in hex which is an error `System.AccessViolationException: Attempted to read or write protected memory. This is often...

Thanks for quick response. I think the problem is not the same but the solution might be. I have found [your paper](http://kjit.bme.hu/images/Tovabbi_allomanyok/Trafficlab/Research/SUMOTRACI/Veins_Documentation.pdf) about generating CAM messages directly and I think...

Hi @riebl, unfortunetaly I discovered I cannot encode SSEM messages (both in my pull request and your branch) due to this error: ``` terminate called after throwing an instance of...