aboutsummaryrefslogtreecommitdiffstats
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 Pedrol2-70/+67
2021-05-11encoding: Encode TA in UL ACK/NACK if availablePau Espin Pedrol2-6/+23
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 Pedrol7-5/+71
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol4-15/+29
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 Pedrol2-10/+11
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-29manual: Include QoS chapter and add osmo-pcu specific exampleHarald Welte2-0/+46
2021-04-29vty: Add configuration for Gb DSCP and socket priorityHarald Welte5-0/+41
2021-04-29manual: Update copyright yearsHarald Welte3-3/+3
2021-04-29manual: remove revhistory, as we don't maintain it manually anyywayHarald Welte3-31/+0
2021-04-27doc/tbf.txt: Update and improve some informationPau Espin Pedrol1-11/+25
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 Pedrol6-11/+18
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol5-26/+24
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 Pedrol4-11/+11
2021-04-26Stop abusing T3169Pau Espin Pedrol3-247/+8
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 Pedrol4-178/+390
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 Pedrol5-29/+22
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol7-98/+102
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol5-43/+43
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol5-53/+0
2021-03-31Remove unneeded poll_state checkPau Espin Pedrol1-4/+2
2021-03-31tbf: Allow multiple concurrent pollsPau Espin Pedrol2-404/+315
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol4-114/+105
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol10-43/+48
2021-03-31Drop unused function tbf_check()Pau Espin Pedrol1-9/+0
2021-03-31pdch_ulc: Support picking RRBP other than N+13Pau Espin Pedrol7-12/+177
2021-03-31Pick unreserved UL FN when allocating an SBAPau Espin Pedrol5-3/+64
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 Pedrol5-76/+91