Skip to content

Commit

Permalink
Use latest srsRAN code containing fix for VoNR call
Browse files Browse the repository at this point in the history
  • Loading branch information
herlesupreeth committed Dec 12, 2024
1 parent ff550f8 commit 0ee1be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srsran/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ee1be4

Please sign in to comment.