Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
canghaiwuhen
OpenXG-RAN
Commits
a50596af
Commit
a50596af
authored
6 years ago
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for UE pucch and supression list update
parent
60defa24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
ci-scripts/oai-ci-vm-tool
ci-scripts/oai-ci-vm-tool
+1
-1
openair1/SCHED_UE/phy_procedures_lte_ue.c
openair1/SCHED_UE/phy_procedures_lte_ue.c
+0
-10
No files found.
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
;;
...
...
This diff is collapsed.
Click to expand it.
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
...
...
This diff is collapsed.
Click to expand it.
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