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
Mohamed Mekki
openairinterface5G
Commits
61d66e49
Commit
61d66e49
authored
2 years ago
by
Sakthivel Velumani
Browse files
Options
Downloads
Patches
Plain Diff
Allow CUUP to have RRC inst without error
parent
dd7ae889
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/rrc_gNB.c
+4
-0
4 additions, 0 deletions
openair2/RRC/NR/rrc_gNB.c
with
4 additions
and
0 deletions
openair2/RRC/NR/rrc_gNB.c
+
4
−
0
View file @
61d66e49
...
...
@@ -202,6 +202,10 @@ static void rrc_gNB_mac_rrc_init(gNB_RRC_INST *rrc)
switch
(
rrc
->
node_type
)
{
case
ngran_gNB_CUCP
:
rrc
->
cu_if
.
nr_e1_bearer_cxt_msg_transfer
=
bearer_context_setup_e1ap
;
break
;
case
ngran_gNB_CUUP
:
// CUUP should not have a RRC instance but we let it for now
break
;
case
ngran_gNB_CU
:
mac_rrc_dl_f1ap_init
(
&
rrc
->
mac_rrc
);
rrc
->
mac_rrc
.
nr_e1_bearer_cxt_msg_transfer
=
bearer_context_setup_direct
;
...
...
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