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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
17d1e567
Commit
17d1e567
authored
Jan 30, 2026
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce max buffer status size
parent
4c9b7ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
+1
-1
No files found.
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
View file @
17d1e567
...
@@ -1074,7 +1074,7 @@ bool nr_rlc_get_statistics(int ue_id, int srb_flag, int rb_id, nr_rlc_statistics
...
@@ -1074,7 +1074,7 @@ bool nr_rlc_get_statistics(int ue_id, int srb_flag, int rb_id, nr_rlc_statistics
// Patch buffer status using OAI results (no need to change anything in the RB)
// Patch buffer status using OAI results (no need to change anything in the RB)
// rb->set_time(rb, get_nr_rlc_current_time());
// rb->set_time(rb, get_nr_rlc_current_time());
nr_rlc_entity_buffer_status_t
oai_stat
=
rb
->
buffer_status
(
rb
,
1000
*
1000
);
nr_rlc_entity_buffer_status_t
oai_stat
=
rb
->
buffer_status
(
rb
,
256
*
1000
);
out
->
rxbuf_occ_bytes
=
oai_stat
.
status_size
;
out
->
rxbuf_occ_bytes
=
oai_stat
.
status_size
;
out
->
txbuf_occ_bytes
=
oai_stat
.
tx_size
+
oai_stat
.
retx_size
;
out
->
txbuf_occ_bytes
=
oai_stat
.
tx_size
+
oai_stat
.
retx_size
;
}
else
{
}
else
{
...
...
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