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
zzha zzha
OpenXG-RAN
Commits
01c1eba4
Commit
01c1eba4
authored
Aug 17, 2023
by
maaroufi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified some files to supress warnings
parent
ea9bc93f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
nfapi/oai_integration/nfapi_vnf.c
nfapi/oai_integration/nfapi_vnf.c
+3
-3
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
+2
-2
No files found.
nfapi/oai_integration/nfapi_vnf.c
View file @
01c1eba4
...
@@ -778,9 +778,9 @@ int phy_nr_uci_indication(nfapi_nr_uci_indication_t *ind)
...
@@ -778,9 +778,9 @@ int phy_nr_uci_indication(nfapi_nr_uci_indication_t *ind)
break
;
break
;
case
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
:
{
case
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
:
{
nfapi_nr_uci_pucch_pdu_format_0_1_t
*
uci_ind_pdu
=
&
uci_ind
->
uci_list
[
i
].
pucch_pdu_format_0_1
;
//
nfapi_nr_uci_pucch_pdu_format_0_1_t *uci_ind_pdu = &uci_ind->uci_list[i].pucch_pdu_format_0_1;
nfapi_nr_uci_pucch_pdu_format_0_1_t
*
ind_pdu
=
&
ind
->
uci_list
[
i
].
pucch_pdu_format_0_1
;
//
nfapi_nr_uci_pucch_pdu_format_0_1_t *ind_pdu = &ind->uci_list[i].pucch_pdu_format_0_1;
//Unused
break
;
break
;
}
}
...
...
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
View file @
01c1eba4
...
@@ -82,8 +82,8 @@ static void free_uci_inds(nfapi_nr_uci_indication_t *uci_ind)
...
@@ -82,8 +82,8 @@ static void free_uci_inds(nfapi_nr_uci_indication_t *uci_ind)
{
{
if
(
uci_ind
->
uci_list
[
k
].
pdu_type
==
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
)
if
(
uci_ind
->
uci_list
[
k
].
pdu_type
==
NFAPI_NR_UCI_FORMAT_0_1_PDU_TYPE
)
{
{
nfapi_nr_uci_pucch_pdu_format_0_1_t
*
pdu_0_1
=
&
uci_ind
->
uci_list
[
k
].
pucch_pdu_format_0_1
;
//
nfapi_nr_uci_pucch_pdu_format_0_1_t *pdu_0_1 = &uci_ind->uci_list[k].pucch_pdu_format_0_1;
// Warning: pdu_0_1 is unused
}
}
if
(
uci_ind
->
uci_list
[
k
].
pdu_type
==
NFAPI_NR_UCI_FORMAT_2_3_4_PDU_TYPE
)
if
(
uci_ind
->
uci_list
[
k
].
pdu_type
==
NFAPI_NR_UCI_FORMAT_2_3_4_PDU_TYPE
)
{
{
...
...
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