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
1616e66a
Commit
1616e66a
authored
10 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Clean
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6066
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
8551399c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_entity.h
+0
-5
0 additions, 5 deletions
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_entity.h
with
0 additions
and
5 deletions
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_entity.h
+
0
−
5
View file @
1616e66a
...
...
@@ -94,11 +94,6 @@ typedef struct rlc_um_entity_s {
//-----------------------------
// sdu communication;
list_t
input_sdus
;
/*!< \brief Input SDU buffer (for SDUs coming from upper layers). Should be accessed as an array. */
//mem_block_t **input_sdus; /*!< \brief Input SDU buffer (for SDUs coming from upper layers). Should be accessed as an array. */
//uint16_t size_input_sdus_buffer; /*!< \brief Size of the input SDU buffer. */
//uint16_t nb_sdu; /*!< \brief Total number of SDUs in input_sdus[] */
//uint16_t next_sdu_index; /*!< \brief Next SDU index for a new incomin SDU in input_sdus[]. */
//uint16_t current_sdu_index; /*!< \brief Current SDU index in input_sdus array to be segmented. */
rlc_buffer_occupancy_t
buffer_occupancy
;
/*!< \brief Number of bytes contained in input_sdus buffer.*/
uint32_t
nb_bytes_requested_by_mac
;
/*!< \brief Number of bytes requested by lower layer for next transmission. */
list_t
pdus_to_mac_layer
;
/*!< \brief PDUs buffered for transmission to MAC layer. */
...
...
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