Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Merge requests
!1967
integration_2023_w08
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
integration_2023_w08
integration_2023_w08
into
develop
Overview
10
Commits
29
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Robert Schmidt
requested to merge
integration_2023_w08
into
develop
2 years ago
Overview
10
Commits
29
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
!1917 (merged)
web server optional feature update
!1938 (merged)
Reuse old TDA when allocating DL retransmissions
!1949 (merged)
Container Images with Ubuntu20 and UHD 4.4
!1960 (merged)
Upgrade cmake to 3.12
!1965 (merged)
NR Cleanup
correct IP LTE-2x2
Add fix physim
increase 60 Mhz timing threshold
Add fix F1 ping
!1939 (merged)
Remove 4G F1
!1966 (merged)
CI test for T1 LDPC offload on caracal
Fix for Build_eNB not recognizing end of command
Edited
2 years ago
by
Robert Schmidt
0
0
Merge request reports
Viewing commit
bc058419
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bc058419
Fix warning: Correctly indent line
· bc058419
Robert Schmidt
authored
2 years ago
openair2/RRC/LTE/rrc_eNB.c
+
1
−
1
Options
@@ -973,7 +973,7 @@ void release_UE_in_freeList(module_id_t mod_id) {
rnti_t
rnti
=
eNB_MAC
->
UE_free_ctrl
[
ue_num
].
rnti
;
if
(
rnti
==
0
)
continue
;
protocol_ctxt_t
ctxt
;
protocol_ctxt_t
ctxt
;
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
mod_id
,
ENB_FLAG_YES
,
rnti
,
0
,
0
,
mod_id
);
for
(
int
CC_id
=
0
;
CC_id
<
MAX_NUM_CCs
;
CC_id
++
)
{
Loading