Use latest release of srsRAN_4G code
This commit is contained in:
@@ -68,7 +68,7 @@ RUN git clone https://github.com/srsran/srsGUI && \
|
|||||||
# Get srsLTE, compile and install
|
# Get srsLTE, compile and install
|
||||||
RUN git clone https://github.com/srsran/srsRAN_4G.git && \
|
RUN git clone https://github.com/srsran/srsRAN_4G.git && \
|
||||||
cd srsRAN_4G && \
|
cd srsRAN_4G && \
|
||||||
git checkout release_23_04 && \
|
git checkout release_23_04_1 && \
|
||||||
mkdir build && cd build && \
|
mkdir build && cd build && \
|
||||||
cmake ../ && make -j`nproc` && make install && \
|
cmake ../ && make -j`nproc` && make install && \
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user