Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
bdcc8ecf
Commit
bdcc8ecf
authored
8 years ago
by
Yoshi
Browse files
Options
Downloads
Patches
Plain Diff
Adjust parameters
parent
655859b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/PHY/LTE_TRANSPORT/pucch.c
+3
-2
3 additions, 2 deletions
openair1/PHY/LTE_TRANSPORT/pucch.c
with
3 additions
and
2 deletions
openair1/PHY/LTE_TRANSPORT/pucch.c
+
3
−
2
View file @
bdcc8ecf
...
@@ -1829,16 +1829,17 @@ uint32_t rx_pucch(PHY_VARS_eNB *eNB,
...
@@ -1829,16 +1829,17 @@ uint32_t rx_pucch(PHY_VARS_eNB *eNB,
int16_t
b
[
48
];
//[bit]
int16_t
b
[
48
];
//[bit]
int16_t
IP_CsData_allavg
[
NB_ANTENNAS_RX
][
12
][
4
][
2
];
//[Antenna][Symbol][Nouse Cyclic Shift][Complex]
int16_t
IP_CsData_allavg
[
NB_ANTENNAS_RX
][
12
][
4
][
2
];
//[Antenna][Symbol][Nouse Cyclic Shift][Complex]
int16_t
payload_entity
=
-
1
;
int16_t
payload_entity
=
-
1
;
int16_t
DTXthreshold
=
500
;
int16_t
Interpw
;
int16_t
Interpw
;
int16_t
payload_max
;
int16_t
payload_max
;
// TODO
// TODO
// When using PUCCH format3, it must be an argument of rx_pucch function
// When using PUCCH format3, it must be an argument of rx_pucch function
uint16_t
n3_pucch
=
20
;
uint16_t
n3_pucch
=
20
;
uint16_t
n3_pucch_array
[
NUMBER_OF_UE_MAX
];
uint16_t
n3_pucch_array
[
NUMBER_OF_UE_MAX
]
=
{
1
};
n3_pucch_array
[
0
]
=
n3_pucch
;
uint8_t
do_sr
=
1
;
uint8_t
do_sr
=
1
;
uint16_t
crnti
=
0x1234
;
uint16_t
crnti
=
0x1234
;
int16_t
DTXthreshold
=
10
;
/* PUCCH format3 << */
/* PUCCH format3 << */
if
(
first_call
==
1
)
{
if
(
first_call
==
1
)
{
...
...
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