Use latest release of srsRAN_4G code

This commit is contained in:
herlesupreeth
2023-07-10 16:46:50 +02:00
parent 16488cd437
commit a621683e88

View File

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