Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
20
Merge Requests
20
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
ca2aeacc
Commit
ca2aeacc
authored
Nov 28, 2016
by
Bilel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BSR and MAC multiplexing fixes
parent
7637ed26
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
277 additions
and
288 deletions
+277
-288
openair2/LAYER2/MAC/defs.h
openair2/LAYER2/MAC/defs.h
+7
-1
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+269
-287
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
+1
-0
No files found.
openair2/LAYER2/MAC/defs.h
View file @
ca2aeacc
...
...
@@ -133,12 +133,18 @@
/*!\brief maximum value for channel quality indicator */
#define MAX_CQI_VALUE 15
/
/if value equal oxFFFF means counters are NOT active
/
*!\brief value for indicating BSR Timer is not running */
#define MAC_UE_BSR_TIMER_NOT_RUNNING (0xFFFF)
#define LCID_EMPTY 0
#define LCID_NOT_EMPTY 1
/*!\brief minimum RLC PDU size to be transmitted = min RLC Status PDU or RLC UM PDU SN 5 bits */
#define MIN_RLC_PDU_SIZE (2)
/*!\brief minimum MAC data needed for transmitting 1 min RLC PDU size + 1 byte MAC subHeader */
#define MIN_MAC_HDR_RLC_SIZE (1 + MIN_RLC_PDU_SIZE)
/*
* eNB part
*/
...
...
openair2/LAYER2/MAC/ue_procedures.c
View file @
ca2aeacc
This diff is collapsed.
Click to expand it.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
View file @
ca2aeacc
...
...
@@ -341,6 +341,7 @@ rlc_am_get_pdus (
if
(
pdu
)
{
list_add_tail_eurecom
(
pdu
,
&
rlc_pP
->
pdus_to_mac_layer
);
rlc_pP
->
status_requested
=
0
;
rlc_pP
->
status_buffer_occupancy
=
0
;
rlc_am_start_timer_status_prohibit
(
ctxt_pP
,
rlc_pP
);
return
;
}
...
...
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