Use latest code from open5gs, srsRAN_4G and srsRAN_Project repo

This commit is contained in:
herlesupreeth
2024-08-11 18:44:41 +02:00
parent 75617b97c0
commit b11e54131b
5 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout 322719f3e729aafacf531e85552d7a977fff3e2a && meson build --prefix=`pwd`/install && \
git checkout tags/v2.7.2 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include

View File

@@ -54,7 +54,7 @@ RUN git clone https://github.com/myriadrf/LimeSuite.git && \
# Get BladeRF, compile and install
RUN git clone https://github.com/Nuand/bladeRF.git && \
cd bladeRF/host/ && \
cd bladeRF/host/ && git checkout tags/2024.05 && \
mkdir build && cd build && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DINSTALL_UDEV_RULES=ON -DBLADERF_GROUP=plugdev ../ && make && make install && \
ldconfig && \
@@ -84,7 +84,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 4eb990c9c6ad9b0af943bba71d0f8355b3ebb259 && \
git checkout ec29b0c1ff79cebcbe66caa6d6b90778261c42b8 && \
mkdir build && cd build && \
cmake ../ && make -j`nproc` && make install && \
ldconfig

View File

@@ -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 55c984b55736d0dd2d2ee328f1ae8d9de97e3e19 && \
cd srsRAN_Project && git checkout 4ac5300d4927b5199af69e6bc2e55d061fc33652 && \
mkdir build && cd build && \
cmake ../ -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON && make -j`nproc` && make install && \
ldconfig

View File

@@ -36,5 +36,5 @@ pcap:
e1ap_filename: /mnt/srsran/gnb_e1ap.pcap # Path where the E1AP PCAP is stored.
e2ap_enable: false # Set to true to enable E2AP PCAPs.
e2ap_filename: /mnt/srsran/gnb_e2ap.pcap # Path where the E2AP PCAP is stored.
gtpu_enable: false # Set to true to enable GTP-U PCAPs.
gtpu_filename: /mnt/srsran/gnb_gtpu.pcap # Path where the GTP-U PCAP is stored.
n3_enable: false # Set to true to enable N3 PCAPs.
n3_filename: /mnt/srsran/gnb_n3.pcap # Path where the N3 PCAP is stored.

View File

@@ -42,5 +42,5 @@ pcap:
e1ap_filename: /mnt/srsran/gnb_e1ap.pcap # Path where the E1AP PCAP is stored.
e2ap_enable: false # Set to true to enable E2AP PCAPs.
e2ap_filename: /mnt/srsran/gnb_e2ap.pcap # Path where the E2AP PCAP is stored.
gtpu_enable: false # Set to true to enable GTP-U PCAPs.
gtpu_filename: /mnt/srsran/gnb_gtpu.pcap # Path where the GTP-U PCAP is stored.
n3_enable: false # Set to true to enable N3 PCAPs.
n3_filename: /mnt/srsran/gnb_n3.pcap # Path where the N3 PCAP is stored.