Update the SRS eNB repo link

This commit is contained in:
herlesupreeth
2021-04-29 12:14:44 +02:00
parent 11088579e2
commit ffa8a29bee

View File

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