aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Remove unused GPRS_RLCMAC_FLAG_TO_MASKpespin/t3193Pau Espin Pedrol3-11/+6
2023-06-12Abort UL TBF PACCH Ass based on T3168Pau Espin Pedrol5-8/+41
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol2-23/+7
2023-06-09tbf_dl_fsm: Remove T3169 references, simplify T3195 set up as consequencePau Espin Pedrol2-24/+4
2023-06-09Avoid using N3105 in UL TBFsPau Espin Pedrol3-35/+15
2023-06-09Avoid using N3103 in DL TBFsPau Espin Pedrol1-0/+4
2023-06-09Avoid using N3101 in DL TBFsPau Espin Pedrol2-21/+10
2023-06-09tbf_{ul,dl}_fsm: remove impossible dst state transitionsPau Espin Pedrol2-6/+3
2023-06-09tbf_{ul,dl}_fsm: Remove unneeded assertsPau Espin Pedrol2-6/+0
2023-06-09tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manuallyPau Espin Pedrol1-16/+7
2023-06-06Log MS information in error message using usual MS APIPau Espin Pedrol1-10/+3
2023-06-03Document pcu_lsb() functionPau Espin Pedrol1-0/+3
2023-06-03pcu_utils.h: Replace software based bitcount impl with gcc builtinPau Espin Pedrol1-9/+2
2023-06-02Use OSMO_UNLIKELY() in bts_rfn_to_fn()Pau Espin Pedrol1-1/+1
2023-06-02Move call to bts_set_current_frame_number() earlier in the code pathPau Espin Pedrol2-3/+3
2023-06-02Use fn_valid() helper in pcu_rx_time_ind()Pau Espin Pedrol1-3/+1
2023-06-02Derive FN from RFN once and cache it in struct rach_ind_paramsPau Espin Pedrol3-4/+5
2023-06-02encoding: pass RFN to write_immediate_assignment(_reject)()Pau Espin Pedrol3-28/+28
2023-05-31bts: use RFN directly to calculate fn416Pau Espin Pedrol1-1/+1
2023-05-31Error trying to obtain FN from RFN if curr_fn not knownPau Espin Pedrol1-4/+11
2023-05-31Use always RFN when handling RACH indicationsPau Espin Pedrol4-22/+26
2023-05-31cosmetic: tbf_ul_ack_fsm: Clean up use of ul_tbf and tbf pointersPau Espin Pedrol1-6/+6
2023-05-31tbf: Improve TBF name description in logsPau Espin Pedrol1-3/+2
2023-05-22gprs_rlcmac: also use PCU_IF_SAPI_PCH_DT for paging MAC blocksPhilipp Maier3-9/+12
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy2-2/+2
2023-05-12ctrl: drop deprecated neighbor resolution interfaceMax5-108/+1
2023-05-10pcu_l1_if: replace magic numbers with IMSI_DIGITS_FOR_PAGINGPhilipp Maier1-2/+3
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier8-13/+13
2023-05-03er_ccu_l1_if: use one ccu_desr per timeslotPhilipp Maier2-25/+46
2023-04-28cosmetic: ms: fix formatting of function commentPau Espin Pedrol1-1/+2
2023-04-28ms: Fix unsafe iterating freeing items in listPau Espin Pedrol1-1/+1
2023-04-28ms: Mark ms_reset() as staticPau Espin Pedrol1-1/+1
2023-04-26pcu_l1_if: cosmetic: reformat commentPhilipp Maier1-3/+1
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol7-152/+238
2023-04-26Move out of alloc_algo code modifying the data modelPau Espin Pedrol9-136/+137
2023-04-21alloc_algo: Move printing outside of update_ms_reserved_slots()Pau Espin Pedrol1-10/+6
2023-04-21alloc_algo: Pass a struct containing all req paramsPau Espin Pedrol5-125/+142
2023-04-21vty: Several improvements to 'show ms' output formatPau Espin Pedrol1-14/+14
2023-04-21ms: Log MS active/idle state in 'show ms' VTY commandsPau Espin Pedrol3-0/+15
2023-04-21ms: Rename field timer -> release_timerPau Espin Pedrol2-6/+6
2023-04-21ms: Get rid of ms->delay fieldPau Espin Pedrol3-19/+8
2023-04-21meas: Improve logging formattingPau Espin Pedrol1-7/+6
2023-04-21ms: Increase log level when scheduling release timerPau Espin Pedrol1-1/+1
2023-04-21Add new log category 'ms'Pau Espin Pedrol3-26/+34
2023-04-21dl_tbf: Set BandWidth timestamps to current time directlyPau Espin Pedrol1-5/+2
2023-04-21ms: Hold a reference during ms_allocPau Espin Pedrol5-21/+41
2023-04-21cosmetic: Fix indentation in commentPau Espin Pedrol1-1/+1
2023-04-21tbf: Move enable_egprs() to constructorPau Espin Pedrol4-4/+11
2023-04-21tbf_ul: Move rate_ctr allocation to constructorPau Espin Pedrol1-21/+5
2023-04-21tbf: Move m_ctrs alloc to constructorPau Espin Pedrol2-8/+4