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
26f47a4d
Commit
26f47a4d
authored
May 15, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integration fix: remove various warnings
parent
a599e37f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
common/utils/itti/memory_pools.c
common/utils/itti/memory_pools.c
+1
-1
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
+1
-1
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+4
-0
No files found.
common/utils/itti/memory_pools.c
View file @
26f47a4d
...
...
@@ -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 @
26f47a4d
...
...
@@ -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 @
26f47a4d
...
...
@@ -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