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
wangwenhui
OpenXG-RAN
Commits
3c7f2ff3
Commit
3c7f2ff3
authored
Mar 25, 2016
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fill dci for TM7
parent
42ffffd9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
openair1/SCHED/phy_mac_stub.c
openair1/SCHED/phy_mac_stub.c
+1
-1
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+1
-1
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+3
-0
No files found.
openair1/SCHED/phy_mac_stub.c
View file @
3c7f2ff3
...
...
@@ -226,7 +226,7 @@ void fill_dci(DCI_PDU *DCI_pdu, uint8_t sched_subframe, PHY_VARS_eNB *phy_vars_e
DCI_pdu
->
dci_alloc
[
0
].
format
=
format1
;
DCI_pdu
->
dci_alloc
[
0
].
ra_flag
=
0
;
if
(
transmission_mode
<
3
)
{
if
(
transmission_mode
<
3
||
transmission_mode
==
7
)
{
//user 1
switch
(
phy_vars_eNB
->
lte_frame_parms
.
N_RB_DL
)
{
case
25
:
...
...
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
3c7f2ff3
...
...
@@ -1151,7 +1151,7 @@ int main(int argc, char **argv)
P_RNTI
,
PHY_vars_eNB
->
eNB_UE_stats
[
0
].
DL_pmi_single
);
if
(
transmission_mode
==
7
)
if
(
transmission_mode
==
7
)
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
mimo_mode
=
TM7
;
//Xiwen: to check about harq_pid
num_dci
++
;
...
...
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
3c7f2ff3
...
...
@@ -653,6 +653,7 @@ schedule_ue_spec(
switch
(
mac_xface
->
get_transmission_mode
(
module_idP
,
CC_id
,
rnti
))
{
case
1
:
case
2
:
case
7
:
default:
switch
(
frame_parms
[
CC_id
]
->
N_RB_DL
)
{
case
6
:
...
...
@@ -1545,6 +1546,8 @@ fill_DLSCH_dci(
case
1
:
case
2
:
case
7
:
LOG_D
(
MAC
,
"[eNB %d] CC_id %d Adding UE %d spec DCI for %d PRBS
\n
"
,
module_idP
,
CC_id
,
UE_id
,
nb_rb
);
if
(
PHY_vars_eNB_g
[
module_idP
][
CC_id
]
->
lte_frame_parms
.
frame_type
==
TDD
)
{
...
...
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