kurkpitaine

Results 6 comments of kurkpitaine

Hello 👋🏻 I am currently implementing COER encoding support on this crate. CHOICE encoding works with tags. For now, the compiler generates only universal tags, which is wrong when there...

Default value does not work on curly braced values. Using packaged [random_test_spec.asn](https://github.com/Samuel-Tyler/fast_ber/blob/master/testfiles/random_test_spec.asn) file, compiler pops an error on line 82: ``` Next token is token DEFAULT (random_test_spec.asn:82.36-42: ) Shifting token...

I dig a bit for the curly braces, defining _ComponentType_ in the grammar like below corrects the curly braces issue: ``` ComponentType: Type { std::cerr

Hi 👋🏻 I started looking at it a year ago but did not dig it. I may look at it in the future but not sure at all. > Hello...

> Hi, > > > > I was planning to add the OER support, and I think I will start working on it quite soon. > > All development tips...

Got the same issue, I commented line [39 in raw_socket.rs](https://github.com/smoltcp-rs/smoltcp/blob/edfdb23243a973d458397a2b4e76f527bacb1fd6/src/phy/raw_socket.rs#L45) and it works. I did not dig for a proper fix.