Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
807afd80
Commit
807afd80
authored
Aug 19, 2015
by
roux
Browse files
minor fixes
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7779
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
c2ebba9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_TRANSPORT/dci.c
View file @
807afd80
...
...
@@ -2908,8 +2908,8 @@ uint16_t dci_decoding_procedure(PHY_VARS_UE *phy_vars_ue,
if
(
frame_type
==
TDD
)
{
format1A_size_bits
=
sizeof_DCI1A_10MHz_TDD_1_6_t
;
format1A_size_bytes
=
sizeof
(
DCI1A_10MHz_TDD_1_6_t
);
format1C_size_bits
=
sizeof_DCI1C_
5
MHz_t
;
format1C_size_bytes
=
sizeof
(
DCI1C_
5
MHz_t
);
format1C_size_bits
=
sizeof_DCI1C_
10
MHz_t
;
format1C_size_bytes
=
sizeof
(
DCI1C_
10
MHz_t
);
format0_size_bits
=
sizeof_DCI0_10MHz_TDD_1_6_t
;
format0_size_bytes
=
sizeof
(
DCI0_10MHz_TDD_1_6_t
);
format1_size_bits
=
sizeof_DCI1_10MHz_TDD_t
;
...
...
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
807afd80
...
...
@@ -585,7 +585,7 @@ void fill_dci(DCI_PDU *DCI_pdu, uint8_t sched_subframe, PHY_VARS_eNB *phy_vars_e
switch
(
phy_vars_eNB
->
lte_frame_parms
.
N_RB_DL
)
{
case
6
:
if
(
phy_vars_eNB
->
lte_frame_parms
.
frame_type
==
FDD
)
{
DCI_pdu
->
dci_alloc
[
0
].
dci_length
=
sizeof_DCI1A_5MHz_FDD_t
;
DCI_pdu
->
dci_alloc
[
0
].
dci_length
=
sizeof_DCI1A_
1_
5MHz_FDD_t
;
((
DCI1A_1_5MHz_FDD_t
*
)
&
bcch_pdu
)
->
type
=
1
;
((
DCI1A_1_5MHz_FDD_t
*
)
&
bcch_pdu
)
->
vrb_type
=
0
;
((
DCI1A_1_5MHz_FDD_t
*
)
&
bcch_pdu
)
->
rballoc
=
computeRIV
(
25
,
10
,
3
);
...
...
@@ -667,7 +667,7 @@ void fill_dci(DCI_PDU *DCI_pdu, uint8_t sched_subframe, PHY_VARS_eNB *phy_vars_e
case
100
:
if
(
phy_vars_eNB
->
lte_frame_parms
.
frame_type
==
FDD
)
{
DCI_pdu
->
dci_alloc
[
0
].
dci_length
=
sizeof_DCI1A_
1
0MHz_FDD_t
;
DCI_pdu
->
dci_alloc
[
0
].
dci_length
=
sizeof_DCI1A_
2
0MHz_FDD_t
;
((
DCI1A_20MHz_FDD_t
*
)
&
bcch_pdu
)
->
type
=
1
;
((
DCI1A_20MHz_FDD_t
*
)
&
bcch_pdu
)
->
vrb_type
=
0
;
((
DCI1A_20MHz_FDD_t
*
)
&
bcch_pdu
)
->
rballoc
=
computeRIV
(
25
,
10
,
3
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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