aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-14bts: Drop specific functions to increase countersPau Espin Pedrol1-29/+29
2020-05-14Drop unneeded arg 'ta' in tbf_alloc_ul()Pau Espin Pedrol1-3/+1
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-14/+10
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol1-16/+10
2020-05-08tbf: Avoid crash: don't set TBF window size if setup failedPau Espin Pedrol1-3/+3
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol1-1/+2
2020-03-27tbf.cpp: Include c++ <new> header required for new operator's replacement typePau Espin Pedrol1-0/+2
2020-03-26cosmetic: Do not indent header includes inside extern C blockPau Espin Pedrol1-3/+3
2020-02-10tbf: fix NULL pointer dereference in create_[ul|dl]_ass()Vadim Yanitskiy1-2/+4
2020-02-09tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()Vadim Yanitskiy1-1/+1
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol1-21/+40
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-1/+4
2019-09-26Move tbf_{dl,ul} child constructors to respective .cpp filesPau Espin Pedrol1-24/+0
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+2
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-9/+29
2019-09-05cosmetic: tbf: Rename T and N arraysPau Espin Pedrol1-18/+18
2019-07-17fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-06-24Encoding: drop struct gprs_rlcmac_bts* from all functionsAlexander Couzens1-1/+1
2019-03-26MCS: add mcs_is_*() helpersMax1-2/+2
2019-03-24MCS: move Mode enum outside of class definitionMax1-8/+6
2019-02-19Clarify write_immediate_assignment() signatureMax1-1/+1