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
canghaiwuhen
OpenXG-RAN
Commits
73f92fd9
Commit
73f92fd9
authored
Apr 08, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update FAPI include files
parent
c271a658
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
openair2/LAYER2/MAC/ff-mac-common.h
openair2/LAYER2/MAC/ff-mac-common.h
+4
-2
openair2/LAYER2/MAC/ff-mac-csched-sap.h
openair2/LAYER2/MAC/ff-mac-csched-sap.h
+1
-0
openair2/LAYER2/MAC/ff-mac-init.h
openair2/LAYER2/MAC/ff-mac-init.h
+2
-0
openair2/LAYER2/MAC/ff-mac-sched-sap.h
openair2/LAYER2/MAC/ff-mac-sched-sap.h
+1
-0
No files found.
openair2/LAYER2/MAC/ff-mac-common.h
View file @
73f92fd9
...
...
@@ -115,7 +115,9 @@ struct DlDciListElement_s
uint16_t
rnti
;
uint32_t
rbBitmap
;
uint8_t
rbShift
;
uint8_t
rbgSubset
;
//resource allocation type1 field
uint8_t
resAlloc
;
uint8_t
nr_of_tbs
;
uint16_t
tbsSize
[
MAX_TB_LIST
];
uint8_t
mcs
[
MAX_TB_LIST
];
uint8_t
ndi
[
MAX_TB_LIST
];
...
...
@@ -270,8 +272,8 @@ struct BuildDataListElement_s
/* This is an array of CeBitmap_e enum flags. If one wants for example to signal TA in 1st TB and DRX and AD in 2nd one should:
* ceBitmap[0] = ff_TA; ceBitmap[1] = ff_DRX | ff_AD; */
uint8_t
ceBitmap
[
MAX_TB_LIST
];
uint8_t
nr_rlcPDU_List
;
struct
RlcPduListElement_s
(
*
rlcPduList
)
[
MAX_TB_LIST
];
uint8_t
nr_rlcPDU_List
[
MAX_TB_LIST
]
;
struct
RlcPduListElement_s
*
rlcPduList
[
MAX_TB_LIST
];
uint8_t
servCellIndex
;
//definition according to 36.331 'ServCellIndex'
/* Hex content of Activation/Deactivation MAC CE */
uint8_t
activationDeactivationCE
;
...
...
openair2/LAYER2/MAC/ff-mac-csched-sap.h
View file @
73f92fd9
...
...
@@ -374,6 +374,7 @@ struct CschedCellConfigUpdateIndParameters
// CSCHED - MAC Scheduler Control SAP primitives
// (See 4.1 for description of the primitives)
//
// Primitives defined as callbacks in separate file ff-mac-callback.h
#if 0
/* not used - the scheduler has callbacks for those */
...
...
openair2/LAYER2/MAC/ff-mac-init.h
View file @
73f92fd9
...
...
@@ -20,6 +20,8 @@ void *SchedInit(
CschedUeConfigUpdateInd_callback_t
*
CschedUeConfigUpdateInd
,
CschedCellConfigUpdateInd_callback_t
*
CschedCellConfigUpdateInd
);
void
SchedShutdown
(
void
*
scheduler
);
#if defined (__cplusplus)
}
#endif
...
...
openair2/LAYER2/MAC/ff-mac-sched-sap.h
View file @
73f92fd9
...
...
@@ -261,6 +261,7 @@ struct SchedUlConfigIndParameters
// SCHED - MAC Scheduler SAP primitives
// (See 4.2 for description of the primitives)
//
// Primitives defined as callbacks in separate file ff-mac-callback.h
#if 0
/* not used - the scheduler has callbacks for those */
...
...
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