Use upstream srsRAN_4G repo release 23.04
This commit is contained in:
@@ -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/
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user