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
spbro
OpenXG-RAN
Commits
78454311
Commit
78454311
authored
10 months ago
by
rmagueta
Committed by
Robert Schmidt
9 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE handles handover between gNB-DUs with different carrier frequencies
parent
8e3f6e7f
Branches unavailable
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
6 deletions
+33
-6
executables/nr-ue.c
executables/nr-ue.c
+11
-2
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
+2
-0
openair2/LAYER2/NR_MAC_UE/config_ue.c
openair2/LAYER2/NR_MAC_UE/config_ue.c
+16
-0
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci0.conf
...C-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci0.conf
+2
-2
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci1.conf
...C-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci1.conf
+2
-2
No files found.
executables/nr-ue.c
View file @
78454311
...
...
@@ -36,6 +36,7 @@
#include "LAYER2/nr_pdcp/nr_pdcp_oai_api.h"
#include "LAYER2/nr_rlc/nr_rlc_oai_api.h"
#include "RRC/NR/MESSAGES/asn1_msg.h"
#include "PHY/MODULATION/nr_modulation.h"
/*
* NR SLOT PROCESSING SEQUENCE
...
...
@@ -519,9 +520,17 @@ static int UE_dl_preprocessing(PHY_VARS_NR_UE *UE, const UE_nr_rxtx_proc_t *proc
// Start synchronization with a target gNB
if
(
UE
->
synch_request
.
received_synch_request
==
1
)
{
fapi_nr_synch_request_t
*
synch_req
=
&
UE
->
synch_request
.
synch_req
;
if
(
synch_req
->
absoluteFrequencySSB
!=
UINT64_MAX
)
{
UE
->
frame_parms
.
dl_CarrierFreq
=
synch_req
->
absoluteFrequencySSB
;
UE
->
frame_parms
.
ul_CarrierFreq
=
synch_req
->
absoluteFrequencySSB
;
nr_rf_card_config_freq
(
&
openair0_cfg
[
UE
->
rf_map
.
card
],
UE
->
frame_parms
.
dl_CarrierFreq
,
UE
->
frame_parms
.
ul_CarrierFreq
,
0
);
UE
->
rfdevice
.
trx_set_freq_func
(
&
UE
->
rfdevice
,
&
openair0_cfg
[
0
]);
init_symbol_rotation
(
&
UE
->
frame_parms
);
}
UE
->
is_synchronized
=
0
;
UE
->
UE_scan_carrier
=
UE
->
synch_request
.
synch_req
.
ssb_bw_scan
;
UE
->
target_Nid_cell
=
UE
->
synch_request
.
synch_req
.
target_Nid_cell
;
UE
->
UE_scan_carrier
=
synch_req
->
ssb_bw_scan
;
UE
->
target_Nid_cell
=
synch_req
->
target_Nid_cell
;
clean_UE_harq
(
UE
);
UE
->
synch_request
.
received_synch_request
=
0
;
}
...
...
This diff is collapsed.
Click to expand it.
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
View file @
78454311
...
...
@@ -681,6 +681,8 @@ typedef struct
}
fapi_nr_prach_config_t
;
typedef
struct
{
uint64_t
absoluteFrequencySSB
;
uint64_t
absoluteFrequencyPointA
;
int16_t
target_Nid_cell
;
bool
ssb_bw_scan
;
}
fapi_nr_synch_request_t
;
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/NR_MAC_UE/config_ue.c
View file @
78454311
...
...
@@ -1512,6 +1512,22 @@ static void handle_reconfiguration_with_sync(NR_UE_MAC_INST_t *mac,
}
if
(
reconfigurationWithSync
->
spCellConfigCommon
)
{
if
(
reconfigurationWithSync
->
spCellConfigCommon
->
downlinkConfigCommon
&&
reconfigurationWithSync
->
spCellConfigCommon
->
downlinkConfigCommon
->
frequencyInfoDL
)
{
struct
NR_FrequencyInfoDL
*
frequencyInfoDL
=
reconfigurationWithSync
->
spCellConfigCommon
->
downlinkConfigCommon
->
frequencyInfoDL
;
mac
->
synch_request
.
synch_req
.
absoluteFrequencySSB
=
from_nrarfcn
(
*
frequencyInfoDL
->
frequencyBandList
.
list
.
array
[
0
],
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
subcarrierSpacing
,
*
frequencyInfoDL
->
absoluteFrequencySSB
);
mac
->
synch_request
.
synch_req
.
absoluteFrequencyPointA
=
from_nrarfcn
(
*
frequencyInfoDL
->
frequencyBandList
.
list
.
array
[
0
],
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
subcarrierSpacing
,
frequencyInfoDL
->
absoluteFrequencyPointA
);
}
else
{
// UINT64_MAX is an invalid value
mac
->
synch_request
.
synch_req
.
absoluteFrequencySSB
=
UINT64_MAX
;
mac
->
synch_request
.
synch_req
.
absoluteFrequencyPointA
=
UINT64_MAX
;
}
NR_ServingCellConfigCommon_t
*
scc
=
reconfigurationWithSync
->
spCellConfigCommon
;
if
(
scc
->
physCellId
)
mac
->
physCellId
=
*
scc
->
physCellId
;
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci0.conf
View file @
78454311
...
...
@@ -29,10 +29,10 @@ gNBs =
# downlinkConfigCommon
#frequencyInfoDL
# this is 3600 MHz + 43 PRBs@30kHz SCS (same as initial BWP)
absoluteFrequencySSB
=
6
41280
;
absoluteFrequencySSB
=
6
30048
;
dl_frequencyBand
=
78
;
# this is 3600 MHz
dl_absoluteFrequencyPointA
=
6
40008
;
dl_absoluteFrequencyPointA
=
6
28776
;
#scs-SpecificCarrierList
dl_offstToCarrier
=
0
;
# subcarrierSpacing
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb-du.sa.tdd.band78.106prb.rfsim.pci1.conf
View file @
78454311
...
...
@@ -29,10 +29,10 @@ gNBs =
# downlinkConfigCommon
#frequencyInfoDL
# this is 3600 MHz + 43 PRBs@30kHz SCS (same as initial BWP)
absoluteFrequencySSB
=
64
1280
;
absoluteFrequencySSB
=
64
3296
;
dl_frequencyBand
=
78
;
# this is 3600 MHz
dl_absoluteFrequencyPointA
=
64
0008
;
dl_absoluteFrequencyPointA
=
64
2024
;
#scs-SpecificCarrierList
dl_offstToCarrier
=
0
;
# subcarrierSpacing
...
...
This diff is collapsed.
Click to expand it.
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