mitshell

Results 72 comments of mitshell

Yes ! Le jeudi 17 novembre 2016, Jérôme BAROTIN [email protected] a écrit : > Hello, > > I need the ASN1 code not only for displaying purpose, but also to...

All those components are open-source, any contribution is very welcome ! On my side, I don't have any CC2531 and don't work with 802.15.4 anymore ; it's a bit hard...

Thanks for proposing. Not easy to review the incremental commits however. I've checked on your branch. The `ModemCardRequest` has kind of a weird initialization routine : 2 distinct exclusive args...

A new repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. Please checkout the latest 0.7.1 version which provides extended JSON support for mobile...

Aside from the osmocom projects and corenet, which both support 3G femtocells over HNBAP and RANAP, and 3G terminals, there is OpenBTS-UMTS, you can find a maintained fork from the...

I don't know: you should check on Texas Instrument's web site. They have a windows application to manage those dongles.

Hello, ideally, having mpz_import() / mpz_export() available exposed within Python would be the best for me. On the other side, I realized that when I import a buffer to an...

Dear Case, I had something in mind, in order to shift large buffers: today, I do this the ugly way, see https://github.com/mitshell/libmich/blob/master/libmich/core/shtr.py#L157. This helps me to process bitstream, like it...

It seems the json parsing does not take the `UEOSId` part into account. This is because this IE is optional, and the general behaviour when setting values for such NAS...

Commit https://github.com/pycrate-org/pycrate/commit/97d4d7d0b37653d7b45c88ce934799fe42fced98 should solve this issue. Can you give a try with the last tagged release?