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
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Bin He
openairinterface5G
Commits
cd3f5ad0
Commit
cd3f5ad0
authored
4 years ago
by
knopp
Browse files
Options
Downloads
Patches
Plain Diff
added parameters to generate_pucch2 in ue pucch procedures
parent
7689b939
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
+5
-1
5 additions, 1 deletion
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
with
5 additions
and
1 deletion
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
+
5
−
1
View file @
cd3f5ad0
...
...
@@ -186,6 +186,8 @@ bool pucch_procedures_ue_nr(PHY_VARS_NR_UE *ue, uint8_t gNB_id, UE_nr_rxtx_proc_
int
pucch_resource_id
=
MAX_NB_OF_PUCCH_RESOURCES
;
int
pucch_resource_indicator
=
MAX_PUCCH_RESOURCE_INDICATOR
;
int
n_HARQ_ACK
;
uint16_t
crnti
=
0x1234
;
int
dmrs_scrambling_id
=
0
,
data_scrambling_id
=
0
;
/* update current context */
...
...
@@ -591,7 +593,9 @@ bool pucch_procedures_ue_nr(PHY_VARS_NR_UE *ue, uint8_t gNB_id, UE_nr_rxtx_proc_
case
pucch_format2_nr
:
{
nr_generate_pucch2
(
ue
,
0
,
//ue->pdcch_vars[ue->current_thread_id[proc->nr_tti_rx]][gNB_id]->crnti,
crnti
,
dmrs_scrambling_id
,
data_scrambling_id
,
ue
->
common_vars
.
txdataF
,
&
ue
->
frame_parms
,
&
ue
->
pucch_config_dedicated
[
gNB_id
],
...
...
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