aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-09pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS Radi...Pau Espin Pedrol1-6/+0
2020-07-09pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_requestPau Espin Pedrol1-28/+0
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-2/+1
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy2-170/+111
2020-05-23RLC/MAC: implement decoding of EGPRS Packet Channel RequestVadim Yanitskiy3-0/+83
2020-05-23csn1: fix: never use enumerated types in codec structuresVadim Yanitskiy1-6/+6
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol2-112/+82
2020-05-19tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lostPau Espin Pedrol2-0/+4
2020-05-18rlc: Move prepare() function out of gprs_rlc_data structPau Espin Pedrol1-1/+1
2020-05-15pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack()Pau Espin Pedrol1-12/+12
2020-05-14Drop unneeded arg 'ta' in tbf_alloc_ul()Pau Espin Pedrol1-11/+11
2020-05-13gprs_debug: Use only LOGL_NOTICE as default loglevelPhilipp Maier2-0/+4
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol5-200/+205
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol4-62/+74
2020-04-20TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLIVadim Yanitskiy1-2/+2
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol1-1/+3
2020-03-27tbf.cpp: Include c++ <new> header required for new operator's replacement typePau Espin Pedrol1-0/+2
2020-03-26gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec'Pau Espin Pedrol1-1/+1
2020-03-23rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bitsPau Espin Pedrol3-46/+42
2020-03-23rlcmac: Log names of de/encoded rlcmac packet typesPau Espin Pedrol1-36/+36
2020-03-23rlcmac: Fix bug receiving RA capPau Espin Pedrol3-5/+10
2020-03-23csn1: Validate recursive array max size during decodingPau Espin Pedrol3-0/+144
2020-03-21tests/RLCMACTest: Several fixes and improvements to RAcap testsPau Espin Pedrol3-40/+91
2020-03-20tests/RLCMACTest: free allocated bitvectorsPau Espin Pedrol1-0/+3
2020-03-19csn1.c: Almost all of the logging is DEBUG, not NOTICEHarald Welte1-1/+1
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol2-39/+42
2020-03-11csn1: fix: do not return 0 if no bits left in the bufferVadim Yanitskiy2-2/+3
2020-03-11rlcmac: fix encode_gsm_*(): do not suppress encoding errorsVadim Yanitskiy2-2/+2
2020-03-11tests/llc: Change unrealistic time jump to avoid runtime error under ARMPau Espin Pedrol1-2/+2
2020-03-07tests/rlcmac: also enable logging for DRLCMACDATA categoryVadim Yanitskiy2-1/+3