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
lizhongxiao
OpenXG-RAN
Commits
9216031c
Commit
9216031c
authored
Apr 08, 2016
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding FAPI to doxygen documentation
parent
d25a7850
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2455 additions
and
1 deletion
+2455
-1
openair2/LAYER2/MAC/ff-mac-common.h
openair2/LAYER2/MAC/ff-mac-common.h
+7
-0
openair2/LAYER2/MAC/ff-mac-csched-sap.h
openair2/LAYER2/MAC/ff-mac-csched-sap.h
+7
-0
openair2/LAYER2/MAC/ff-mac-sched-sap.h
openair2/LAYER2/MAC/ff-mac-sched-sap.h
+7
-0
targets/DOCS/Doxyfile
targets/DOCS/Doxyfile
+1
-1
targets/DOCS/Doxyfile.fapi
targets/DOCS/Doxyfile.fapi
+2433
-0
No files found.
openair2/LAYER2/MAC/ff-mac-common.h
View file @
9216031c
...
...
@@ -46,6 +46,11 @@
extern
"C"
{
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Constants. See section 4.4
*/
...
...
@@ -613,6 +618,8 @@ struct PdcchOfdmSymbolCountListElement_s
uint8_t
pdcchOfdmSymbolCount
;
};
/*@}*/
#if defined (__cplusplus)
}
#endif
...
...
openair2/LAYER2/MAC/ff-mac-csched-sap.h
View file @
9216031c
...
...
@@ -47,6 +47,11 @@
extern
"C"
{
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Parameters of the API primitives
*/
...
...
@@ -387,6 +392,8 @@ void CschedUeConfigUpdateInd(const struct CschedUeConfigUpdateIndParameters *par
void CschedCellConfigUpdateInd(const struct CschedCellConfigUpdateIndParameters *params);
#endif
/*@}*/
#if defined (__cplusplus)
}
#endif
...
...
openair2/LAYER2/MAC/ff-mac-sched-sap.h
View file @
9216031c
...
...
@@ -47,6 +47,11 @@
extern
"C"
{
#endif
/** @defgroup _fapi FAPI
* @ingroup _mac
* @{
*/
/**
* Parameters of the API primitives
*/
...
...
@@ -269,6 +274,8 @@ void SchedDlConfigInd(const struct SchedDlConfigIndParameters* params);
void SchedUlConfigInd(const struct SchedUlConfigIndParameters* params);
#endif
/*@}*/
#if defined (__cplusplus)
}
#endif
...
...
targets/DOCS/Doxyfile
View file @
9216031c
...
...
@@ -1596,7 +1596,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
# The default value is: YES.
GENERATE_LATEX =
NO
GENERATE_LATEX =
YES
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
...
targets/DOCS/Doxyfile.fapi
0 → 100644
View file @
9216031c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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