aboutsummaryrefslogtreecommitdiffstats
path: root/tests/types
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-9/+13
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-16/+16
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy3-12/+12
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol1-1/+0
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol2-7/+7
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol1-1/+1
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-3/+3
2020-08-24encoding: pass pdch slot directly to encoding functionsVadim Yanitskiy1-4/+12
2020-05-18rlc: Move prepare() function out of gprs_rlc_data structPau Espin Pedrol1-1/+1
2020-05-13gprs_debug: Use only LOGL_NOTICE as default loglevelPhilipp Maier1-0/+3
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-1/+2
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol1-3/+6
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-09-25cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2019-08-12tests: test encoding of egprs ul ack/nacksAlexander Couzens2-0/+304
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 MCSMax2-4/+4
2019-02-19Add encoding tests for Immediate AssignmentMax3-0/+152
2019-02-19Add define for dummy burst stringMax1-4/+3
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-0/+1
2018-01-15Allocate global context for TypesTestMax1-0/+5
2017-12-22Add tests for pcu_lsb()Max2-0/+275
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-1/+1
2016-11-09Handle Immediate assignment rejectaravind sirsikar2-0/+39
2016-09-02Fix GPRS PUAN encoding: wrong BSN statusAravind Sirsikar1-3/+2
2016-09-02GPRS: PUAN encoding: add test case to show wrong BSNs statusAravind Sirsikar1-0/+18
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck2-3/+56
2016-02-01rlc: Add constructor to window classesJacob Erlbeck1-3/+3
2015-12-16rlc: Do not raise_v_q in receive_bsnJacob Erlbeck1-8/+17
2015-05-04pcu: Fix non-critical warningsJacob Erlbeck1-2/+0
2014-01-15rlc: Use an enum for the state array instead of charsDaniel Willmann1-3/+3
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-3/+2
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann1-27/+9
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-40/+39
2013-12-12tests/TypesTest: Check rbb handling in DLDaniel Willmann2-0/+37
2013-12-12tests/TypesTest: Ensure that extract_rbb(encode_rbb(x)) == xDaniel Willmann1-0/+11
2013-12-12tests/TypesTest: Print the result of Encoding::encode_rbb()Daniel Willmann2-0/+17
2013-12-12tests/TypesTest: Add OSMO_ASSERT_STR_EQ which prints out the parametersDaniel Willmann1-6/+15
2013-12-12tests/TypesTest: Test ssn() and update_rbb() uplink window methods in TypesTestDaniel Willmann1-0/+27
2013-12-04rlc: Create a testcase for the uplink windowHolger Hans Peter Freyther1-1/+99
2013-11-26rlc: Add a basic test for the DL Window and moving the windowHolger Hans Peter Freyther1-0/+49
2013-11-26rlc: Test the basic of the gprs_rlc_v_n code for remembering the stateHolger Hans Peter Freyther1-0/+20
2013-11-23rlc: Create a basic test that mark/is is talking about the sameHolger Hans Peter Freyther1-0/+27
2013-11-21rlc: Add a simple test for the RLC data structure for the initHolger Hans Peter Freyther1-0/+15
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther3-0/+94