aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-20PTCCH: skip Tx DL idle blocks when possiblePau Espin Pedrol1-0/+16
2021-09-20scheduler: Skip Tx DL idle blocks in TRX0 when not in DIRECT_PHY modePau Espin Pedrol1-1/+7
2021-09-17Add stats: pcu.bts.N.pdch.occupied.gprs/egprsOliver Smith6-26/+65
2021-09-13nacc_fsm: Move logic checking if SI is being waited for to a func helperPau Espin Pedrol3-7/+13
2021-09-13Support Neighbor Address Resolution over PCUIF IPA multiplexPau Espin Pedrol8-53/+246
2021-09-06Add stats: pcu.bts.N.pdch.available/occupiedOliver Smith3-0/+24
2021-09-03pdch: Make sure pending ImmAssRej scheduled for disabled pdch are droppedPau Espin Pedrol1-0/+12
2021-09-01debian/control: remove dh-systemd build-dependOliver Smith1-1/+0
2021-08-31sched: Lower log level of RTS on disabled pdchPau Espin Pedrol1-1/+1
2021-08-31bts: Use public getter instead of class memberPau Espin Pedrol1-1/+1
2021-08-31cosmetic: sysmo: Drop unneded comment linePau Espin Pedrol1-1/+0
2021-08-31Use LOGPDCH macro to standarize log linePau Espin Pedrol2-282/+281
2021-08-31Fix crash with dyn TS when using direct pcuPau Espin Pedrol2-15/+26
2021-08-26sched: energy saving: Avoid Tx dummy blocks on empty PDCH TSPau Espin Pedrol1-6/+22
2021-08-25cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-08-23fix typo 's/dowlink/downlink/g'Pau Espin Pedrol4-53/+53
2021-08-23tbf: Move T3193 to tbf_state FSMPau Espin Pedrol7-126/+50
2021-08-23Simplify tbf::set_polling()Pau Espin Pedrol7-46/+20
2021-08-23Move tbf ul_ack_state to osmocom FSMPau Espin Pedrol16-173/+489
2021-08-23tbf.h: Improve documentation on several flagsPau Espin Pedrol1-3/+3
2021-08-23tbf_dl: Clarify requirements for DL ACK/NACKPau Espin Pedrol3-12/+11
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol11-86/+134
2021-08-23tbf: Use type bool for upgrade_to_multislotPau Espin Pedrol3-4/+4
2021-08-23Fix typos in comments documenting fsm st chg macroPau Espin Pedrol2-2/+2
2021-08-23tbf: Merge handle_ack_nack() into rcvd_dl_ack()Pau Espin Pedrol4-24/+9
2021-08-23Get rid of lots of code only used by testsPau Espin Pedrol9-127/+129
2021-08-23Move timer X2001 to tbf_fsmPau Espin Pedrol5-37/+68
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_UL_DATAPau Espin Pedrol3-14/+15
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_DL_ASSPau Espin Pedrol5-18/+14
2021-08-23replace dl_ass_state with osmocom FSMPau Espin Pedrol16-229/+100488
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_UL_ASSPau Espin Pedrol5-17/+13
2021-08-23tbf: Reimplement rlcmac_diag() and make it available from CPau Espin Pedrol2-27/+28
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol15-208/+100530
2021-08-23tbf_free: Get rid of uneeded tbf_state transitionPau Espin Pedrol4-98246/+49178
2021-08-23Get rid of tbf_dl:abort()Pau Espin Pedrol3-29/+15
2021-08-23Move rate_ctr free to tbf subclass destructorPau Espin Pedrol4-11/+15
2021-08-23Remove duplicate call to gprs_rlcmac_lost_repPau Espin Pedrol1-1/+0
2021-08-23Drop logging last mas report before freeing TBFPau Espin Pedrol2-10/+0
2021-08-23Put dl_tbf::cleanup into destructorPau Espin Pedrol3-7/+7
2021-08-23Drop duplicate log linePau Espin Pedrol1-3/+0
2021-08-23Move T3169 and T3195 to tbf_fsmPau Espin Pedrol6-28/+44
2021-08-23Move RELEASING tbf_state transition to tbf_fsmPau Espin Pedrol8-21/+61
2021-08-23Move WAIT_RELEASE tbf_state transition to tbf_fsmPau Espin Pedrol5-8/+56
2021-08-23Move FINISHED tbf_state transition to tbf_fsmPau Espin Pedrol5-4/+30
2021-08-23tests: tbf: Fix dl_tbf polled for data without being in FLOW statePau Espin Pedrol2-23/+32
2021-08-23Move FLOW tbf_state transition to tbf_fsm.Pau Espin Pedrol6-99/+317
2021-08-23Move NULL and ASSIGN tbf_state transition to tbf_fsmPau Espin Pedrol10-141/+24858
2021-08-23Revert "Revert "Stop abusing T3169""Pau Espin Pedrol3-247/+9
2021-08-23Revert "fix: handle NULL return of as_dl_tbf() and as_ul_tbf()"Pau Espin Pedrol6-57/+37
2021-08-23Revert "coverity: fix null deref from recent UL TBF leak fix"Pau Espin Pedrol1-6/+3