HackerTrans
トップ新着トレンドコメント過去質問紹介求人

chrismoos

no profile record

投稿

[untitled]

1 ポイント·投稿者 chrismoos·2 か月前·0 コメント

Show HN: 1xBTS – Run your own CDMA network on an SDR

1xbts.org
3 ポイント·投稿者 chrismoos·2 か月前·2 コメント

Show HN: m6502, a 6502 CPU for FPGAs and Tiny Tapeout

github.com
5 ポイント·投稿者 chrismoos·5 か月前·1 コメント

Show HN: Apple II(e) emulator in Rust for native and web

github.com
4 ポイント·投稿者 chrismoos·5 か月前·0 コメント

コメント

chrismoos
·2 か月前·議論
The specs are public from 3gpp2 (https://www.3gpp2.org/). I didn't have to reverse engineer but in the initial RF bringup, even with the specs, it took me a while and had to pick up some old CDMA test equipment to capture actual BTS signals to help me understand it better.
chrismoos
·5 か月前·議論
Yeah maybe at some point -- I'd need to learn about all the formal stuff though first, it's new to me. For now it's cocotb test benches and also I run it through the Klaus test (https://github.com/Klaus2m5/6502_65C02_functional_tests) which is pretty comprehensive. There are definitely edge cases though that I found when actually running it on physical hardware that my tests didn't find (i.e ran into some IRQ servicing issues), so not easy to be 100%.