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
wangjie
OpenXG-RAN
Commits
1f64c53c
Commit
1f64c53c
authored
Dec 25, 2020
by
cucengineer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added config to pdcp and rlc
parent
fc203186
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
275 additions
and
80 deletions
+275
-80
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
+21
-21
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
+2
-2
openair2/RRC/NR_UE/rrc_UE.c
openair2/RRC/NR_UE/rrc_UE.c
+252
-57
No files found.
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
View file @
1f64c53c
...
@@ -1046,27 +1046,27 @@ void nr_DRB_preconfiguration(void)
...
@@ -1046,27 +1046,27 @@ void nr_DRB_preconfiguration(void)
else
{
else
{
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
0
,
ENB_FLAG_NO
,
0x1234
,
0
,
0
,
0
);
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
0
,
ENB_FLAG_NO
,
0x1234
,
0
,
0
,
0
);
}
}
//CUC:delete pdcp rlc
nr_rrc_pdcp_config_asn1_req
(
//
nr_rrc_pdcp_config_asn1_req(
&
ctxt
,
//
&ctxt,
rbconfig
->
srb_ToAddModList
,
//
rbconfig->srb_ToAddModList,
rbconfig
->
drb_ToAddModList
,
//
rbconfig->drb_ToAddModList ,
rbconfig
->
drb_ToReleaseList
,
//
rbconfig->drb_ToReleaseList,
0xff
,
//
0xff,
NULL
,
//
NULL,
NULL
,
//
NULL,
NULL
,
//
NULL,
NULL
,
//
NULL,
NULL
,
//
NULL,
Rlc_Bearer_ToAdd_list
);
//
Rlc_Bearer_ToAdd_list);
nr_rrc_rlc_config_asn1_req
(
&
ctxt
,
//
nr_rrc_rlc_config_asn1_req (&ctxt,
rbconfig
->
srb_ToAddModList
,
//
rbconfig->srb_ToAddModList,
rbconfig
->
drb_ToAddModList
,
//
rbconfig->drb_ToAddModList,
rbconfig
->
drb_ToReleaseList
,
//
rbconfig->drb_ToReleaseList,
(
LTE_PMCH_InfoList_r9_t
*
)
NULL
,
//
(LTE_PMCH_InfoList_r9_t *) NULL,
Rlc_Bearer_ToAdd_list
);
//
Rlc_Bearer_ToAdd_list);
}
//
}
uint64_t
get_pdcp_optmask
(
void
)
uint64_t
get_pdcp_optmask
(
void
)
{
{
...
...
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
View file @
1f64c53c
...
@@ -968,8 +968,8 @@ rlc_op_status_t nr_rrc_rlc_config_asn1_req (const protocol_ctxt_t * const ctxt
...
@@ -968,8 +968,8 @@ rlc_op_status_t nr_rrc_rlc_config_asn1_req (const protocol_ctxt_t * const ctxt
if
(
srb2add_listP
!=
NULL
)
{
if
(
srb2add_listP
!=
NULL
)
{
for
(
i
=
0
;
i
<
srb2add_listP
->
list
.
count
;
i
++
)
{
for
(
i
=
0
;
i
<
srb2add_listP
->
list
.
count
;
i
++
)
{
//
add_srb(rnti, srb2add_listP->list.array[i]);
add_srb
(
rnti
,
srb2add_listP
->
list
.
array
[
i
]);
srb_add_drb_am
(
rnti
,
drb2add_listP
->
list
.
array
[
0
],
rlc_bearer2add_list
->
list
.
array
[
0
]);
//
srb_add_drb_am(rnti, drb2add_listP->list.array[0], rlc_bearer2add_list->list.array[0]);
}
}
}
}
...
...
openair2/RRC/NR_UE/rrc_UE.c
View file @
1f64c53c
This diff is collapsed.
Click to expand it.
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