Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
6cb7f2c7
Commit
6cb7f2c7
authored
Dec 22, 2014
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6311
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
b61483c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
openair2/LAYER2/RLC/rlc.h
openair2/LAYER2/RLC/rlc.h
+1
-1
openair2/LAYER2/RLC/rlc_rrc.c
openair2/LAYER2/RLC/rlc_rrc.c
+1
-0
No files found.
openair2/LAYER2/RLC/rlc.h
View file @
6cb7f2c7
...
...
@@ -369,7 +369,7 @@ public_rlc_rrc(void
* \param[in] eNB_flagP Flag to indicate eNB (1) or UE (0)
* \return A status about the processing, OK or error code.
*/
public_rlc_rrc
(
rlc_op_status_t
rrc_rlc_remove_ue
(
const
module_id_t
enb_mod_idP
,
const
module_id_t
ue_mod_idP
,
const
frame_t
frameP
,
const
eNB_flag
);)
public_rlc_rrc
(
rlc_op_status_t
rrc_rlc_remove_ue
(
const
module_id_t
enb_mod_idP
,
const
module_id_t
ue_mod_idP
,
const
frame_t
frameP
,
const
eNB_flag
_t
eNB_flag
);)
/*! \fn rlc_op_status_t rrc_rlc_remove_rlc (const module_id_t enb_mod_idP, const module_id_t ue_mod_idP, const frame_t frameP, const eNB_flag_t eNB_flagP, const srb_flag_t srb_flagP, const MBMS_flag_t MBMS_flagP, const rb_id_t rb_idP)
...
...
openair2/LAYER2/RLC/rlc_rrc.c
View file @
6cb7f2c7
...
...
@@ -583,6 +583,7 @@ rlc_op_status_t rrc_rlc_remove_rlc (
rlc_tm_cleanup
(
&
rlc_union_p
->
rlc
.
tm
);
break
;
default:
break
;
}
h_rc
=
hashtable_remove
(
rlc_coll_p
,
key
);
LOG_D
(
RLC
,
"[Frame %05u][%s][RLC_RRC][INST %u/%u][%s %u] RELEASED %s
\n
"
,
...
...
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