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
f79f5087
Commit
f79f5087
authored
Feb 13, 2026
by
Guido Casati
Committed by
Guido Casati
Jul 02, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RRCReestablishmentRequest: add doxygen documentation
Signed-off-by:
Guido Casati
<
guido.casati@openairinterface.org
>
parent
f5aaacd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+4
-0
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
f79f5087
...
...
@@ -1439,6 +1439,10 @@ static const nr_rrc_cell_container_t *get_previous_cell_by_pci_in_du(gNB_RRC_INS
return
rrc_get_cell_by_pci_for_du
(
&
du
->
cells
,
pci
);
}
/** @brief Process RRCReestablishmentRequest on CCCH (TS 38.331 clause 5.3.7.4).
* On valid UE context, update RNTI and PCell and trigger RRCReestablishment, otherwise
* release any old context and send RRCSetup.
* @note Context lookup uses c-RNTI only. Out of range PhysCellId or C-RNTI are ignored. */
static
void
rrc_handle_RRCReestablishmentRequest
(
gNB_RRC_INST
*
rrc
,
sctp_assoc_t
assoc_id
,
const
NR_RRCReestablishmentRequest_IEs_t
*
req
,
...
...
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