Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
b11ed995
Commit
b11ed995
authored
8 years ago
by
fnabet
Browse files
Options
Downloads
Patches
Plain Diff
fix build issue after merge from develop
parent
1b8c0d65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/LAYER2/MAC/ue_procedures.c
+1
-0
1 addition, 0 deletions
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/RLC/rlc_rrc.c
+1
-1
1 addition, 1 deletion
openair2/LAYER2/RLC/rlc_rrc.c
with
2 additions
and
1 deletion
openair2/LAYER2/MAC/ue_procedures.c
+
1
−
0
View file @
b11ed995
...
@@ -564,6 +564,7 @@ void ue_decode_p(module_id_t module_idP,int CC_id,frame_t frameP, uint8_t eNB_in
...
@@ -564,6 +564,7 @@ void ue_decode_p(module_id_t module_idP,int CC_id,frame_t frameP, uint8_t eNB_in
module_idP
,
module_idP
,
4
,
4
,
P_RNTI
,
P_RNTI
,
UE_mac_inst
[
module_idP
].
frame
,
UE_mac_inst
[
module_idP
].
subframe
,
UE_mac_inst
[
module_idP
].
subframe
,
0
,
0
,
0
);
0
);
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/RLC/rlc_rrc.c
+
1
−
1
View file @
b11ed995
...
@@ -216,7 +216,7 @@ rlc_op_status_t rrc_rlc_config_asn1_req (const protocol_ctxt_t * const ctxt_pP
...
@@ -216,7 +216,7 @@ rlc_op_status_t rrc_rlc_config_asn1_req (const protocol_ctxt_t * const ctxt_pP
ctxt_pP
,
ctxt_pP
,
SRB_FLAG_YES
,
SRB_FLAG_YES
,
&
srb_toaddmod_p
->
rlc_Config
->
choice
.
explicitValue
.
choice
.
am
,
&
srb_toaddmod_p
->
rlc_Config
->
choice
.
explicitValue
.
choice
.
am
,
rb_id
);
rb_id
,
lc_id
);
}
else
{
}
else
{
LOG_E
(
RLC
,
PROTOCOL_CTXT_FMT
" ERROR IN ALLOCATING SRB %d
\n
"
,
LOG_E
(
RLC
,
PROTOCOL_CTXT_FMT
" ERROR IN ALLOCATING SRB %d
\n
"
,
PROTOCOL_CTXT_ARGS
(
ctxt_pP
),
PROTOCOL_CTXT_ARGS
(
ctxt_pP
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment