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
wangwenhui
OpenXG-RAN
Commits
752ceb19
Commit
752ceb19
authored
Dec 08, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integration fix: remove compilation warnings
parent
497e89d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
openair1/PHY/LTE_TRANSPORT/srs_modulation.c
openair1/PHY/LTE_TRANSPORT/srs_modulation.c
+1
-1
openair3/NAS/UE/EMM/SAP/emm_send.c
openair3/NAS/UE/EMM/SAP/emm_send.c
+0
-1
No files found.
openair1/PHY/LTE_TRANSPORT/srs_modulation.c
View file @
752ceb19
...
@@ -133,7 +133,7 @@ int32_t generate_srs_tx(PHY_VARS_UE *ue,
...
@@ -133,7 +133,7 @@ int32_t generate_srs_tx(PHY_VARS_UE *ue,
uint16_t
msrsb
=
0
,
Nb
=
0
,
nb
,
b
,
msrs0
=
0
,
k
,
Msc_RS
,
Msc_RS_idx
,
carrier_pos
,
symbol_offset
;
uint16_t
msrsb
=
0
,
Nb
=
0
,
nb
,
b
,
msrs0
=
0
,
k
,
Msc_RS
,
Msc_RS_idx
,
carrier_pos
,
symbol_offset
;
uint16_t
*
Msc_idx_ptr
;
uint16_t
*
Msc_idx_ptr
;
int32_t
k0
;
int32_t
k0
;
uint32_t
subframe_offset
;
//
uint32_t subframe_offset;
uint8_t
Bsrs
=
soundingrs_ul_config_dedicated
->
srs_Bandwidth
;
uint8_t
Bsrs
=
soundingrs_ul_config_dedicated
->
srs_Bandwidth
;
uint8_t
Csrs
=
frame_parms
->
soundingrs_ul_config_common
.
srs_BandwidthConfig
;
uint8_t
Csrs
=
frame_parms
->
soundingrs_ul_config_common
.
srs_BandwidthConfig
;
uint8_t
Ssrs
=
frame_parms
->
soundingrs_ul_config_common
.
srs_SubframeConfig
;
uint8_t
Ssrs
=
frame_parms
->
soundingrs_ul_config_common
.
srs_SubframeConfig
;
...
...
openair3/NAS/UE/EMM/SAP/emm_send.c
View file @
752ceb19
...
@@ -861,7 +861,6 @@ int emm_send_security_mode_complete(const emm_as_security_t *msg,
...
@@ -861,7 +861,6 @@ int emm_send_security_mode_complete(const emm_as_security_t *msg,
emm_msg
->
presencemask
|=
SECURITY_MODE_COMPLETE_IMEISV_PRESENT
;
emm_msg
->
presencemask
|=
SECURITY_MODE_COMPLETE_IMEISV_PRESENT
;
// 33 85 76 02 05 26 84 01 F1
// 33 85 76 02 05 26 84 01 F1
emm_msg
->
imeisv
.
imeisv
;
emm_msg
->
imeisv
.
imeisv
.
digit1
=
0x3
;
emm_msg
->
imeisv
.
imeisv
.
digit1
=
0x3
;
emm_msg
->
imeisv
.
imeisv
.
oddeven
=
0x0
;
emm_msg
->
imeisv
.
imeisv
.
oddeven
=
0x0
;
emm_msg
->
imeisv
.
imeisv
.
typeofidentity
=
0x3
;
emm_msg
->
imeisv
.
imeisv
.
typeofidentity
=
0x3
;
...
...
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