Bump srsRAN to release 22.04.1

This commit is contained in:
herlesupreeth
2022-08-23 17:19:20 +02:00
parent 77134eca7d
commit c4c34fa930
2 changed files with 35 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ RUN git clone https://github.com/srsran/srsGUI && \
# Get srsLTE, compile and install
RUN git clone https://github.com/srsran/srsRAN.git && \
cd srsRAN && \
git checkout tags/release_22_04 && \
git checkout tags/release_22_04_1 && \
mkdir build && cd build && \
cmake ../ && make -j`nproc` && make install && \
ldconfig

View File

@@ -173,6 +173,40 @@ qci_config = (
);
// 5G Section
srb1_5g_config = {
rlc_config = {
ul_am = {
sn_field_len = 12;
t_poll_retx = 45;
poll_pdu = -1;
poll_byte = -1;
max_retx_thres = 8;
};
dl_am = {
sn_field_len = 12;
t_reassembly = 35;
t_status_prohibit = 10;
};
};
}
srb2_5g_config = {
rlc_config = {
ul_am = {
sn_field_len = 12;
t_poll_retx = 45;
poll_pdu = -1;
poll_byte = -1;
max_retx_thres = 8;
};
dl_am = {
sn_field_len = 12;
t_reassembly = 35;
t_status_prohibit = 10;
};
};
}
five_qi_config = (
{
five_qi = 7;