Skip to content

Commit

Permalink
Improvements to OAI build and platform flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
platini2 committed Nov 12, 2024
1 parent 877e5e3 commit 74adae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ docker build --no-cache --force-rm -t docker_srsran .
# Build docker images for UERANSIM (gNB + UE)
cd ../ueransim
docker build --no-cache --force-rm -t docker_ueransim .
# Build docker images for OpenAirInterface (gNB + eNB) - Need to specify SDR (USRP / LIMESDR / BLADERF)
cd ../oai
docker build --no-cache --force-rm --build-arg SDRPLATFORM="USRP" -t docker_oai .
```

#### Build docker images for additional components
Expand Down

0 comments on commit 74adae6

Please sign in to comment.