aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-02-26Remove uneeded ms param from alloc_algorithm_func_t funcPau Espin Pedrol1-5/+2
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol3-50853/+50853
2021-02-26pdch: Standarize and improve loggingPau Espin Pedrol2-462/+462
2021-02-25tbf: Log timeslot allocation failurePau Espin Pedrol2-0/+40
2021-02-24Support uplink multi-slot allocationsPau Espin Pedrol3-8622/+7457
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-1/+0
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol11-11/+11
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol7-1/+14
2021-02-16gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_configAlexander Couzens1-1/+1
2021-01-30tests/rlcmac: add more test vectors for Packet Resource RequestVadim Yanitskiy3-0/+47
2021-01-29Introduce NACC supportPau Espin Pedrol1-1/+13
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