From 0ee1be4ae70df086ea62823592ffcb82fc11dfca Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Thu, 12 Dec 2024 17:42:22 +0100 Subject: [PATCH] Use latest srsRAN code containing fix for VoNR call --- srsran/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsran/Dockerfile b/srsran/Dockerfile index e60f7110..83f318db 100644 --- a/srsran/Dockerfile +++ b/srsran/Dockerfile @@ -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