You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann c0be8187c8 rlc interface: convert entire read_pdu() interface to return uint32_t
we had it returning int but had a bug in using the return value properly,
i.e. handling when -1 was returned in RLC TM.

Thinking about it more, it doesn't make sense to have a negative return
value here anyway. Either the RLC can return a PDU or not. If it can't the
returned lenght is zero.
3 years ago
..
mac rlc interface: convert entire read_pdu() interface to return uint32_t 3 years ago
ngap move ngap files into their own folders 4 years ago
rrc rrc,rlc: add method to signal protocol failure to RRC 3 years ago
s1ap Sending Initial Context Setup Response after RRC reconfiguration. 3 years ago
upper rrc,rlc: add method to signal protocol failure to RRC 3 years ago
enb_stack_base.h adding MAC 0 padding support 4 years ago
enb_stack_lte.h sched,bugfix: The PHR handling scheme now considers the number of PRBs of the UL grant that carried the PHR. Before, it was assuming the most conservative scenario of Nprb=1 3 years ago
gnb_stack_nr.h adding MAC 0 padding support 4 years ago