aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Pedrol7-22/+60
2021-11-08doc: Update counters_generated.adoc using osmo_vty_interact.pyPau Espin Pedrol1-138/+168
2021-11-08Add counter for successful contention resolution proceduresPau Espin Pedrol4-0/+6
2021-11-08tbf_ul: Improve documentation of tbf_alloc_ul_pacch()Pau Espin Pedrol1-1/+7
2021-11-08pdch::rcv_resource_request(): Use local var to store bts pointerPau Espin Pedrol1-6/+7
2021-11-08cosmetic: Add parenthesis around expression to clarify itPau Espin Pedrol1-1/+1
2021-11-08tbf_ul: Update FSM names for dummy reject TBFsPau Espin Pedrol3-16/+18
2021-11-08bts: Add counters for successful 1,2 phase pkt accessPau Espin Pedrol2-0/+6
2021-11-08tbf: Set tfi to initial special valuePau Espin Pedrol6-97/+99
2021-11-08tbf: Mark initial first_(common_)ts with special valuePau Espin Pedrol2-6/+6
2021-11-08tbf: Set m_created_ts in constructorPau Espin Pedrol1-1/+2
2021-11-08tbf_ul: Set first_(common_)ts in handle_tbf_rejectPau Espin Pedrol2-1/+6
2021-11-08pdch: Improve log line and increase log levelPau Espin Pedrol1-1/+1
2021-11-08tbf: Increase log level of line about unable to allocate poll for TBFPau Espin Pedrol1-1/+1
2021-11-08bts: Count RACH Request with unexpected contentPau Espin Pedrol2-1/+6
2021-11-08bts: Improve logging to clarify RACH req is for 2 phase accessPau Espin Pedrol2-22/+23
2021-11-08bts: Introduce new RACH req counters for one/two phase accessPau Espin Pedrol3-4/+23
2021-11-05vty: show tbf: Drop unneeded check for non-null msPau Espin Pedrol1-1/+1
2021-11-05vty: Log tbf_state when showing a TBFPau Espin Pedrol1-2/+3
2021-11-05vty: Avoid crash in tbf_print_vty_info with null ptr ctrgPau Espin Pedrol1-6/+4
2021-11-02bts: Rename 11bit RACH request counterPau Espin Pedrol2-3/+3
2021-11-02tbf_ul: Document context where tbf_alloc_ul_ccch() is usedPau Espin Pedrol1-1/+2
2021-11-02bts: Fix misleading log line in bts_rcv_rach()Pau Espin Pedrol1-2/+2
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