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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user