Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sneltved
openairinterface5G
Commits
a50596af
Commit
a50596af
authored
Feb 03, 2019
by
frtabu
Browse files
test for UE pucch and supression list update
parent
60defa24
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci-scripts/oai-ci-vm-tool
View file @
a50596af
...
...
@@ -264,7 +264,7 @@ case $key in
ARCHIVES_LOC
=
cppcheck
LOG_PATTERN
=
cppcheck.xml
NB_PATTERN_FILES
=
1
BUILD_OPTIONS
=
"--enable=warning --force --xml --xml-version=2"
BUILD_OPTIONS
=
"--enable=warning --force --xml --xml-version=2
--suppressions-list=ci-scripts/cppcheck_suppressions.list
"
NBARGS
=
$[$NBARGS
+256]
shift
;;
...
...
openair1/SCHED_UE/phy_procedures_lte_ue.c
View file @
a50596af
...
...
@@ -1900,16 +1900,6 @@ void ue_pucch_procedures(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,uint8_t eNB_id,uin
uint8_t
isShortenPucch
=
(
pSoundingrs_ul_config_dedicated
->
srsCellSubframe
&&
frame_parms
->
soundingrs_ul_config_common
.
ackNackSRS_SimultaneousTransmission
);
bundling_flag
=
ue
->
pucch_config_dedicated
[
eNB_id
].
tdd_AckNackFeedbackMode
;
if
((
frame_parms
->
frame_type
==
FDD
)
||
(
bundling_flag
==
bundling
)
||
((
frame_parms
->
frame_type
==
TDD
)
&&
(
frame_parms
->
tdd_config
==
1
)
&&
((
subframe_tx
==
2
)
||
(
subframe_tx
==
7
))))
{
format
=
pucch_format1a
;
// LOG_D(PHY,"[UE] PUCCH 1a\n");
}
else
{
format
=
pucch_format1b
;
// LOG_D(PHY,"[UE] PUCCH 1b\n");
}
// Part - I
// Collect feedback that should be transmitted at this subframe
// - SR
...
...
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