Use latest srsRAN code containing fix for VoNR call
This commit is contained in:
@@ -40,7 +40,7 @@ RUN add-apt-repository ppa:ettusresearch/uhd && \
|
||||
|
||||
# Get srsRAN_Project, compile and install
|
||||
RUN git clone https://github.com/srsran/srsRAN_Project.git && \
|
||||
cd srsRAN_Project && git checkout 4ac5300d4927b5199af69e6bc2e55d061fc33652 && \
|
||||
cd srsRAN_Project && git checkout e5d5b44b92cf18d1bd1736da0148e5f9cce3721d && \
|
||||
mkdir build && cd build && \
|
||||
cmake ../ -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON && make -j`nproc` && make install && \
|
||||
ldconfig
|
||||
|
Reference in New Issue
Block a user