Created
November 23, 2021 19:39
-
-
Save V0rt/82d7067742b55e24edd6a97d10e060c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update | |
apt install ca-certificates apt-transport-https wget | |
sudo add-apt-repository ppa:softwareradiosystems/srsran | |
apt install software-properties-common ca-certificates apt-transport-https wget | |
sudo add-apt-repository ppa:softwareradiosystems/srsran | |
apt-get install srsran -y | |
apt install uhd-host | |
uhd_images_downloader | |
history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker create -it --net=bridge --name="srsUE" --privileged -v /dev/bus/usb:/dev/bus/usb ubuntu:latest bash