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
oai
openairinterface5G
Commits
ce08fa8e
Commit
ce08fa8e
authored
May 15, 2017
by
Cedric Roux
Browse files
integration fix: remove various warnings
parent
15bb3970
Changes
3
Show whitespace changes
Inline
Side-by-side
common/utils/itti/memory_pools.c
View file @
ce08fa8e
...
...
@@ -77,7 +77,7 @@ typedef struct items_group_s {
}
items_group_t
;
/*------------------------------------------------------------------------------*/
static
const
items_group_position_t
ITEMS_GROUP_POSITION_INVALID
=
-
1
;
//
static const items_group_position_t ITEMS_GROUP_POSITION_INVALID = -1;
static
const
items_group_index_t
ITEMS_GROUP_INDEX_INVALID
=
-
1
;
/*------------------------------------------------------------------------------*/
...
...
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
View file @
ce08fa8e
...
...
@@ -583,7 +583,7 @@ int allocate_REs_in_RB(PHY_VARS_eNB* phy_vars_eNB,
LTE_DL_FRAME_PARMS
*
frame_parms
=
&
phy_vars_eNB
->
frame_parms
;
int
first_layer0
;
//= dlsch0_harq->first_layer;
int
first_layer0
=
-
1
;
//= dlsch0_harq->first_layer;
int
Nlayers0
=
-
1
;
// = dlsch0_harq->Nlayers;
uint8_t
mod_order0
=
0
;
// = get_Qm(dlsch0_harq->mcs);
uint8_t
mod_order1
=
0
;
//=2;
...
...
openair2/RRC/LITE/rrc_UE.c
View file @
ce08fa8e
...
...
@@ -404,6 +404,7 @@ void rrc_ue_generate_RRCConnectionRequest( const protocol_ctxt_t* const ctxt_pP,
mui_t
rrc_mui
=
0
;
#if !(defined(ENABLE_ITTI) && defined(ENABLE_USE_MME))
/* NAS Attach request with IMSI */
static
const
char
const
nas_attach_req_imsi
[]
=
{
0x07
,
0x41
,
...
...
@@ -417,7 +418,9 @@ static const char const nas_attach_req_imsi[] = {
0x00
,
0x00
,
0x00
,
0x0D
,
0x00
,
0x00
,
0x0A
,
0x00
,
0x52
,
0x12
,
0xF2
,
0x01
,
0x27
,
0x11
,
};
#endif
/* !(defined(ENABLE_ITTI) && defined(ENABLE_USE_MME)) */
#if 0
/* NAS Attach request with GUTI */
static const char const nas_attach_req_guti[] = {
0x07, 0x41,
...
...
@@ -431,6 +434,7 @@ static const char const nas_attach_req_guti[] = {
0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x0A, 0x00, 0x52, 0x12, 0xF2,
0x01, 0x27, 0x11,
};
#endif
//-----------------------------------------------------------------------------
static
void
rrc_ue_generate_RRCConnectionSetupComplete
(
const
protocol_ctxt_t
*
const
ctxt_pP
,
const
uint8_t
eNB_index
,
const
uint8_t
Transaction_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