aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-10-20csn1: Avoid storing existence bit as true if content was actually NULLPau Espin Pedrol1-1/+1
2021-10-20csn1: Avoid failing if optional DownlinkDualCarrierCapability_r7 is missingPau Espin Pedrol3-8/+8
2021-10-20csn1: Add unit test showing RadioAccess Capability decoding failurePau Espin Pedrol3-0/+150
2021-10-12pdch_ulc: Log POLL reason upon timeoutPau Espin Pedrol2-51/+51
2021-10-12tbf_fsm: rename state NULL -> NEWPau Espin Pedrol6-251265/+251265
2021-10-07tests: RLCMACTest: Add one more sample RA capabilities to suitePau Espin Pedrol3-0/+204
2021-09-28tests: TbfTest: Fix wrong behavior in test_tbf_dl_reuse()Pau Espin Pedrol2-59/+67
2021-08-31Use LOGPDCH macro to standarize log linePau Espin Pedrol1-280/+280
2021-08-23fix typo 's/dowlink/downlink/g'Pau Espin Pedrol1-49/+49
2021-08-23tbf: Move T3193 to tbf_state FSMPau Espin Pedrol2-73/+25
2021-08-23Move tbf ul_ack_state to osmocom FSMPau Espin Pedrol4-26/+109
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol2-5/+26
2021-08-23tbf: Merge handle_ack_nack() into rcvd_dl_ack()Pau Espin Pedrol1-2/+2
2021-08-23Get rid of lots of code only used by testsPau Espin Pedrol3-28/+126
2021-08-23Move timer X2001 to tbf_fsmPau Espin Pedrol2-24/+38
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_DL_ASSPau Espin Pedrol1-9/+9
2021-08-23replace dl_ass_state with osmocom FSMPau Espin Pedrol4-71/+100094
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_UL_ASSPau Espin Pedrol1-7/+7
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol4-36/+100086
2021-08-23tbf_free: Get rid of uneeded tbf_state transitionPau Espin Pedrol3-98243/+49178
2021-08-23Drop logging last mas report before freeing TBFPau Espin Pedrol1-3/+0
2021-08-23Move T3169 and T3195 to tbf_fsmPau Espin Pedrol1-1/+1
2021-08-23Move RELEASING tbf_state transition to tbf_fsmPau Espin Pedrol2-10/+11
2021-08-23Move WAIT_RELEASE tbf_state transition to tbf_fsmPau Espin Pedrol1-0/+24
2021-08-23Move FINISHED tbf_state transition to tbf_fsmPau Espin Pedrol1-0/+7
2021-08-23tests: tbf: Fix dl_tbf polled for data without being in FLOW statePau Espin Pedrol2-23/+32
2021-08-23Move FLOW tbf_state transition to tbf_fsm.Pau Espin Pedrol2-87/+292
2021-08-23Move NULL and ASSIGN tbf_state transition to tbf_fsmPau Espin Pedrol2-22/+24714
2021-08-23Revert "Revert "Stop abusing T3169""Pau Espin Pedrol1-242/+9
2021-08-23tests: make update_exp: build check_PROGRAMS firstOliver Smith1-1/+1
2021-08-23bts: delete pch_timer list in destructorOliver Smith2-0/+26
2021-08-15Revert "Stop abusing T3169"Neels Hofmeyr1-9/+242
2021-08-06test: add 'make update_exp' targetOliver Smith1-0/+39
2021-07-26tests/tbf: Fix null pointer access if slowly stepping with gdbPau Espin Pedrol1-29/+41
2021-07-01pdch: Fix heap-use-after-free in pdch->ulcPau Espin Pedrol2-6/+14
2021-06-25Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-5/+5
2021-06-07pdch: Log pdch_ulc reason upon rx of pkt ctrl ackPau Espin Pedrol1-15/+15
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol6-272/+124733
2021-05-19MsTest: Set up tbf talloc destructorPau Espin Pedrol1-24/+42
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol2-3/+3
2021-05-12sched: Clean up helper function and improve loggingPau Espin Pedrol1-58/+58
2021-05-11encoding: Encode TA in UL ACK/NACK if availablePau Espin Pedrol1-4/+4
2021-05-11Implement T3141Pau Espin Pedrol1-0/+9
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol1-9/+9
2021-05-10Simplify helper function tbf_select_slot_set()Pau Espin Pedrol1-4/+4
2021-04-26Make WaitIndication T3172 configurablePau Espin Pedrol2-2/+2
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol2-5/+7
2021-04-26Make use of T3142 received from BTSPau Espin Pedrol1-2/+2
2021-04-26Stop abusing T3169Pau Espin Pedrol1-242/+8
2021-04-22pdch: rcv_resource_request: Improve robustnessPau Espin Pedrol2-155/+330