Commit 1616e66a authored by Lionel Gauthier's avatar Lionel Gauthier

Clean

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6066 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8551399c
...@@ -94,11 +94,6 @@ typedef struct rlc_um_entity_s { ...@@ -94,11 +94,6 @@ typedef struct rlc_um_entity_s {
//----------------------------- //-----------------------------
// sdu communication; // sdu communication;
list_t input_sdus; /*!< \brief Input SDU buffer (for SDUs coming from upper layers). Should be accessed as an array. */ 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.*/ 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. */ 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. */ list_t pdus_to_mac_layer; /*!< \brief PDUs buffered for transmission to MAC layer. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment