srsran / zynq_timestamping

Open source Zynq timestamping implementation from Software Radio Systems (SRS)
https://srsran.github.io/zynq_timestamping/index.html
GNU Affero General Public License v3.0
55 stars 15 forks source link

submodules missing #3

Closed catkira closed 1 year ago

catkira commented 1 year ago

I think the submodules are missing

benja@:/mnt/d/git/zynq_timestamping/app$ ./prepare.sh
--> Current UE configuration
• Board IP: 10.12.1.201
• freq_offset: -4100
• rx_gain: 50
• time_adv_nsamples: 82

cp: cannot create regular file 'srsRAN/lib/examples/usrp_txrx.c': No such file or directory
./prepare.sh: line 33: cd: srsRAN: No such file or directory
catkira commented 1 year ago

manually cloning https://github.com/srsran/srsRAN.git into the app dir solves it, but I think there should be a submodule

ofontbach commented 1 year ago

Thanks for spotting this @catkira!