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
lizhongxiao
OpenXG-RAN
Commits
0bae28af
Commit
0bae28af
authored
May 14, 2018
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix for release procedure
parent
49dde300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+2
-2
No files found.
openair2/RRC/LITE/rrc_UE.c
View file @
0bae28af
...
...
@@ -5594,7 +5594,7 @@ void *rrc_control_socket_thread_fct(void *arg)
//get available rbid for this communication and store (LCID, G)
if
(
groupL2Id
>
0
){
for
(
i
=
0
;
i
<
MAX_NUM_LCID_DATA
;
i
++
)
{
if
((
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
groupL2Id
==
0
)
&&
(
j
==
0
))
j
=
i
+
1
;
if
((
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
groupL2Id
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
==
0
)
&&
(
j
==
0
))
j
=
i
+
1
;
if
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
groupL2Id
==
groupL2Id
)
{
if
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
>
0
){
group_comm_rbid
=
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
;
...
...
@@ -5872,7 +5872,7 @@ void *rrc_control_socket_thread_fct(void *arg)
//get available rbid for this communication and store (LCID, D)
if
(
destinationL2Id
>
0
){
for
(
i
=
0
;
i
<
MAX_NUM_LCID_DATA
;
i
++
)
{
if
((
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
==
0
)
&&
(
j
==
0
))
j
=
i
+
1
;
if
((
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
==
0
)
&&
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
groupL2Id
==
0
)
&&
(
j
==
0
))
j
=
i
+
1
;
if
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
==
destinationL2Id
)
{
if
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
>
0
)
{
direct_comm_rbid
=
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
;
...
...
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