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
49dde300
Commit
49dde300
authored
May 11, 2018
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor update regarding pc5s_release_rsp
parent
1ca91b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+3
-3
No files found.
openair2/RRC/LITE/rrc_UE.c
View file @
49dde300
...
...
@@ -6092,8 +6092,8 @@ void *rrc_control_socket_thread_fct(void *arg)
*/
rrc_rlc_config_req
(
&
ctxt
,
SRB_FLAG_NO
,
CONFIG_ACTION_REMOVE
,
MBMS_FLAG_NO
,
slrb_id
,
Rlc_info_um
#ifdef Rel14
,
0
,
0
,
sourceL2Id
,
destinationL2Id
#endif
);
...
...
@@ -6503,7 +6503,7 @@ void *rrc_control_socket_thread_fct(void *arg)
sl_ctrl_msg_send
=
calloc
(
1
,
sizeof
(
struct
sidelink_ctrl_element
));
sl_ctrl_msg_send
->
type
=
PC5S_RELEASE_RSP
;
sl_ctrl_msg_send
->
sidelinkPrimitive
.
direct_comm
_release_rsp
=
PC5S_RELEASE_OK
;
sl_ctrl_msg_send
->
sidelinkPrimitive
.
pc5s
_release_rsp
=
PC5S_RELEASE_OK
;
memcpy
((
void
*
)
send_buf
,
(
void
*
)
sl_ctrl_msg_send
,
sizeof
(
struct
sidelink_ctrl_element
));
free
(
sl_ctrl_msg_send
);
...
...
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