Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
56d4d0eb
Commit
56d4d0eb
authored
Jan 16, 2018
by
Robert Schmidt
Browse files
Bugfix: avoid cyclic header dependency, use FlexRAN variables instead
parent
6a6729bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/CONTROL_MODULES/RRC/flexran_agent_rrc_defs.h
View file @
56d4d0eb
...
...
@@ -31,7 +31,6 @@
#ifndef __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#define __FLEXRAN_AGENT_RRC_PRIMITIVES_H__
#include "PHY/extern.h"
#include "flexran_agent_defs.h"
#include "flexran.pb-c.h"
#include "header.pb-c.h"
...
...
openair2/ENB_APP/flexran_agent_extern.h
View file @
56d4d0eb
...
...
@@ -30,11 +30,10 @@
#ifndef __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_rrc_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 */
extern
AGENT_MAC_xface
*
agent_mac_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
];
/* 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_round
[
NUM
BER_OF_UE
_MAX
][
8
];
extern
int
harq_pid_updated
[
NUM_MAX
_UE
][
8
];
extern
int
harq_pid_round
[
NUM_MAX
_UE
][
8
];
#endif
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