aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-04-05llc_queue: Refactor to handle codel_state per prio queue internallyPau Espin Pedrol1-61/+76
2022-03-31llc: Convert to CPau Espin Pedrol3-53/+53
2022-03-31llc: Convert to C: s/m_//gPau Espin Pedrol1-1/+1
2021-12-14treewide: remove FSF address2021q4Oliver Smith4-16/+0
2021-11-15bts: Add counter availablePDCHAllocatedTimePau Espin Pedrol1-0/+4
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol1-1/+1
2021-11-12tbf_dl_ass_fsm: Log both TBFs if old TBF is handling assignment for new onePau Espin Pedrol1-16/+4
2021-11-09pdch: Log TS enable/disable transitionsPau Espin Pedrol3-0/+46
2021-11-09pdch: Log line detaching TBF at start of the functionPau Espin Pedrol2-54/+54
2021-11-08tests/alloc: Extend test_bts_pch_timer() to validate MI type TMSIPau Espin Pedrol2-0/+8
2021-11-08bts_pch_timer: Fix timer working only for MI type IMSIPau Espin Pedrol2-6/+8
2021-11-08tbf_ul: Update FSM names for dummy reject TBFsPau Espin Pedrol1-15/+15
2021-11-08tbf: Set tfi to initial special valuePau Espin Pedrol4-95/+95
2021-11-08tbf_ul: Set first_(common_)ts in handle_tbf_rejectPau Espin Pedrol1-0/+2
2021-11-08bts: Improve logging to clarify RACH req is for 2 phase accessPau Espin Pedrol1-21/+21
2021-11-08bts: Introduce new RACH req counters for one/two phase accessPau Espin Pedrol1-0/+10
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