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
..
enb_command_interface.h adding MAC 0 padding support 4 years ago
enb_gtpu_interfaces.h set default gtpu tunnel close timeout to infinity 4 years ago
enb_interfaces.h refactor - removal of stack-gtpu interface, and use of socket manager interface instead 4 years ago
enb_mac_interfaces.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
enb_metrics_interface.h refactor - create s1ap dedicated folder 4 years ago
enb_pdcp_interfaces.h rename srsLTE to srsRAN 4 years ago
enb_phy_interfaces.h rename srsLTE to srsRAN 4 years ago
enb_rlc_interfaces.h rrc paging mechanism improvements 4 years ago
enb_rrc_interface_types.h sched,feature: Enable setting the target PHR below which the maximum UL grant size starts decreasing 3 years ago
enb_rrc_interfaces.h rrc,rlc: add method to signal protocol failure to RRC 3 years ago
enb_s1ap_interfaces.h Sending Initial Context Setup Response after RRC reconfiguration. 3 years ago
epc_interfaces.h rename srsLTE to srsRAN 4 years ago
gnb_interfaces.h rrc,rlc: add method to signal protocol failure to RRC 3 years ago
gnb_ngap_interfaces.h Initial commit for ngap in enb 4 years ago
gnb_rrc_nr_interfaces.h Initial commit for ngap in enb 4 years ago
mac_interface_types.h mac_nr: add DL HARQ 4 years ago
pdcp_interface_types.h rlc,bugfix - increase pdcp sn notification ack list maximum size 4 years ago
phy_interface_types.h Made intra frequency cell search and measurment generic 4 years ago
radio_interfaces.h rename srsLTE to srsRAN 4 years ago
rlc_interface_types.h Replace a string with a const char * in the rlc to_string. 4 years ago
rrc_interface_types.h Added functions for rrc reestablishing procedure if nr reconfig failes 4 years ago
rrc_nr_interface_types.h Implemented initial PBCH decoder and refactored SSB candidate selection 4 years ago
sched_interface.h sched,feature: Enable setting the target PHR below which the maximum UL grant size starts decreasing 3 years ago
ue_gw_interfaces.h Added gw interface if it is running 4 years ago
ue_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_mac_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_nas_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_nr_interfaces.h all: set of trivial changes reported by LGTM 4 years ago
ue_pdcp_interfaces.h all: bunch of pass by const& changes suggested by LGTM 4 years ago
ue_phy_interfaces.h SRSUE: Removed PUSCH-DMRS/SRS pregeneration methods 3 years ago
ue_rlc_interfaces.h rlc interface: convert entire read_pdu() interface to return uint32_t 3 years ago
ue_rrc_interfaces.h rrc,rlc: add method to signal protocol failure to RRC 3 years ago
ue_usim_interfaces.h Adding NR phy config RRC parsing 4 years ago