Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
a8e6cae7
Commit
a8e6cae7
authored
Feb 20, 2023
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/t-reordering-gt-0' into use_msgq
parents
6b3f25af
1f458c71
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
ci-scripts/xml_files/fr1_sa_quectel.xml
ci-scripts/xml_files/fr1_sa_quectel.xml
+2
-2
ci-scripts/xml_files/fr1_sa_quectel_162prb.xml
ci-scripts/xml_files/fr1_sa_quectel_162prb.xml
+4
-4
ci-scripts/xml_files/fr1_sa_quectel_stages.xml
ci-scripts/xml_files/fr1_sa_quectel_stages.xml
+2
-2
openair2/RRC/NR/rrc_gNB_radio_bearers.c
openair2/RRC/NR/rrc_gNB_radio_bearers.c
+1
-1
openair2/RRC/NR/rrc_gNB_reconfig.c
openair2/RRC/NR/rrc_gNB_reconfig.c
+1
-1
No files found.
ci-scripts/xml_files/fr1_sa_quectel.xml
View file @
a8e6cae7
...
...
@@ -144,8 +144,8 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
nr
</air_interface>
<d_retx_th>
5,
5
0,100,100
</d_retx_th>
<u_retx_th>
5,
5
0,100,100
</u_retx_th>
<d_retx_th>
5,
8
0,100,100
</d_retx_th>
<u_retx_th>
5,
8
0,100,100
</u_retx_th>
</testCase>
</testCaseList>
...
...
ci-scripts/xml_files/fr1_sa_quectel_162prb.xml
View file @
a8e6cae7
...
...
@@ -98,8 +98,8 @@
<testCase
id=
"072000"
>
<class>
Iperf
</class>
<desc>
iperf (DL/
20
0Mbps/UDP)(60 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
20
0M -t 60
</iperf_args>
<desc>
iperf (DL/
18
0Mbps/UDP)(60 sec)(single-ue profile)
</desc>
<iperf_args>
-u -b
18
0M -t 60
</iperf_args>
<direction>
DL
</direction>
<id>
nrmodule2_quectel
</id>
<iperf_packetloss_threshold>
50
</iperf_packetloss_threshold>
...
...
@@ -134,8 +134,8 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
nr
</air_interface>
<d_retx_th>
5,
5
0,100,100
</d_retx_th>
<u_retx_th>
5,
5
0,100,100
</u_retx_th>
<d_retx_th>
5,
8
0,100,100
</d_retx_th>
<u_retx_th>
5,
8
0,100,100
</u_retx_th>
</testCase>
</testCaseList>
...
...
ci-scripts/xml_files/fr1_sa_quectel_stages.xml
View file @
a8e6cae7
...
...
@@ -170,8 +170,8 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
nr
</air_interface>
<d_retx_th>
5,
5
0,100,100
</d_retx_th>
<u_retx_th>
5,
5
0,100,100
</u_retx_th>
<d_retx_th>
5,
8
0,100,100
</d_retx_th>
<u_retx_th>
5,
8
0,100,100
</u_retx_th>
</testCase>
</testCaseList>
...
...
openair2/RRC/NR/rrc_gNB_radio_bearers.c
View file @
a8e6cae7
...
...
@@ -91,7 +91,7 @@ NR_DRB_ToAddMod_t *generateDRB(gNB_RRC_UE_t *ue,
DRB_config
->
pdcp_Config
->
moreThanOneRLC
=
NULL
;
DRB_config
->
pdcp_Config
->
t_Reordering
=
calloc
(
1
,
sizeof
(
*
DRB_config
->
pdcp_Config
->
t_Reordering
));
*
DRB_config
->
pdcp_Config
->
t_Reordering
=
NR_PDCP_Config__t_Reordering_ms0
;
*
DRB_config
->
pdcp_Config
->
t_Reordering
=
NR_PDCP_Config__t_Reordering_ms
10
0
;
DRB_config
->
pdcp_Config
->
ext1
=
NULL
;
if
(
do_drb_integrity
)
{
...
...
openair2/RRC/NR/rrc_gNB_reconfig.c
View file @
a8e6cae7
...
...
@@ -499,7 +499,7 @@ void fill_default_rbconfig(NR_RadioBearerConfig_t *rbconfig,
drb_ToAddMod
->
pdcp_Config
->
moreThanOneRLC
=
NULL
;
drb_ToAddMod
->
pdcp_Config
->
t_Reordering
=
calloc
(
1
,
sizeof
(
*
drb_ToAddMod
->
pdcp_Config
->
t_Reordering
));
*
drb_ToAddMod
->
pdcp_Config
->
t_Reordering
=
NR_PDCP_Config__t_Reordering_ms0
;
*
drb_ToAddMod
->
pdcp_Config
->
t_Reordering
=
NR_PDCP_Config__t_Reordering_ms
10
0
;
drb_ToAddMod
->
pdcp_Config
->
ext1
=
NULL
;
asn1cSeqAdd
(
&
rbconfig
->
drb_ToAddModList
->
list
,
drb_ToAddMod
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment