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
Package Registry
Model registry
Operate
Terraform modules
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
Patricio Latini
openairinterface5G
Commits
c9cf72b3
Commit
c9cf72b3
authored
1 year ago
by
Francesco Mani
Browse files
Options
Downloads
Patches
Plain Diff
RRCSetup fallback after re-establishment not implemented -> go back to IDLE
parent
f15606e8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/RRC/NR_UE/rrc_UE.c
+5
-0
5 additions, 0 deletions
openair2/RRC/NR_UE/rrc_UE.c
with
5 additions
and
0 deletions
openair2/RRC/NR_UE/rrc_UE.c
+
5
−
0
View file @
c9cf72b3
...
@@ -904,6 +904,11 @@ static void nr_rrc_process_rrcsetup(NR_UE_RRC_INST_t *rrc,
...
@@ -904,6 +904,11 @@ static void nr_rrc_process_rrcsetup(NR_UE_RRC_INST_t *rrc,
// if the RRCSetup is received in response to an RRCReestablishmentRequest
// if the RRCSetup is received in response to an RRCReestablishmentRequest
// or RRCResumeRequest or RRCResumeRequest1
// or RRCResumeRequest or RRCResumeRequest1
// TODO none of the procedures implemented yet
// TODO none of the procedures implemented yet
if
(
rrc
->
ra_trigger
==
RRC_CONNECTION_REESTABLISHMENT
)
{
LOG_E
(
NR_RRC
,
"Handling of RRCSetup in response of RRCReestablishment not implemented yet. Going back to IDLE.
\n
"
);
nr_rrc_going_to_IDLE
(
rrc
,
OTHER
,
NULL
);
return
;
}
// perform the cell group configuration procedure in accordance with the received masterCellGroup
// perform the cell group configuration procedure in accordance with the received masterCellGroup
nr_rrc_ue_process_masterCellGroup
(
rrc
,
nr_rrc_ue_process_masterCellGroup
(
rrc
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment