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
ed8503c3
Commit
ed8503c3
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
92852d30
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 @
ed8503c3
...
@@ -369,7 +369,7 @@ public_rlc_rrc(void
...
@@ -369,7 +369,7 @@ public_rlc_rrc(void
* \param[in] eNB_flagP Flag to indicate eNB (1) or UE (0)
* \param[in] eNB_flagP Flag to indicate eNB (1) or UE (0)
* \return A status about the processing, OK or error code.
* \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)
/*! \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 @
ed8503c3
...
@@ -583,6 +583,7 @@ rlc_op_status_t rrc_rlc_remove_rlc (
...
@@ -583,6 +583,7 @@ rlc_op_status_t rrc_rlc_remove_rlc (
rlc_tm_cleanup
(
&
rlc_union_p
->
rlc
.
tm
);
rlc_tm_cleanup
(
&
rlc_union_p
->
rlc
.
tm
);
break
;
break
;
default:
default:
break
;
}
}
h_rc
=
hashtable_remove
(
rlc_coll_p
,
key
);
h_rc
=
hashtable_remove
(
rlc_coll_p
,
key
);
LOG_D
(
RLC
,
"[Frame %05u][%s][RLC_RRC][INST %u/%u][%s %u] RELEASED %s
\n
"
,
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