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
6e662bf2
Commit
6e662bf2
authored
Feb 18, 2016
by
alexandr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed: PCFICH/PHICH update added in phy_config_after_HO
parent
613c7896
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
cmake_targets/oaisim_mme_build_oai/CMakeLists.txt
cmake_targets/oaisim_mme_build_oai/CMakeLists.txt
+1
-1
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+3
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
...PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
+8
-8
No files found.
cmake_targets/oaisim_mme_build_oai/CMakeLists.txt
View file @
6e662bf2
...
@@ -81,7 +81,7 @@ set ( USE_MME "R10" )
...
@@ -81,7 +81,7 @@ set ( USE_MME "R10" )
set
(
USER_MODE True
)
set
(
USER_MODE True
)
set
(
XER_PRINT False
)
set
(
XER_PRINT False
)
set
(
XFORMS False
)
set
(
XFORMS False
)
set
(
XFORMS
Fals
e
)
set
(
XFORMS
Tru
e
)
set
(
RRC_ASN1_VERSION
"Rel10"
)
set
(
RRC_ASN1_VERSION
"Rel10"
)
set
(
ENABLE_VCD_FIFO False
)
set
(
ENABLE_VCD_FIFO False
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../CMakeLists.txt
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../CMakeLists.txt
)
openair1/PHY/INIT/lte_init.c
View file @
6e662bf2
...
@@ -612,6 +612,9 @@ void phy_config_afterHO_ue(uint8_t Mod_id,uint8_t CC_id,uint8_t eNB_id, Mobility
...
@@ -612,6 +612,9 @@ void phy_config_afterHO_ue(uint8_t Mod_id,uint8_t CC_id,uint8_t eNB_id, Mobility
lte_gold
(
lte_frame_parms
,
PHY_vars_UE_g
[
Mod_id
][
CC_id
]
->
lte_gold_table
[
0
],
lte_frame_parms
->
Nid_cell
);
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
;
lte_frame_parms
->
nushift
=
lte_frame_parms
->
Nid_cell
%
6
;
generate_pcfich_reg_mapping
(
lte_frame_parms
);
generate_phich_reg_mapping
(
lte_frame_parms
);
// PUCCH
// PUCCH
init_ncs_cell
(
lte_frame_parms
,
PHY_vars_UE_g
[
Mod_id
][
CC_id
]
->
ncs_cell
);
init_ncs_cell
(
lte_frame_parms
,
PHY_vars_UE_g
[
Mod_id
][
CC_id
]
->
ncs_cell
);
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
View file @
6e662bf2
...
@@ -23,13 +23,13 @@ eNBs =
...
@@ -23,13 +23,13 @@ eNBs =
component_carriers
= (
component_carriers
= (
{
{
frame_type
=
"
T
DD"
;
frame_type
=
"
F
DD"
;
tdd_config
=
3
;
tdd_config
=
3
;
tdd_config_s
=
0
;
tdd_config_s
=
0
;
prefix_type
=
"NORMAL"
;
prefix_type
=
"NORMAL"
;
eutra_band
=
38
;
eutra_band
=
7
;
downlink_frequency
=
2
595
000000
L
;
downlink_frequency
=
2
680
000000
L
;
uplink_frequency_offset
=
0000000
;
uplink_frequency_offset
=
-
12
0000000
;
Nid_cell
=
0
;
Nid_cell
=
0
;
N_RB_DL
=
25
;
N_RB_DL
=
25
;
Nid_cell_mbsfn
=
0
;
Nid_cell_mbsfn
=
0
;
...
@@ -204,13 +204,13 @@ eNBs =
...
@@ -204,13 +204,13 @@ eNBs =
component_carriers
= (
component_carriers
= (
{
{
frame_type
=
"
T
DD"
;
frame_type
=
"
F
DD"
;
tdd_config
=
3
;
tdd_config
=
3
;
tdd_config_s
=
0
;
tdd_config_s
=
0
;
prefix_type
=
"NORMAL"
;
prefix_type
=
"NORMAL"
;
eutra_band
=
38
;
eutra_band
=
7
;
downlink_frequency
=
2
595
000000
L
;
downlink_frequency
=
2
680
000000
L
;
uplink_frequency_offset
=
0000000
;
uplink_frequency_offset
=
-
12
0000000
;
Nid_cell
=
0
;
Nid_cell
=
0
;
N_RB_DL
=
25
;
N_RB_DL
=
25
;
Nid_cell_mbsfn
=
0
;
Nid_cell_mbsfn
=
0
;
...
...
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