Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kun
openairinterface5G
Commits
d7831c1f
Commit
d7831c1f
authored
8 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
T: add TBS to ENB_PHY_DLSCH_UE_DCI
parent
a78ef7c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/utils/T/T_messages.txt
+1
-1
1 addition, 1 deletion
common/utils/T/T_messages.txt
openair1/SCHED/phy_procedures_lte_eNb.c
+2
-1
2 additions, 1 deletion
openair1/SCHED/phy_procedures_lte_eNb.c
with
3 additions
and
2 deletions
common/utils/T/T_messages.txt
+
1
−
1
View file @
d7831c1f
...
...
@@ -16,7 +16,7 @@ ID = ENB_PHY_DL_TICK
ID = ENB_PHY_DLSCH_UE_DCI
DESC = eNodeB downlink UE specific DCI as sent by the PHY layer
GROUP = ALL:PHY:GRAPHIC:ENB
FORMAT = int,eNB_ID : int,frame : int,subframe : int,UE_id : int,rnti : int,dci_format : int,harq_pid : int,mcs
FORMAT = int,eNB_ID : int,frame : int,subframe : int,UE_id : int,rnti : int,dci_format : int,harq_pid : int,mcs
: int,TBS
ID = ENB_PHY_DLSCH_UE_ACK
DESC = eNodeB downlink UE ACK as seen by the PHY layer in process_HARQ_feedback
GROUP = ALL:PHY:GRAPHIC:ENB
...
...
This diff is collapsed.
Click to expand it.
openair1/SCHED/phy_procedures_lte_eNb.c
+
2
−
1
View file @
d7831c1f
...
...
@@ -761,7 +761,8 @@ void generate_eNB_dlsch_params(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,DCI_ALLOC
T
(
T_ENB_PHY_DLSCH_UE_DCI
,
T_INT
(
eNB
->
Mod_id
),
T_INT
(
frame
),
T_INT
(
subframe
),
T_INT
(
UE_id
),
T_INT
(
dci_alloc
->
rnti
),
T_INT
(
dci_alloc
->
format
),
T_INT
(
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
current_harq_pid
),
T_INT
(
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
harq_processes
[
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
current_harq_pid
]
->
mcs
));
T_INT
(
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
harq_processes
[
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
current_harq_pid
]
->
mcs
),
T_INT
(
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
harq_processes
[
eNB
->
dlsch
[(
int
)
UE_id
][
0
]
->
current_harq_pid
]
->
TBS
));
eNB
->
dlsch
[(
uint8_t
)
UE_id
][
0
]
->
nCCE
[
subframe
]
=
dci_alloc
->
firstCCE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment