Use release 21.04 of srsRAN

This commit is contained in:
herlesupreeth
2021-11-08 14:43:52 +01:00
parent aa3633256f
commit 47b4dcbd50

View File

@@ -72,7 +72,7 @@ RUN git clone https://github.com/srsran/srsGUI && \
# Get srsLTE, compile and install
RUN git clone https://github.com/srsran/srsRAN.git && \
cd srsRAN && \
git checkout master && \
git checkout tags/release_21_04 && \
mkdir build && cd build && \
cmake ../ && make -j`nproc` && make install && \
ldconfig