Skip to content

Instantly share code, notes, and snippets.

@V0rt
Created November 23, 2021 19:39
Show Gist options
  • Save V0rt/82d7067742b55e24edd6a97d10e060c7 to your computer and use it in GitHub Desktop.
Save V0rt/82d7067742b55e24edd6a97d10e060c7 to your computer and use it in GitHub Desktop.
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
@V0rt
Copy link
Author

V0rt commented Nov 23, 2021

docker create -it --net=bridge --name="srsUE" --privileged -v /dev/bus/usb:/dev/bus/usb ubuntu:latest bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment