aboutsummaryrefslogtreecommitdiffstats
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 Pedrol6-31/+83
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol3-24/+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 Pedrol4-42/+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 Pedrol2-40/+7
2023-06-06Log MS information in error message using usual MS APIPau Espin Pedrol1-10/+3
2023-06-03Document pcu_lsb() functionPau Espin Pedrol3-3/+6
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 Pedrol3-51/+21
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 Pedrol4-4/+6
2023-06-02encoding: pass RFN to write_immediate_assignment(_reject)()Pau Espin Pedrol4-31/+31
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 Pedrol5-23/+27
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 Pedrol7-301855/+301854
2023-05-26systemd: depend on networking-online.targetOliver Smith1-0/+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 Yanitskiy3-4/+4
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 Maier19-35/+35
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-27debian: set compat level to 10Oliver Smith2-2/+2
2023-04-26pcu_l1_if: cosmetic: reformat commentPhilipp Maier1-3/+1
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol18-1476/+25202
2023-04-26Move out of alloc_algo code modifying the data modelPau Espin Pedrol11-375/+377
2023-04-21alloc_algo: Move printing outside of update_ms_reserved_slots()Pau Espin Pedrol2-15/+13
2023-04-21alloc_algo: Pass a struct containing all req paramsPau Espin Pedrol7-130/+148
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 Pedrol3-7/+7
2023-04-21ms: Get rid of ms->delay fieldPau Espin Pedrol7-24/+17
2023-04-21meas: Improve logging formattingPau Espin Pedrol1-7/+6
2023-04-21ms: Increase log level when scheduling release timerPau Espin Pedrol2-1/+2
2023-04-21Add new log category 'ms'Pau Espin Pedrol7-30/+38
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 Pedrol14-114/+258
2023-04-21cosmetic: Fix indentation in commentPau Espin Pedrol1-1/+1
2023-04-21tbf: Move enable_egprs() to constructorPau Espin Pedrol5-13/+20