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
 | 
					#RUN apt-get update && apt-get install -y gdb libdw-dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Get srsLTE, compile and install
 | 
					# Get srsLTE, compile and install
 | 
				
			||||||
RUN git clone https://github.com/herlesupreeth/srsRAN.git && \
 | 
					RUN git clone https://github.com/srsran/srsRAN_4G.git && \
 | 
				
			||||||
    cd srsRAN && \
 | 
					    cd srsRAN_4G && \
 | 
				
			||||||
    git checkout lc/main && \
 | 
					    git checkout release_23_04 && \
 | 
				
			||||||
    mkdir build && cd build && \
 | 
					    mkdir build && cd build && \
 | 
				
			||||||
    cmake ../ && make -j`nproc` && make install && \
 | 
					    cmake ../ && make -j`nproc` && make install && \
 | 
				
			||||||
    ldconfig
 | 
					    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/
 | 
					ENV UHD_IMAGES_DIR=/usr/share/uhd/images/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -226,8 +226,8 @@ enable = false
 | 
				
			|||||||
#init_dl_cqi=5
 | 
					#init_dl_cqi=5
 | 
				
			||||||
#max_sib_coderate=0.3
 | 
					#max_sib_coderate=0.3
 | 
				
			||||||
#pdcch_cqi_offset=0
 | 
					#pdcch_cqi_offset=0
 | 
				
			||||||
nr_pdsch_mcs=15
 | 
					#nr_pdsch_mcs=15
 | 
				
			||||||
nr_pusch_mcs=12
 | 
					#nr_pusch_mcs=12
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#####################################################################
 | 
					#####################################################################
 | 
				
			||||||
# eMBMS configuration options
 | 
					# eMBMS configuration options
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user