aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-04-26WIP: Get rid of tbf lists in BTSpespin/tbf-listPau Espin Pedrol2-40/+53
2021-05-17RIM: Refactor Rx path to decode stack in proper orderPau Espin Pedrol1-63/+47
2021-05-13pdch: Use llist_first_entry() APIPau Espin Pedrol1-1/+1
2021-05-12sched: Clean up param passing and improve loggingPau Espin Pedrol1-5/+6
2021-05-12ul_tbf: Fix accessing zeroed block when checking if transfer is completePau Espin Pedrol1-2/+3
2021-05-12ul_tbf: Simplify function rcv_data_block_acknowledgedPau Espin Pedrol1-14/+6
2021-05-12Drop existing tbf->ms() check conditionPau Espin Pedrol1-2/+1
2021-05-12sched: Clean up helper function and improve loggingPau Espin Pedrol1-12/+9
2021-05-11encoding: Encode TA in UL ACK/NACK if availablePau Espin Pedrol1-2/+19
2021-05-11encoding: Use gsm48_ta_is_valid() APIPau Espin Pedrol1-1/+1
2021-05-11Tx ul ack/nack: Avoid sending invalid/unknown TLLIPau Espin Pedrol1-4/+14
2021-05-11tbf_ul: Use is_tlli_valid() APIPau Espin Pedrol1-1/+1
2021-05-11Implement T3141Pau Espin Pedrol6-5/+62
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol3-6/+20
2021-05-11Rename function s/tbf_alloc_ul/tbf_alloc_ul_pacch/Pau Espin Pedrol3-5/+5
2021-05-10alloc_algorithm_b: Rearrange variable initializationPau Espin Pedrol1-9/+6
2021-05-10Simplify helper function tbf_select_slot_set()Pau Espin Pedrol1-6/+7
2021-05-06rim: Constify param in funcPau Espin Pedrol1-1/+2
2021-04-30sched: Rename func to describe its used only for RLCMAC CTRL blocks2021q1Pau Espin Pedrol1-2/+2
2021-04-30bts: constify arg in func bts_ms_store()Pau Espin Pedrol2-2/+2
2021-04-29vty: Add configuration for Gb DSCP and socket priorityHarald Welte4-0/+40
2021-04-26Clarify, document Assignment related timersPau Espin Pedrol4-7/+12
2021-04-26sched: Simplify else-if conditionPau Espin Pedrol1-6/+2
2021-04-26Make WaitIndication T3172 configurablePau Espin Pedrol4-9/+16
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol3-21/+17
2021-04-26Use negative numbers for non-spec osmo-specific timersPau Espin Pedrol2-5/+5
2021-04-26Make use of T3142 received from BTSPau Espin Pedrol3-9/+9
2021-04-26Stop abusing T3169Pau Espin Pedrol2-5/+0
2021-04-22pdch: tbf_by_tfi(): Allow returning TBFs in state RELEASINGPau Espin Pedrol1-8/+1
2021-04-22pdch: rcv_resource_request: Improve robustnessPau Espin Pedrol2-23/+60
2021-04-22sba: Drop unused function find_sba_rtsPau Espin Pedrol2-14/+0
2021-04-19RIM: Improve loggingPau Espin Pedrol1-5/+19
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol4-19/+14
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol5-25/+18
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol4-7/+7
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol4-37/+0
2021-03-31Remove unneeded poll_state checkPau Espin Pedrol1-4/+2
2021-03-31tbf: Allow multiple concurrent pollsPau Espin Pedrol1-4/+0
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol3-10/+1
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol9-37/+42
2021-03-31Drop unused function tbf_check()Pau Espin Pedrol1-9/+0
2021-03-31pdch_ulc: Support picking RRBP other than N+13Pau Espin Pedrol3-11/+48
2021-03-31Pick unreserved UL FN when allocating an SBAPau Espin Pedrol3-3/+30
2021-03-31pdch_ulc: Optimize rbtree FN searchPau Espin Pedrol1-6/+9
2021-03-31sba: Document AGCH_START_OFFSET after some experimental testsPau Espin Pedrol1-2/+18
2021-03-24Properly implement N3101Pau Espin Pedrol4-7/+18
2021-03-24Track scheduled UL blocks through USFPau Espin Pedrol3-4/+38
2021-03-24pdch_ulc: Create helper API pdch_ulc_release_nodePau Espin Pedrol2-5/+9
2021-03-24pdch: Add mising pdch_ulc_release_node in Rx Cell Change NotifPau Espin Pedrol1-0/+2
2021-03-24Set matching USF if available when polling a UL TBFPau Espin Pedrol3-16/+23