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
e878cb2a
Commit
e878cb2a
authored
Oct 30, 2013
by
winckel
Browse files
Fixed some warnings.
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4304
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
9f6d8f47
Changes
1
Show whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/ra_procedures.c
View file @
e878cb2a
...
@@ -44,7 +44,9 @@
...
@@ -44,7 +44,9 @@
#include "PHY_INTERFACE/extern.h"
#include "PHY_INTERFACE/extern.h"
#include "COMMON/mac_rrc_primitives.h"
#include "COMMON/mac_rrc_primitives.h"
#include "RRC/LITE/extern.h"
#include "RRC/LITE/extern.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "UTIL/LOG/log.h"
#include "UTIL/LOG/log.h"
#include "UTIL/OPT/opt.h"
#include "OCG.h"
#include "OCG.h"
#include "OCG_extern.h"
#include "OCG_extern.h"
#ifdef PHY_EMUL
#ifdef PHY_EMUL
...
@@ -241,7 +243,8 @@ PRACH_RESOURCES_t *ue_get_rach(u8 Mod_id,u32 frame, u8 eNB_index,u8 subframe){
...
@@ -241,7 +243,8 @@ PRACH_RESOURCES_t *ue_get_rach(u8 Mod_id,u32 frame, u8 eNB_index,u8 subframe){
frame
,
frame
,
CCCH
,
1
,
CCCH
,
1
,
&
UE_mac_inst
[
Mod_id
].
CCCH_pdu
.
payload
[
sizeof
(
SCH_SUBHEADER_SHORT
)
+
1
],
0
,
&
UE_mac_inst
[
Mod_id
].
CCCH_pdu
.
payload
[
sizeof
(
SCH_SUBHEADER_SHORT
)
+
1
],
0
,
eNB_index
);
eNB_index
,
0
);
Size16
=
(
u16
)
Size
;
Size16
=
(
u16
)
Size
;
// LOG_D(MAC,"[UE %d] Frame %d: Requested RRCConnectionRequest, got %d bytes\n",Mod_id,frame,Size);
// LOG_D(MAC,"[UE %d] Frame %d: Requested RRCConnectionRequest, got %d bytes\n",Mod_id,frame,Size);
...
...
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