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
b444bba7
Commit
b444bba7
authored
Feb 05, 2016
by
alexandr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed: Gold sequence is updated after HO/HO Timer changed
parent
f379f595
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+1
-0
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+2
-1
targets/SIMU/USER/oaisim_config.c
targets/SIMU/USER/oaisim_config.c
+1
-1
No files found.
openair1/PHY/INIT/lte_init.c
View file @
b444bba7
...
...
@@ -609,6 +609,7 @@ void phy_config_afterHO_ue(uint8_t Mod_id,uint8_t CC_id,uint8_t eNB_id, Mobility
//Target CellId
lte_frame_parms
->
Nid_cell
=
mobilityControlInfo
->
targetPhysCellId
;
lte_gold
(
lte_frame_parms
,
PHY_vars_UE_g
[
Mod_id
][
CC_id
]
->
lte_gold_table
[
0
],
lte_frame_parms
->
Nid_cell
);
lte_frame_parms
->
nushift
=
lte_frame_parms
->
Nid_cell
%
6
;
// PUCCH
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
b444bba7
...
...
@@ -1977,6 +1977,7 @@ rrc_eNB_process_handoverPreparationInformation(
//rrc_create_new_crnti(ctxt_pP,ue_context_target_p->ue_context.handover_info->modid_t,0, ue_context_target_p->ue_id_rnti);
//rrc_create_old_crnti(ctxt_pP,ue_context_target_p->ue_context.handover_info->modid_s,0, ue_context_pP->ue_id_rnti);
}
//-----------------------------------------------------------------------------
...
...
@@ -2842,7 +2843,7 @@ rrc_eNB_generate_RRCConnectionReconfiguration_handover(
mobilityInfo
->
additionalSpectrumEmission
=
CALLOC
(
1
,
sizeof
(
*
mobilityInfo
->
additionalSpectrumEmission
));
*
mobilityInfo
->
additionalSpectrumEmission
=
1
;
//Check this value!
mobilityInfo
->
t304
=
MobilityControlInfo__t304_ms
5
00
;
// need to configure an appropriate value here
mobilityInfo
->
t304
=
MobilityControlInfo__t304_ms
10
00
;
// need to configure an appropriate value here
// New UE Identity (C-RNTI) to identify an UE uniquely in a cell
mobilityInfo
->
newUE_Identity
.
size
=
2
;
...
...
targets/SIMU/USER/oaisim_config.c
View file @
b444bba7
...
...
@@ -461,7 +461,7 @@ int olg_config(void)
set_comp_log
(
RRC
,
LOG_DEBUG
,
0x15
,
1
);
set_comp_log
(
OCM
,
LOG_ERR
,
0x15
,
20
);
set_comp_log
(
OTG
,
LOG_DEBUG
,
0x15
,
1
);
set_comp_log
(
OMG
,
LOG_
NOTICE
,
0x15
,
1
);
set_comp_log
(
OMG
,
LOG_
DEBUG
,
0x15
,
1
);
set_comp_log
(
OPT
,
LOG_ERR
,
0x15
,
1
);
...
...
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