aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol1-12/+10
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-11/+9
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol1-1/+1
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol1-10/+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-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-15/+15
2021-03-24Properly implement N3101Pau Espin Pedrol1-6/+0
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-10/+17
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-1/+1
2021-03-12tbf: Fix wrong variable printed in logPau Espin Pedrol1-1/+1
2021-03-04tbf: Log N310* counter incrementsPau Espin Pedrol1-2/+4
2021-02-26Remove uneeded ms param from alloc_algorithm_func_t funcPau Espin Pedrol1-2/+2
2021-02-25bts: Count TBF TS allocation failurePau Espin Pedrol1-0/+2
2021-02-25tbf: Log timeslot allocation failurePau Espin Pedrol1-0/+3
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-2/+2
2021-02-03nacc: Implement Pkt Cell Change Continue retransmissionPau Espin Pedrol1-0/+20
2021-02-01tbf: Constify some methodsPau Espin Pedrol1-2/+2
2021-02-01tbf: Reuse stored result in variable in check_polling()Pau Espin Pedrol1-1/+1
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+5
2021-01-29tbf: Make tbf_ms() param constPau Espin Pedrol1-1/+1
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol1-1/+2
2021-01-25tbf: Drop always-true condition checking for MSPau Espin Pedrol1-3/+3
2021-01-19Move tbf::free_all static methods to proper object filesPau Espin Pedrol1-20/+0
2021-01-19Get rid of unused gsm_timer.{cpp,h}Pau Espin Pedrol1-4/+2
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol1-10/+3
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-42/+49
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol1-3/+3
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-1/+1
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-2/+2
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-1/+0
2021-01-05tbf: Fix wrong verb used in log messagePau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-28/+78
2020-12-01tbf: Log previous TS when changing Control TSPau Espin Pedrol1-2/+2
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-2/+2
2020-11-05gprs_ms: Avoid enabling EGPRS if no MCS are supportedPau Espin Pedrol1-1/+1
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol1-16/+1
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-67/+3
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol1-109/+0
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol1-158/+2
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-78/+45
2020-10-24Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct filePau Espin Pedrol1-10/+0
2020-10-24Move gprs_rlcmac_ul_tbf::window to correct filePau Espin Pedrol1-5/+0
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol1-18/+27
2020-09-08encoding: use CSN.1 codec to generate Packet Uplink AssignmentVadim Yanitskiy1-4/+4
2020-08-24tbf: allocate the bitvec on stack in create_{dl,ul}_ass()Vadim Yanitskiy1-21/+19
2020-08-24tbf: cosmetic: use GSM_MACBLOCK_LEN where possibleVadim Yanitskiy1-9/+9
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-46/+0
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-7/+8