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
ZhouShuya
OpenXG-RAN
Commits
2237b431
Commit
2237b431
authored
May 22, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integration fix: fix compilation warnings
parent
c15a9a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+2
-2
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+2
-2
No files found.
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
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