YaxiongXiePrinceton / NG-Scope

GNU Affero General Public License v3.0
33 stars 10 forks source link

Installation and Running #2

Open zikunliu6 opened 1 year ago

zikunliu6 commented 1 year ago

Hello Yaxiong,

Thanks for open-sourcing this fantastic tool! I have two questions and will appreciate it a lot if you can kindly respond.

1) When installing NG-Scope, I didn't find the srslte_install_configs.sh, instead, it's called srsran_install_configs.sh and it cannot run without arguments. 2) Could you tell me how to run NG-Scope? I didn't find instructions in the readme.

Thanks!

wesmwoo commented 1 year ago

Hi Zikun -- I've also been working on using this project. From what I can tell, you can run ./ng_scope -f [frequency in Hz] from build/lib/examples. Once it connects to a cell at the frequency, the tool prints DCI information and decoded DCI content (see https://github.com/YaxiongXiePrinceton/NG-Scope/blob/master/lib/src/phy/ue/ngscope.c#L342).

I think I resolved the srsran_install_configs.sh previously but I don't quite remember the fix.