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
canghaiwuhen
OpenXG-RAN
Commits
ba37d9d1
Commit
ba37d9d1
authored
Aug 17, 2017
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just comments
parent
8bd70035
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
openair1/PHY/INIT/lte_param_init.c
openair1/PHY/INIT/lte_param_init.c
+4
-4
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+2
-2
No files found.
openair1/PHY/INIT/lte_param_init.c
View file @
ba37d9d1
...
...
@@ -116,14 +116,14 @@ void lte_param_init(unsigned char N_tx_port_eNB,
// DL power control init
//if (transmission_mode == 1) {
if
(
N_tx_port_eNB
==
1
)
{
eNB
->
pdsch_config_dedicated
->
p_a
=
dB0
;
// 4 = 0dB
eNB
->
pdsch_config_dedicated
->
p_a
=
dB0
;
((
eNB
->
frame_parms
).
pdsch_config_common
).
p_b
=
0
;
UE
->
pdsch_config_dedicated
->
p_a
=
dB0
;
// 4 = 0dB
UE
->
pdsch_config_dedicated
->
p_a
=
dB0
;
((
UE
->
frame_parms
).
pdsch_config_common
).
p_b
=
0
;
}
else
if
(
N_tx_port_eNB
==
2
)
{
// rho_a = rhob
eNB
->
pdsch_config_dedicated
->
p_a
=
dBm3
;
// 4 = 0dB
eNB
->
pdsch_config_dedicated
->
p_a
=
dBm3
;
((
eNB
->
frame_parms
).
pdsch_config_common
).
p_b
=
1
;
UE
->
pdsch_config_dedicated
->
p_a
=
dBm3
;
// 4 = 0dB
UE
->
pdsch_config_dedicated
->
p_a
=
dBm3
;
((
UE
->
frame_parms
).
pdsch_config_common
).
p_b
=
1
;
}
else
{
...
...
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
ba37d9d1
...
...
@@ -2227,7 +2227,7 @@ int generate_eNB_dlsch_params_from_dci(int frame,
}
if
(
harq_pid
>=
8
)
{
LOG_E
(
PHY
,
"ERROR: Format 2
_2A
: harq_pid=%d >= 8
\n
"
,
harq_pid
);
LOG_E
(
PHY
,
"ERROR: Format 2
B
: harq_pid=%d >= 8
\n
"
,
harq_pid
);
return
(
-
1
);
}
...
...
@@ -2298,7 +2298,7 @@ int generate_eNB_dlsch_params_from_dci(int frame,
#endif
}
else
{
LOG_E
(
PHY
,
"should not happen
!
\n
"
);
LOG_E
(
PHY
,
"should not happen
(rv1 %d mcs1 %d TB0_active %d, rv2 %d mcs2 %d TB1_active %d)!
\n
"
,
rv1
,
mcs1
,
TB0_active
,
rv2
,
mcs2
,
TB1_active
);
}
if
(
dlsch0
!=
NULL
)
{
...
...
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