aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Fix EGPRS DL window calculation during tbf updateAravind Sirsikar2-6/+4
2016-09-15EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Rele...Aravind Sirsikar3-20/+12
2016-09-15EGPRS: add test case to show LI decoding bugAravind Sirsikar4-0/+289
2016-09-14DL TS allocation: add test case to show TS allocation bug for 2nd DL TBFAravind Sirsikar2-0/+54
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-09-12TBF flow: unit test compilation error fixAravind Sirsikar1-35/+39
2016-09-09Fix Timing Advance handlingMax2-76/+100
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-08-30DL: add test case to show wrong window sizeAravind Sirsikar3-0/+111
2016-08-28TBF flow: unit test compilation error fixAravind Sirsikar1-1/+1
2016-08-27Change interface in osmo-pcu for 11 bit RACHbhargava1-4/+5
2016-08-25Fix EGPRS PUAN encoding: use correct urbb_lenAravind Sirsikar2-4/+3
2016-08-25EGPRS: PUAN encoding: add test case to show wrong urbb_len issueAravind Sirsikar3-0/+304
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar4-32/+707
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar3-1/+747
2016-07-26Remove useless ARFCN parameterMax1-5/+5
2016-07-14egprs: Use RLC/MAC headers from libosmocoreTom Tsou1-36/+37
2016-07-13Add test cases to support ARQ-II for EGPRS DL RetxAravind Sirsikar3-0/+644
2016-07-13Modify DL tbf flow for ARQ-II in EGPRS DL RetxAravind Sirsikar1-0/+3
2016-06-17Add test cases for Header type1 in EGPRS ULAravind Sirsikar2-0/+124
2016-06-15Add test cases for Header Type 2 in EGPRS ULAravind Sirsikar2-1/+128
2016-06-10tbf_dl: correct tbf name in log message for moving a DL TBFAlexander Couzens1-1/+1
2016-06-07encoding/rlc_copy_from_aligned_buffer: export written payload bytes via an ar...Alexander Couzens1-26/+81
2016-03-30Support puncturing scheme selection for EGPRS DLAravind Sirsikar1-26/+26
2016-03-16Fix issue in encoding CSN_RECURSIVE_ARRAYSaurabh Sharan2-0/+9
2016-03-15Add test vectors for EGPRS messagesSaurabh Sharan2-2/+37
2016-03-15Fix encoding of padding bits to start with 0 bitSaurabh Sharan3-21/+21
2016-02-22alloc: Fix UBSAN for accessing the array at -16Holger Hans Peter Freyther1-3/+3
2016-02-08edge: Work-around to not use MCS-6 with paddingJacob Erlbeck1-4/+6
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck1-139/+91
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck1-58/+252
2016-02-08tbf/tests: Add tests for EGPRS TBF establishmentJacob Erlbeck3-16/+1897
2016-02-08rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ulJacob Erlbeck1-18/+18
2016-02-08cs: Add GprsCodingScheme::optionalPaddingBitsJacob Erlbeck1-1/+2
2016-02-08cs: Add family related methodsJacob Erlbeck1-0/+13
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck2-105/+144
2016-02-08encoding: Redesign Encoding::write_immediate_assignment APIJacob Erlbeck1-7/+7
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck1-0/+3
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-8/+24
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck2-16/+17
2016-02-08tbf: Do not reuse old TBF after RACH requestsJacob Erlbeck2-13/+21
2016-02-08tbf: Add abort method for downlink TBFJacob Erlbeck1-51/+58
2016-02-08tbf: Refactor calls to write_immediate_assignmentJacob Erlbeck1-0/+44
2016-02-08tbf: Low prio for BSSPG values for GPRS/EGPRS MS classJacob Erlbeck1-10/+10
2016-02-08edge: Make window size configurableJacob Erlbeck3-0/+133
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck3-0/+38
2016-02-08edge: Call update_window even if FINAL_ACK_INDICATION is setJacob Erlbeck1-0/+31
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck3-3/+57