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
zzha zzha
OpenXG-RAN
Commits
de0817ce
Commit
de0817ce
authored
Jan 13, 2015
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6353
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
c76b846b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
openair2/LAYER2/RLC/rlc_rrc.c
openair2/LAYER2/RLC/rlc_rrc.c
+1
-16
No files found.
openair2/LAYER2/RLC/rlc_rrc.c
View file @
de0817ce
...
...
@@ -524,21 +524,6 @@ rlc_op_status_t rrc_rlc_remove_rlc (
h_rc
=
hashtable_get
(
rlc_coll_p
,
key
,
&
rlc_union_p
);
if
(
h_rc
==
HASH_TABLE_OK
)
{
/*switch (rlc_union_p->mode) {
case RLC_MODE_AM:
rlc_am_cleanup(ctxt_pP, &rlc_union_p->rlc.am);
break;
case RLC_MODE_UM:
rlc_um_cleanup(ctxt_pP, &rlc_union_p->rlc.um);
break;
case RLC_MODE_TM:
rlc_tm_cleanup(ctxt_pP, &rlc_union_p->rlc.tm);
break;
default:
break;
}
cleanup is done in free() callback function configured in hashtable
*/
h_rc
=
hashtable_remove
(
rlc_coll_p
,
key
);
LOG_D
(
RLC
,
"[Frame %05u][%s][RLC_RRC][INST %u/%u][%s %u] RELEASED %s
\n
"
,
ctxt_pP
->
frame
,
...
...
@@ -549,7 +534,7 @@ rlc_op_status_t rrc_rlc_remove_rlc (
rb_idP
,
(
srb_flagP
)
?
"SRB"
:
"DRB"
);
}
else
if
(
h_rc
==
HASH_TABLE_KEY_NOT_EXISTS
)
{
LOG_
W
(
RLC
,
"[Frame %05u][%s][RLC_RRC][INST %u/%u][%s %u] RELEASE : RLC NOT FOUND %s
\n
"
,
LOG_
D
(
RLC
,
"[Frame %05u][%s][RLC_RRC][INST %u/%u][%s %u] RELEASE : RLC NOT FOUND %s
\n
"
,
ctxt_pP
->
frame
,
(
ctxt_pP
->
enb_flag
)
?
"eNB"
:
"UE"
,
ctxt_pP
->
enb_module_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