Bump srsRAN to release 22.04.1
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user