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
alex037yang
OpenXG-RAN
Commits
5ad4b489
Commit
5ad4b489
authored
May 09, 2018
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor update
parent
165f0f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
1 deletion
+61
-1
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+61
-1
No files found.
openair2/RRC/LITE/rrc_UE.c
View file @
5ad4b489
...
@@ -6041,8 +6041,66 @@ void *rrc_control_socket_thread_fct(void *arg)
...
@@ -6041,8 +6041,66 @@ void *rrc_control_socket_thread_fct(void *arg)
}
}
}
}
rrc_mac_config_req_ue
(
module_id
,
0
,
0
,
//eNB_index =0
(
RadioResourceConfigCommonSIB_t
*
)
NULL
,
(
struct
PhysicalConfigDedicated
*
)
NULL
,
#if defined(Rel10) || defined(Rel14)
(
SCellToAddMod_r10_t
*
)
NULL
,
//struct PhysicalConfigDedicatedSCell_r10 *physicalConfigDedicatedSCell_r10,
#endif
(
MeasObjectToAddMod_t
**
)
NULL
,
(
MAC_MainConfig_t
*
)
NULL
,
slrb_id
,
(
struct
LogicalChannelConfig
*
)
NULL
,
(
MeasGapConfig_t
*
)
NULL
,
(
TDD_Config_t
*
)
NULL
,
(
MobilityControlInfo_t
*
)
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
#if defined(Rel10) || defined(Rel14)
,
0
,
(
MBSFN_AreaInfoList_r9_t
*
)
NULL
,
(
PMCH_InfoList_r9_t
*
)
NULL
#endif
#ifdef CBA
,
0
,
0
#endif
#if defined(Rel10) || defined(Rel14)
,
CONFIG_ACTION_REMOVE
,
&
sourceL2Id
,
NULL
,
NULL
#endif
);
//TEST REMOVE RLC
//TEST REMOVE RLC
slrb_id
=
9
;
slrb_id
=
9
;
//find the corresponding record and reset the values
if
(
slrb_id
>
0
){
for
(
i
=
0
;
i
<
MAX_NUM_LCID_DATA
;
i
++
)
{
if
(
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
==
slrb_id
)
{
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
LCID
=
0
;
LOG_I
(
RRC
,
"[DirectCommunicationReleaseRequest] rbid %d for destination Id: 0x%08x
\n
has been removed"
,
slrb_id
,
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
);
//UE_rrc_inst[module_id].sl_info[i].destinationL2Id = 0x00;
destinationL2Id
=
UE_rrc_inst
[
module_id
].
sl_info
[
i
].
destinationL2Id
;
break
;
}
}
}
DRB_Identity_t
drb_id
=
slrb_id
;
DRB_Identity_t
drb_id
=
slrb_id
;
DRB_ToReleaseList_t
*
drb2release_list
=
NULL
;
DRB_ToReleaseList_t
*
drb2release_list
=
NULL
;
drb2release_list
=
CALLOC
(
1
,
sizeof
(
DRB_ToReleaseList_t
));
drb2release_list
=
CALLOC
(
1
,
sizeof
(
DRB_ToReleaseList_t
));
...
@@ -6061,7 +6119,6 @@ void *rrc_control_socket_thread_fct(void *arg)
...
@@ -6061,7 +6119,6 @@ void *rrc_control_socket_thread_fct(void *arg)
rrc_mac_config_req_ue
(
module_id
,
0
,
0
,
//eNB_index =0
rrc_mac_config_req_ue
(
module_id
,
0
,
0
,
//eNB_index =0
(
RadioResourceConfigCommonSIB_t
*
)
NULL
,
(
RadioResourceConfigCommonSIB_t
*
)
NULL
,
(
struct
PhysicalConfigDedicated
*
)
NULL
,
(
struct
PhysicalConfigDedicated
*
)
NULL
,
...
@@ -6102,6 +6159,9 @@ void *rrc_control_socket_thread_fct(void *arg)
...
@@ -6102,6 +6159,9 @@ void *rrc_control_socket_thread_fct(void *arg)
);
);
LOG_I
(
RRC
,
"Send DirectCommunicationReleaseResponse to ProSe App
\n
"
);
LOG_I
(
RRC
,
"Send DirectCommunicationReleaseResponse to ProSe App
\n
"
);
memset
(
send_buf
,
0
,
BUFSIZE
);
memset
(
send_buf
,
0
,
BUFSIZE
);
...
...
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