aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rlcmac/RLCMACTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-23rlcmac: Fix bug receiving RA capPau Espin Pedrol1-4/+5
2020-03-23csn1: Validate recursive array max size during decodingPau Espin Pedrol1-0/+141
2020-03-21tests/RLCMACTest: Several fixes and improvements to RAcap testsPau Espin Pedrol1-34/+80
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-07tests/rlcmac: also enable logging for DRLCMACDATA categoryVadim Yanitskiy1-1/+1
2020-03-07gsm_rlcmac: improve dissection of MS RA Capability IEVincent Helfre1-1/+1
2020-03-06tests/rlcmac: add a new test vector for Packet Resource RequestVadim Yanitskiy1-0/+1
2020-03-02tests/rlcmac: also verify encoding of MS RA CapabilityVadim Yanitskiy1-6/+27
2020-02-19tests/rlcmac: fix malformed MS RA capability in testRAcap()Vadim Yanitskiy1-12/+17
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 Yanitskiy1-1/+7
2020-02-11tests/rlcmac: mark Packet Polling Request as malformedVadim Yanitskiy1-1/+1
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol1-9/+16
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 Pedrol1-0/+44
2020-01-24tests/rlcmac: Use osmo_hexdump to print buffersPau Espin Pedrol1-44/+8
2020-01-24tests/rlcmac: Fix missing commas with unexpected resultsPau Espin Pedrol1-5/+5
2020-01-24tests/rlcmac: Memzero decoded structPau Espin Pedrol1-8/+9
2020-01-23tests/rlcmac: print test name at the startPau Espin Pedrol1-0/+4
2019-03-06Use msgb_eq_data_print() in testsMax1-2/+8
2019-02-19Add define for dummy burst stringMax1-4/+6
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-11/+13
2016-09-14Fix CSN1 decoding: CSN_LEFT_ALIGNED_VAR_BMP boundsNeels Hofmeyr1-6/+1
2016-09-14CSN1 decoding: add test to show bug in CSN_LEFT_ALIGNED_VAR_BMPAravind Sirsikar1-1/+22
2016-03-16Fix issue in encoding CSN_RECURSIVE_ARRAYSaurabh Sharan1-0/+1
2016-03-15Add test vectors for EGPRS messagesSaurabh Sharan1-2/+5
2016-03-15Fix encoding of padding bits to start with 0 bitSaurabh Sharan1-3/+3
2013-08-02tests: Move the RLCMACTest into the test directory and setup autotestHolger Hans Peter Freyther1-0/+218