Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
2237b431
Commit
2237b431
authored
May 22, 2017
by
Cédric Roux
Browse files
integration fix: fix compilation warnings
parent
c15a9a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/RRC/LITE/rrc_UE.c
View file @
2237b431
...
...
@@ -747,10 +747,10 @@ rrc_ue_establish_drb(
# ifdef OAI_EMU
oai_emulation
.
info
.
oai_ifup
[
ue_mod_idP
]
=
1
;
# endif
LOG_I
(
OIP
,
"[UE %d] Config the oai%d to send/receive pkt on DRB %d to/from the protocol stack
\n
"
,
LOG_I
(
OIP
,
"[UE %d] Config the oai%d to send/receive pkt on DRB %
l
d to/from the protocol stack
\n
"
,
ue_mod_idP
,
ip_addr_offset3
+
ue_mod_idP
,
(
eNB_index
*
maxDRB
)
+
DRB_config
->
drb_Identity
);
(
long
int
)(
(
eNB_index
*
maxDRB
)
+
DRB_config
->
drb_Identity
)
)
;
rb_conf_ipv4
(
0
,
//add
ue_mod_idP
,
//cx align with the UE index
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
2237b431
...
...
@@ -3613,9 +3613,9 @@ rrc_eNB_process_RRCConnectionReconfigurationComplete(
dest_ip_offset
=
8
;
# endif
LOG_I
(
OIP
,
"[eNB %d] Config the oai%d to send/receive pkt on DRB %d to/from the protocol stack
\n
"
,
"[eNB %d] Config the oai%d to send/receive pkt on DRB %
l
d to/from the protocol stack
\n
"
,
ctxt_pP
->
module_id
,
ctxt_pP
->
module_id
,
(
ue_context_pP
->
local_uid
*
maxDRB
)
+
DRB_configList
->
list
.
array
[
i
]
->
drb_Identity
);
(
long
int
)(
(
ue_context_pP
->
local_uid
*
maxDRB
)
+
DRB_configList
->
list
.
array
[
i
]
->
drb_Identity
)
)
;
ue_module_id
=
oai_emulation
.
info
.
eNB_ue_local_uid_to_ue_module_id
[
ctxt_pP
->
module_id
][
ue_context_pP
->
local_uid
];
rb_conf_ipv4
(
0
,
//add
ue_module_id
,
//cx
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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