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
11a1dd09
Commit
11a1dd09
authored
7 years ago
by
Cedric Roux
Browse files
Options
Downloads
Patches
Plain Diff
fix: hack to have the UE compile
This is a quick and dirty solution, something better is needed.
parent
5fcc9a61
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
+8
-0
8 additions, 0 deletions
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
with
8 additions
and
0 deletions
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
+
8
−
0
View file @
11a1dd09
...
...
@@ -5158,3 +5158,11 @@ main()
#endif
/* HACK: this function is needed to compile the UE
* fix it somehow
*/
int8_t
find_dlsch
(
uint16_t
rnti
,
PHY_VARS_eNB
*
eNB
,
find_type_t
type
)
{
printf
(
"you cannot read this
\n
"
);
abort
();
}
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