aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-14bts: Add counter availablePDCHAllocatedTimeneels/time_ccPau Espin Pedrol7-0/+84
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol9-29/+40
2021-11-12vty: Introduce command 'gsmtap-remote-host' and 'gsmtap-category enable-all'Pau Espin Pedrol5-15/+150
2021-11-12pcu_main: Mark -r cmdline param as deprecatedPau Espin Pedrol2-7/+2
2021-11-12tbf_{dl,ul}_ass_fsm.c: use proper macro to log tbfPau Espin Pedrol2-4/+4
2021-11-12tbf_dl_ass_fsm: Fix missing transition to NONE if DL TBF is nonexistentPau Espin Pedrol1-1/+3
2021-11-12tbf_dl_ass_fsm: Log both TBFs if old TBF is handling assignment for new onePau Espin Pedrol2-20/+10
2021-11-11cosmetic: gprs_pcu.h: Fix typo in commentPau Espin Pedrol1-1/+1
2021-11-10tbf_ul_ass_fsm: Log both TBFs if old TBF is handling assignment for new onePau Espin Pedrol1-1/+6
2021-11-10pdch: Increase log level of line informing about TS control changePau Espin Pedrol1-1/+1
2021-11-10pdch: Drop previous UL TBF from MS who sent PktResReq through SBAPau Espin Pedrol1-0/+10
2021-11-10pdch: Update ms_reserved_slots in GprsMS when TS becomes disabledPau Espin Pedrol1-0/+28
2021-11-10ts_alloc: rename variable to clarify meaningPau Espin Pedrol1-7/+7
2021-11-10ts_alloc: rename function to clraify what it doesPau Espin Pedrol1-3/+3
2021-11-10ts_alloc: Simplify tfi_find_free logicPau Espin Pedrol1-10/+6
2021-11-09pdch: Log DL TBF originating the new UL TBFPau Espin Pedrol1-2/+2
2021-11-09pdch: Log TS enable/disable transitionsPau Espin Pedrol4-0/+48
2021-11-09pdch: Log line detaching TBF at start of the functionPau Espin Pedrol3-59/+59
2021-11-08bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armedPau Espin Pedrol5-5/+9
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