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
205ae6e9
Commit
205ae6e9
authored
Jan 20, 2016
by
alexandr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding UE in MAC/PHY layers for the target eNB
parent
78f4e2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+3
-2
No files found.
openair2/RRC/LITE/rrc_eNB.c
View file @
205ae6e9
...
...
@@ -38,6 +38,7 @@
#define RRC_ENB
#define RRC_ENB_C
#include "PHY/extern.h"
#include "defs.h"
#include "extern.h"
#include "assertions.h"
...
...
@@ -2146,8 +2147,8 @@ rrc_eNB_configure_rbs_handover(struct rrc_eNB_ue_context_s* ue_context_p, protoc
void
rrc_eNB_target_add_ue_handover
(
protocol_ctxt_t
*
const
ctxt_pP
){
// Add a new user (called during the HO procedure)
//
add_new_ue(ctxt_pP->module_id, 0, ctxt_pP->rnti, -1); // UE allocation MAC
//add_ue(ctxt_pP->rnti,get_phy_vars(ctxt_pP->module_id,0)
);
add_new_ue
(
ctxt_pP
->
module_id
,
0
,
ctxt_pP
->
rnti
,
-
1
);
// UE allocation MAC
add_ue
(
ctxt_pP
->
rnti
,
PHY_vars_eNB_g
[
ctxt_pP
->
module_id
][
0
]
);
}
// 5.3.5.4 RRCConnectionReconfiguration including the mobilityControlInfo to prepare the UE handover
...
...
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