aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-29gprs_bssgp_pcu: Fix crash when configuring an existing ns binddaniel/sys4971Daniel Willmann1-1/+2
2021-10-20csn1_dec.c: Fix stored bit in CSN_NEXT_EXIST_LHPau Espin Pedrol1-1/+1
2021-10-20csn1: Avoid storing existence bit as true if content was actually NULLPau Espin Pedrol2-7/+37
2021-10-20csn1: Avoid failing if optional DownlinkDualCarrierCapability_r7 is missingPau Espin Pedrol6-36/+54
2021-10-20csn1: Add unit test showing RadioAccess Capability decoding failurePau Espin Pedrol3-0/+150
2021-10-20Split csn1.c into common, enc and dec filesPau Espin Pedrol6-2627/+2718
2021-10-20pcuif: Submit data_req with len=0 as idle framesPau Espin Pedrol2-21/+40
2021-10-19cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-10-18tbf: Drop unneeded braces in one line conditionPau Espin Pedrol1-2/+1
2021-10-18tbf: update(): return negative val on errorPau Espin Pedrol1-1/+1
2021-10-18tbf: Assert if update() is called on UL TBFPau Espin Pedrol1-3/+1
2021-10-18tbf_fsm: Add assert verifying X2002 only triggers for DL TBFPau Espin Pedrol1-0/+3
2021-10-18tbf: Update FSM names when TFI change during tbf_update()Pau Espin Pedrol1-0/+2
2021-10-18ts_alloc: Rename s/tbf_/tbf/Pau Espin Pedrol1-26/+24
2021-10-18Get rid of tbf tsc fieldPau Espin Pedrol3-11/+1
2021-10-18bts_rcv_rach(): Split code paths for Ass and Ass RejPau Espin Pedrol1-26/+28
2021-10-18bts_rcv_rach(): Gather pointers to data objects early and use them laterPau Espin Pedrol1-12/+11
2021-10-18pdch: Log reason of expected POLL when receiving unexpected UL dataPau Espin Pedrol1-2/+3
2021-10-18pdch: Simplify code path allocating UL TBFPau Espin Pedrol3-8/+4
2021-10-14tbf: Drop pending polls during free also on states != ASSIGNPau Espin Pedrol1-5/+6
2021-10-14Abort scheduling of pending Pkt Ul Ass if tbf goes into RELEASE stepPau Espin Pedrol3-4/+31
2021-10-14tbf_ul_ass_fsm: Avoid retrying Pkt Ul Ass if tbf is not in state ASSIGNPau Espin Pedrol1-2/+7
2021-10-12tbf: Avoid keeping poll nodes in pdch_ulc of temporary control_ts used during...Pau Espin Pedrol1-0/+10
2021-10-12pdch: rcv_data_block: Avoid releasing ULC entry if expecting something else o...Pau Espin Pedrol1-2/+3
2021-10-12Return void in tbf_assign_control_ts()Pau Espin Pedrol2-11/+4
2021-10-12tbf: Document temporary change of control_ts and move code assigning it back ...Pau Espin Pedrol2-5/+8
2021-10-12tbf: Use define to flag control_ts unset special valuePau Espin Pedrol2-2/+4
2021-10-12tbf_fsm: Handle MAX_N3105 in state ASSIGNPau Espin Pedrol1-1/+6
2021-10-12tbf_ul_ass_fsm: Fix use of incorrect log macroPau Espin Pedrol1-1/+1
2021-10-12tbf_dl_ass_fsm: Move block msg generation conditions to rts() functionPau Espin Pedrol1-23/+22
2021-10-12pdch_ulc: Log POLL reason upon timeoutPau Espin Pedrol3-53/+54
2021-10-12tbf_fsm: rename state NULL -> NEWPau Espin Pedrol8-251271/+251271
2021-10-12Handle Final UL ACK/NACK Confirmation in tbf_fsmPau Espin Pedrol3-11/+23
2021-10-12pdch: PktResReq: Avoid releasing ULC entry if expecting something else on ULPau Espin Pedrol1-8/+8
2021-10-11pdch: Validate poll reason matches in rcv_control_(egprs)_dl_ack_nack()Pau Espin Pedrol1-2/+4
2021-10-11pdch: Only release ULC entry if rx ul block matches the expected onePau Espin Pedrol1-1/+4
2021-10-11sched: Rename functionPau Espin Pedrol1-3/+4
2021-10-09tbf: Assert if FSM allocation failsPau Espin Pedrol1-0/+3
2021-10-07rlcmac: Fix CSN1 definition for DownlinkDualCarrierCapability_r7_t in MS RA capPau Espin Pedrol1-2/+2
2021-10-07tests: RLCMACTest: Add one more sample RA capabilities to suitePau Espin Pedrol3-0/+204
2021-09-28tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASINGPau Espin Pedrol1-1/+14
2021-09-28assert if tbf pointer for POLL event is NULLPau Espin Pedrol1-1/+4
2021-09-28cosmetic: Fix missing spacePau Espin Pedrol2-3/+3
2021-09-28pdch: refactor rcv_control_ack() with a switch statementPau Espin Pedrol1-26/+53
2021-09-28tests: TbfTest: Fix wrong behavior in test_tbf_dl_reuse()Pau Espin Pedrol2-59/+67
2021-09-28tbf: refactor poll_timeout() with a switch statementPau Espin Pedrol1-14/+48
2021-09-28nacc: Introduce helper function nacc_fsm_exp_ctrl_ack()Pau Espin Pedrol4-4/+12
2021-09-28tbf: poll_timeout(): Validate expected poll reasonPau Espin Pedrol1-3/+3
2021-09-22tbf_ul_ass_fsm.c: Fix missing state transition in FSM descriptionPau Espin Pedrol1-1/+3
2021-09-21pdch: has_gprs_only_tb_attached: use m_num_tbfsOliver Smith1-12/+2