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
99c1f76e
Commit
99c1f76e
authored
Jan 11, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 'unused variables' warning
parent
f960d770
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
openair1/PHY/LTE_TRANSPORT/dlsch_coding.c
openair1/PHY/LTE_TRANSPORT/dlsch_coding.c
+0
-1
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
+1
-1
openair1/SCHED/phy_procedures_lte_ue.c
openair1/SCHED/phy_procedures_lte_ue.c
+1
-1
openair3/NAS/COMMON/API/NETWORK/nas_message.c
openair3/NAS/COMMON/API/NETWORK/nas_message.c
+2
-0
targets/SIMU/USER/init_lte.c
targets/SIMU/USER/init_lte.c
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/dlsch_coding.c
View file @
99c1f76e
...
@@ -118,7 +118,6 @@ LTE_eNB_DLSCH_t *new_eNB_dlsch(unsigned char Kmimo,unsigned char Mdlharq,uint32_
...
@@ -118,7 +118,6 @@ LTE_eNB_DLSCH_t *new_eNB_dlsch(unsigned char Kmimo,unsigned char Mdlharq,uint32_
unsigned
char
exit_flag
=
0
,
i
,
j
,
r
,
aa
,
layer
;
unsigned
char
exit_flag
=
0
,
i
,
j
,
r
,
aa
,
layer
;
int
re
;
int
re
;
unsigned
char
bw_scaling
=
1
;
unsigned
char
bw_scaling
=
1
;
uint8_t
nb_antennas_tx
=
frame_parms
->
nb_antennas_tx
;
switch
(
N_RB_DL
)
{
switch
(
N_RB_DL
)
{
case
6
:
case
6
:
...
...
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
View file @
99c1f76e
...
@@ -595,7 +595,7 @@ int allocate_REs_in_RB(PHY_VARS_eNB* phy_vars_eNB,
...
@@ -595,7 +595,7 @@ int allocate_REs_in_RB(PHY_VARS_eNB* phy_vars_eNB,
int
use2ndpilots
=
(
frame_parms
->
mode1_flag
==
1
)
?
1
:
0
;
int
use2ndpilots
=
(
frame_parms
->
mode1_flag
==
1
)
?
1
:
0
;
uint32_t
tti_offset
,
aa
;
uint32_t
tti_offset
;
//
,aa;
uint8_t
re
;
uint8_t
re
;
uint8_t
qam64_table_offset_re
=
0
;
uint8_t
qam64_table_offset_re
=
0
;
uint8_t
qam64_table_offset_im
=
0
;
uint8_t
qam64_table_offset_im
=
0
;
...
...
openair1/SCHED/phy_procedures_lte_ue.c
View file @
99c1f76e
...
@@ -2058,7 +2058,7 @@ void phy_procedures_UE_TX(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,uint8_t eNB_id,ui
...
@@ -2058,7 +2058,7 @@ void phy_procedures_UE_TX(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,uint8_t eNB_id,ui
LTE_DL_FRAME_PARMS
*
frame_parms
=&
ue
->
frame_parms
;
LTE_DL_FRAME_PARMS
*
frame_parms
=&
ue
->
frame_parms
;
int32_t
ulsch_start
=
0
;
//
int32_t ulsch_start=0;
int
subframe_tx
=
proc
->
subframe_tx
;
int
subframe_tx
=
proc
->
subframe_tx
;
int
frame_tx
=
proc
->
frame_tx
;
int
frame_tx
=
proc
->
frame_tx
;
unsigned
int
aa
;
unsigned
int
aa
;
...
...
openair3/NAS/COMMON/API/NETWORK/nas_message.c
View file @
99c1f76e
...
@@ -1296,7 +1296,9 @@ static uint32_t _nas_message_get_mac(
...
@@ -1296,7 +1296,9 @@ static uint32_t _nas_message_get_mac(
uint32_t
count
;
uint32_t
count
;
uint32_t
*
mac32
;
uint32_t
*
mac32
;
#ifdef DEBUG_NAS_MESSAGE
int
i
,
bytes
=
0
;
int
i
,
bytes
=
0
;
#endif
if
(
direction
==
SECU_DIRECTION_UPLINK
)
{
if
(
direction
==
SECU_DIRECTION_UPLINK
)
{
count
=
0x00000000
||
count
=
0x00000000
||
...
...
targets/SIMU/USER/init_lte.c
View file @
99c1f76e
...
@@ -44,7 +44,7 @@ PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms,
...
@@ -44,7 +44,7 @@ PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms,
uint8_t
abstraction_flag
)
uint8_t
abstraction_flag
)
{
{
int
i
,
j
,
layer
,
aa
,
re
;
int
i
,
j
;
PHY_VARS_eNB
*
PHY_vars_eNB
=
malloc
(
sizeof
(
PHY_VARS_eNB
));
PHY_VARS_eNB
*
PHY_vars_eNB
=
malloc
(
sizeof
(
PHY_VARS_eNB
));
memset
(
PHY_vars_eNB
,
0
,
sizeof
(
PHY_VARS_eNB
));
memset
(
PHY_vars_eNB
,
0
,
sizeof
(
PHY_VARS_eNB
));
PHY_vars_eNB
->
Mod_id
=
eNB_id
;
PHY_vars_eNB
->
Mod_id
=
eNB_id
;
...
...
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