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
56d4d0eb
Commit
56d4d0eb
authored
7 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: avoid cyclic header dependency, use FlexRAN variables instead
parent
6a6729bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/ENB_APP/CONTROL_MODULES/RRC/flexran_agent_rrc_defs.h
+0
-1
0 additions, 1 deletion
...air2/ENB_APP/CONTROL_MODULES/RRC/flexran_agent_rrc_defs.h
openair2/ENB_APP/flexran_agent_extern.h
+3
-4
3 additions, 4 deletions
openair2/ENB_APP/flexran_agent_extern.h
with
3 additions
and
5 deletions
openair2/ENB_APP/CONTROL_MODULES/RRC/flexran_agent_rrc_defs.h
+
0
−
1
View file @
56d4d0eb
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#ifndef __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#ifndef __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#define __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#define __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#include
"PHY/extern.h"
#include
"flexran_agent_defs.h"
#include
"flexran_agent_defs.h"
#include
"flexran.pb-c.h"
#include
"flexran.pb-c.h"
#include
"header.pb-c.h"
#include
"header.pb-c.h"
...
...
This diff is collapsed.
Click to expand it.
openair2/ENB_APP/flexran_agent_extern.h
+
3
−
4
View file @
56d4d0eb
...
@@ -30,11 +30,10 @@
...
@@ -30,11 +30,10 @@
#ifndef __FLEXRAN_AGENT_EXTERN_H__
#ifndef __FLEXRAN_AGENT_EXTERN_H__
#define __FLEXRAN_AGENT_EXTERN_H__
#define __FLEXRAN_AGENT_EXTERN_H__
//
#include "flexran_agent_defs.h"
#include
"flexran_agent_defs.h"
#include
"flexran_agent_mac_defs.h"
#include
"flexran_agent_mac_defs.h"
#include
"flexran_agent_rrc_defs.h"
#include
"flexran_agent_rrc_defs.h"
#include
"flexran_agent_pdcp_defs.h"
#include
"flexran_agent_pdcp_defs.h"
#include
"common/ran_context.h"
/* Control module interface for the communication of the MAC Control Module with the agent */
/* Control module interface for the communication of the MAC Control Module with the agent */
extern
AGENT_MAC_xface
*
agent_mac_xface
[
NUM_MAX_ENB
];
extern
AGENT_MAC_xface
*
agent_mac_xface
[
NUM_MAX_ENB
];
...
@@ -55,7 +54,7 @@ extern AGENT_PDCP_xface *agent_pdcp_xface[NUM_MAX_ENB];
...
@@ -55,7 +54,7 @@ extern AGENT_PDCP_xface *agent_pdcp_xface[NUM_MAX_ENB];
extern
unsigned
int
pdcp_agent_registered
[
NUM_MAX_ENB
];
extern
unsigned
int
pdcp_agent_registered
[
NUM_MAX_ENB
];
/* Requried to know which UEs had a harq updated over some subframe */
/* Requried to know which UEs had a harq updated over some subframe */
extern
int
harq_pid_updated
[
NUM
BER_OF_UE
_MAX
][
8
];
extern
int
harq_pid_updated
[
NUM_MAX
_UE
][
8
];
extern
int
harq_pid_round
[
NUM
BER_OF_UE
_MAX
][
8
];
extern
int
harq_pid_round
[
NUM_MAX
_UE
][
8
];
#endif
#endif
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