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
lizhongxiao
OpenXG-RAN
Commits
cee5067b
Commit
cee5067b
authored
Jan 24, 2023
by
jperaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Hack on UE for managing RLC segmented PDUs
This reverts commit a43dc82299e909760baec20eb0d1c7eaee737b20.
parent
17480380
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+0
-4
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
cee5067b
...
...
@@ -3099,9 +3099,6 @@ uint8_t nr_ue_get_sdu(module_id_t module_idP,
buflen_remain
);
while
(
buflen_remain
>
0
){
//// TODO: temporary hack to support TTCN TC_7_1_2_2_1_NR5GC test
static
int
tbs_tmp
=
0
;
if
(
lcid
==
5
)
{
if
(
tbs_tmp
==
1
)
buflen_remain
=
26
;
if
(
tbs_tmp
>
1
)
buflen_remain
=
28
;
}
//TODO: tmp
// Pointer used to build the MAC sub-PDU headers in the ULSCH buffer for each SDU
NR_MAC_SUBHEADER_LONG
*
header
=
(
NR_MAC_SUBHEADER_LONG
*
)
pdu
;
...
...
@@ -3118,7 +3115,6 @@ uint8_t nr_ue_get_sdu(module_id_t module_idP,
(
char
*
)
pdu
,
0
,
0
);
if
(
lcid
==
5
&&
sdu_length
!=
0
)
tbs_tmp
++
;
//TODO: TMP
AssertFatal
(
buflen_remain
>=
sdu_length
,
"In %s: LCID = 0x%02x RLC has segmented %d bytes but MAC has max %d remaining bytes
\n
"
,
__FUNCTION__
,
...
...
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