aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol1-3/+3
2021-01-25ms: Properly handle EGPRS_GMSK mode in ms_max_cs_dl/ul()Pau Espin Pedrol1-2/+2
2021-01-25ms: Set proper initial MCS values setting mode EGPRS_GMSKPau Espin Pedrol1-2/+2
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol9-95/+70
2021-01-19Convert osmo_bts_sock.cpp to CPau Espin Pedrol1-1/+1
2021-01-19Convert gprs_bssgp_pcu.cpp to CPau Espin Pedrol2-10/+10
2021-01-19Get rid of bts singletonsPau Espin Pedrol1-1/+1
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol9-488/+449
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-10/+8
2021-01-18tests/tbf: Allocate PCU per test instead of globallyPau Espin Pedrol1-33/+58
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol2-9/+5
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-10/+4
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-12/+9
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol10-524/+618
2021-01-15gprs_rlc_ts_alloc: ensure no rolling slots are allocatedAlexander Couzens2-15675/+15675
2021-01-12AllocTest: Avoid queuing tons of to-be-freed msPau Espin Pedrol1-0/+6
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-5/+0
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol8-417/+421
2020-12-12migrate to DLBSSGP as log sub-system for BSSGPHarald Welte1-2/+1
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
2020-11-24csn1: Log CSN_VARIABLE_ARRAY values as hexPau Espin Pedrol1-2/+2
2020-11-24csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAYPau Espin Pedrol3-0/+11
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy7-101654/+101654
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol3-14/+0
2020-11-04tbf_dl: Don't fake EGPRS MS class when no related info is availablePau Espin Pedrol2-4/+22
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol5-62/+65
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol1-1/+1
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol5-257/+59
2020-10-30cosmetic: tests: pcu_emu: fix trailing whitespacePau Espin Pedrol1-1/+1
2020-10-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol1-7/+7
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol1-12/+12
2020-10-29alloc_algo_b: Select TRX with least assigned TFIs during TBF allocPau Espin Pedrol2-90/+46
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol2-231/+233
2020-10-26tests: ms: Pass correct pointer in constructor instead of NULLPau Espin Pedrol1-1/+1
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol4-12990/+12995
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol2-14/+18
2020-10-23Fix several calls to LOGPALPau Espin Pedrol2-25/+25
2020-10-23Improve debug logging for alloc algosPau Espin Pedrol1-108/+112
2020-10-13Rework NS configuration over the info indicationAlexander Couzens1-2/+3
2020-10-06Use the new NS2 libAlexander Couzens2-29/+44
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol1-3/+1
2020-08-24encoding: pass pdch slot directly to encoding functionsVadim Yanitskiy1-4/+12
2020-08-24gsm_rlcmac: use consistent naming for [Extended] Packet Timing AdvanceVadim Yanitskiy1-2/+2
2020-08-18Introduce log macro helper LOGPMSPau Espin Pedrol1-12/+12
2020-07-09pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_requestPau Espin Pedrol1-90/+90
2020-07-09pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq receivedPau Espin Pedrol1-1/+1