aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-02llc_queue::{dequeue,enqueue}() refactorPau Espin Pedrol1-36/+44
2020-02-19tests/rlcmac: fix malformed MS RA capability in testRAcap()Vadim Yanitskiy3-13/+22
2020-02-18gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap()Vadim Yanitskiy1-1/+1
2020-02-17csn1: use proper format specifier for unsigned integersVadim Yanitskiy1-3/+3
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy1-1/+2
2020-02-17tests/rlcmac: additionally match debug output of the CSN.1 codecVadim Yanitskiy4-3/+42
2020-02-11tests/rlcmac: mark Packet Polling Request as malformedVadim Yanitskiy1-1/+1
2020-02-11csn1: fix csnStreamDecoder(): catch unknown CSN_CHOICE valuesVadim Yanitskiy1-2/+2
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol3-41/+50
2020-01-29tests/alloc: fix implicit conversion from 'double' to 'int8_t'Vadim Yanitskiy1-1/+1
2020-01-28gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structurePascal Quantin1-1/+0
2020-01-28tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() failsPau Espin Pedrol2-0/+46
2020-01-24tests/rlcmac: Don't check stderr outputPau Espin Pedrol3-3/+2
2020-01-24tests/rlcmac: Use osmo_hexdump to print buffersPau Espin Pedrol2-88/+52
2020-01-24tests/rlcmac: Fix missing commas with unexpected resultsPau Espin Pedrol2-5/+29
2020-01-24tests/rlcmac: Memzero decoded structPau Espin Pedrol1-8/+9
2020-01-23tests/rlcmac: print test name at the startPau Espin Pedrol2-0/+7
2019-12-31fix typo in log messagePau Espin Pedrol1-12/+12
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol1-124/+124
2019-11-08GprsMs::update_cs_ul(): clarify the meaning of old_link_qualVadim Yanitskiy1-10/+10
2019-11-08tests/tbf: suspend warnings about the link quality measurementsVadim Yanitskiy2-34/+17
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol4-0/+4
2019-09-25cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2019-09-18tests/app_info: fix compiling with older g++Oliver Smith1-13/+17
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol1-6/+9
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol1-1/+3
2019-09-16tests: TbfTest: Unify stderr and stdout to ease debuggingPau Espin Pedrol5-154/+153
2019-09-14Forward ETWS Primary Notification to MSOliver Smith5-2/+259
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol2-270/+265
2019-08-12tests: test encoding of egprs ul ack/nacksAlexander Couzens2-0/+304
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol5-5/+5
2019-06-24decompress_crbb: add length argument for search_runlenAlexander Couzens2-10/+4
2019-06-22tests/BitcompTest: fix wording in log messageAlexander Couzens2-10/+10
2019-06-07gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instanceAlexander Couzens2-0/+37
2019-04-11Add test for MS mode and (M)CS settingsMax3-0/+86
2019-03-28TS alloc: expand tests logMax2-274/+274
2019-03-27Use Timing Advance Index in UL assignmentsMax2-4/+4
2019-03-27Rewrite Packet Uplink IA Rest Octets for SBAMax2-2/+2
2019-03-27Fix Channel Coding Command for MCSMax3-6/+6
2019-03-27MCS: add Channel Coding Command encoderMax2-4/+4
2019-03-26MCS: add mcs_is_*() helpersMax1-8/+8
2019-03-24MCS: move Mode enum outside of class definitionMax1-7/+7
2019-03-19TBF-DL: log MCS as stringMax1-23/+23
2019-03-19MCS: use value_string for conversionMax1-1/+1
2019-03-19MCS: move HeaderType enum outside of class definitionMax1-5/+4
2019-03-19MS store: move test helper to unit testMax1-2/+18
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith1-1/+1
2019-03-14Use unique NSEI/BVCI/NSVCI in TBF testsMax2-14/+5
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax2-79/+79
2019-03-07Log (M)CS UL update errorsMax1-0/+17