Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
ab73aeec
Commit
ab73aeec
authored
Apr 25, 2017
by
Yoshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust parameters
parent
87520cd0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openair1/PHY/LTE_TRANSPORT/pucch.c
openair1/PHY/LTE_TRANSPORT/pucch.c
+3
-2
No files found.
openair1/PHY/LTE_TRANSPORT/pucch.c
View file @
ab73aeec
...
@@ -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
)
{
...
...
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