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
alex037yang
OpenXG-RAN
Commits
e932cdac
Commit
e932cdac
authored
Apr 22, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unix format
parent
108f85c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
openair2/LAYER2/MAC/ff-mac-callback.h
openair2/LAYER2/MAC/ff-mac-callback.h
+32
-32
No files found.
openair2/LAYER2/MAC/ff-mac-callback.h
View file @
e932cdac
#ifndef FF_MAC_CALLBACK_H
#ifndef FF_MAC_CALLBACK_H
#define FF_MAC_CALLBACK_H
#define FF_MAC_CALLBACK_H
/*!
/*!
* @ingroup _fapi
* @ingroup _fapi
*/
*/
#if defined (__cplusplus)
#if defined (__cplusplus)
extern
"C"
{
extern
"C"
{
#endif
#endif
/* these are the callback function types from the scheduler to openair */
/* these are the callback function types from the scheduler to openair */
/* sched */
/* sched */
typedef
void
(
SchedDlConfigInd_callback_t
)(
void
*
callback_data
,
const
struct
SchedDlConfigIndParameters
*
params
);
typedef
void
(
SchedDlConfigInd_callback_t
)(
void
*
callback_data
,
const
struct
SchedDlConfigIndParameters
*
params
);
typedef
void
(
SchedUlConfigInd_callback_t
)(
void
*
callback_data
,
const
struct
SchedUlConfigIndParameters
*
params
);
typedef
void
(
SchedUlConfigInd_callback_t
)(
void
*
callback_data
,
const
struct
SchedUlConfigIndParameters
*
params
);
/* csched */
/* csched */
typedef
void
(
CschedCellConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedCellConfigCnfParameters
*
params
);
typedef
void
(
CschedCellConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedCellConfigCnfParameters
*
params
);
typedef
void
(
CschedUeConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeConfigCnfParameters
*
params
);
typedef
void
(
CschedUeConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeConfigCnfParameters
*
params
);
typedef
void
(
CschedLcConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedLcConfigCnfParameters
*
params
);
typedef
void
(
CschedLcConfigCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedLcConfigCnfParameters
*
params
);
typedef
void
(
CschedLcReleaseCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedLcReleaseCnfParameters
*
params
);
typedef
void
(
CschedLcReleaseCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedLcReleaseCnfParameters
*
params
);
typedef
void
(
CschedUeReleaseCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeReleaseCnfParameters
*
params
);
typedef
void
(
CschedUeReleaseCnf_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeReleaseCnfParameters
*
params
);
typedef
void
(
CschedUeConfigUpdateInd_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeConfigUpdateIndParameters
*
params
);
typedef
void
(
CschedUeConfigUpdateInd_callback_t
)(
void
*
callback_data
,
const
struct
CschedUeConfigUpdateIndParameters
*
params
);
typedef
void
(
CschedCellConfigUpdateInd_callback_t
)(
void
*
callback_data
,
const
struct
CschedCellConfigUpdateIndParameters
*
params
);
typedef
void
(
CschedCellConfigUpdateInd_callback_t
)(
void
*
callback_data
,
const
struct
CschedCellConfigUpdateIndParameters
*
params
);
#if defined (__cplusplus)
#if defined (__cplusplus)
}
}
#endif
#endif
#endif
/* FF_MAC_CALLBACK_H */
#endif
/* FF_MAC_CALLBACK_H */
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