aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.err
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol1-35/+282
2021-08-23tbf_free: Get rid of uneeded tbf_state transitionPau Espin Pedrol1-242/+173
2021-08-23Drop logging last mas report before freeing TBFPau Espin Pedrol1-3/+0
2021-08-23Move T3169 and T3195 to tbf_fsmPau Espin Pedrol1-1/+1
2021-08-23Move RELEASING tbf_state transition to tbf_fsmPau Espin Pedrol1-0/+1
2021-08-23Move WAIT_RELEASE tbf_state transition to tbf_fsmPau Espin Pedrol1-0/+24
2021-08-23Move FINISHED tbf_state transition to tbf_fsmPau Espin Pedrol1-0/+7
2021-08-23tests: tbf: Fix dl_tbf polled for data without being in FLOW statePau Espin Pedrol1-23/+26
2021-08-23Move FLOW tbf_state transition to tbf_fsm.Pau Espin Pedrol1-86/+290
2021-08-23Move NULL and ASSIGN tbf_state transition to tbf_fsmPau Espin Pedrol1-22/+216
2021-08-23Revert "Revert "Stop abusing T3169""Pau Espin Pedrol1-242/+9
2021-08-15Revert "Stop abusing T3169"Neels Hofmeyr1-9/+242
2021-06-07pdch: Log pdch_ulc reason upon rx of pkt ctrl ackPau Espin Pedrol1-15/+15
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-248/+403
2021-05-12sched: Clean up helper function and improve loggingPau Espin Pedrol1-58/+58
2021-05-11Implement T3141Pau Espin Pedrol1-0/+9
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol1-9/+9
2021-05-10Simplify helper function tbf_select_slot_set()Pau Espin Pedrol1-4/+4
2021-04-26Make WaitIndication T3172 configurablePau Espin Pedrol1-1/+1
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol1-2/+2
2021-04-26Stop abusing T3169Pau Espin Pedrol1-242/+8
2021-04-22pdch: rcv_resource_request: Improve robustnessPau Espin Pedrol1-122/+297
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-69/+65
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol1-36/+36
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol1-16/+0
2021-03-31tbf: Allow multiple concurrent pollsPau Espin Pedrol1-400/+315
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol1-104/+104
2021-03-31pdch_ulc: Support picking RRBP other than N+13Pau Espin Pedrol1-0/+36
2021-03-24Properly implement N3101Pau Espin Pedrol1-69/+73
2021-03-24Track scheduled UL blocks through USFPau Espin Pedrol1-0/+275
2021-03-15bts: Detect FN jumpsPau Espin Pedrol1-0/+61
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-43/+132
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-1/+1
2021-03-12pdch: Log FN when decoding UL Ctrl blockPau Espin Pedrol1-58/+58
2021-03-12Track TDMA clock with DATA.ind instead of TIME.indPau Espin Pedrol1-140/+140
2021-03-04tbf: Log N310* counter incrementsPau Espin Pedrol1-0/+2
2021-03-03sched: sched_select_downlink(): Clean up param list and improve loggingPau Espin Pedrol1-178/+178
2021-03-03sched: sched_select_ctrl_msg(): Clean up param list and improve loggingPau Espin Pedrol1-30/+30
2021-03-03gprs_ms: Use standarized logging on more messagesPau Espin Pedrol1-186/+186
2021-03-03ms: clarify delayed MS release process related code and loggingPau Espin Pedrol1-0/+2
2021-03-02tbf_dl: fix FBI not set upon X2031 = 0Pau Espin Pedrol1-0/+23
2021-03-02tbf_dl: Fix m_last_dl_drained_fn not set under some conditionsPau Espin Pedrol1-4/+4
2021-03-02tbf: log keep_open condition statusPau Espin Pedrol1-0/+2
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol1-226/+226
2021-02-26pdch: Standarize and improve loggingPau Espin Pedrol1-448/+448
2021-02-25tbf: Log timeslot allocation failurePau Espin Pedrol1-0/+3
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-282/+282
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-5/+0
2020-12-01Dl TBF: Get rid of LLC UI dummy blocks following other dataPau Espin Pedrol1-138/+78
2020-12-01Implement downgrade to DL MCS1-4 when USF for GPRS_only MSPau Espin Pedrol1-411/+411