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
e844ed07
Commit
e844ed07
authored
Jul 26, 2019
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
31671946
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+1
-0
openair1/PHY/INIT/lte_init_ue.c
openair1/PHY/INIT/lte_init_ue.c
+1
-0
No files found.
openair1/PHY/INIT/lte_init.c
View file @
e844ed07
...
...
@@ -389,6 +389,7 @@ int phy_init_lte_eNB(PHY_VARS_eNB *eNB,
eNB
->
Mod_id
,
fp
->
N_RB_DL
,
fp
->
phich_config_common
.
phich_resource
,
fp
->
phich_config_common
.
phich_duration
);
LOG_D
(
PHY
,
"[MSC_NEW][FRAME 00000][PHY_eNB][MOD %02"
PRIu8
"][]
\n
"
,
eNB
->
Mod_id
);
crcTableInit
();
lte_gold
(
fp
,
eNB
->
lte_gold_table
,
fp
->
Nid_cell
);
generate_pcfich_reg_mapping
(
fp
);
...
...
openair1/PHY/INIT/lte_init_ue.c
View file @
e844ed07
...
...
@@ -604,6 +604,7 @@ int init_lte_ue_signal(PHY_VARS_UE *ue,
int
eNB_id
;
int
th_id
;
LOG_D
(
PHY
,
"Initializing UE vars (abstraction %"
PRIu8
") for eNB TXant %"
PRIu8
", UE RXant %"
PRIu8
"
\n
"
,
abstraction_flag
,
fp
->
nb_antennas_tx
,
fp
->
nb_antennas_rx
);
crcTableInit
();
init_dfts
();
init_frame_parms
(
&
ue
->
frame_parms
,
1
);
lte_sync_time_init
(
&
ue
->
frame_parms
);
...
...
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