Use upstream srsRAN_4G repo release 23.04

This commit is contained in:
herlesupreeth
2023-06-11 15:25:25 +02:00
parent 53eb1583c6
commit 68e0f01258
2 changed files with 6 additions and 6 deletions

View File

@@ -66,14 +66,14 @@ RUN git clone https://github.com/srsran/srsGUI && \
#RUN apt-get update && apt-get install -y gdb libdw-dev
# Get srsLTE, compile and install
RUN git clone https://github.com/herlesupreeth/srsRAN.git && \
cd srsRAN && \
git checkout lc/main && \
RUN git clone https://github.com/srsran/srsRAN_4G.git && \
cd srsRAN_4G && \
git checkout release_23_04 && \
mkdir build && cd build && \
cmake ../ && make -j`nproc` && make install && \
ldconfig
RUN cd srsRAN/build && srsran_install_configs.sh service
RUN cd srsRAN_4G/build && srsran_install_configs.sh service
ENV UHD_IMAGES_DIR=/usr/share/uhd/images/

View File

@@ -226,8 +226,8 @@ enable = false
#init_dl_cqi=5
#max_sib_coderate=0.3
#pdcch_cqi_offset=0
nr_pdsch_mcs=15
nr_pusch_mcs=12
#nr_pdsch_mcs=15
#nr_pusch_mcs=12
#####################################################################
# eMBMS configuration options