aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2021-09-23bts_shutdown_fsm: Allow configuring FSM to shutdown without exiting processPau Espin Pedrol1-5/+18
2021-09-23nm_bts_fsm: Make sure PHYs are opened when SW_ACTivating itPau Espin Pedrol1-0/+13
2021-09-23trx_sched_clean_ts: Clean VAMOS shadow TS tooPau Espin Pedrol1-21/+30
2021-09-23l1sap: Support rx of empty rlcmac blocks from PCUPau Espin Pedrol1-2/+6
2021-09-23MS Power Control Loop: Disable threshold comparison on {LOWER,UPPER}_CMP_N=0Pau Espin Pedrol1-4/+10
2021-09-23rsl: simplfy parse_repeated_acch_capabilityPhilipp Maier1-3/+1
2021-09-22bts_shutdown_fsm: Fix event namePau Espin Pedrol1-1/+1
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol6-2/+69
2021-09-20abis: Drop internal OML msg queuePau Espin Pedrol2-21/+6
2021-09-20nm_*_fsm: Move to state Disabled NotInstalled Locked when shtudown proc endsPau Espin Pedrol7-20/+84
2021-09-20MS Power Control Loop: Fix oscillations within good MS Power LevelsPau Espin Pedrol1-2/+24
2021-09-20nm_*_fsm: Set adminsitrative state 'shutting down' when shutdown procedure st...Pau Espin Pedrol7-0/+104
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol6-18/+27
2021-09-20nm_*_fsm: Add missing item in event mask list for state ENABLEDPau Espin Pedrol2-6/+12
2021-09-20abis.c: Loop over list of BSCs until connection succeedsPau Espin Pedrol1-6/+25
2021-09-20abis.c: Fix mess with priv->bsc_oml_hostPau Espin Pedrol1-19/+31
2021-09-20abis.c: Transition to CONNECTED state only when OML link is upPau Espin Pedrol1-46/+72
2021-09-20abis: Shorten string names of eventsPau Espin Pedrol1-2/+2
2021-09-20abis: Move FSM registration to constructor functionPau Espin Pedrol1-1/+5
2021-09-20cosmetic: Fix formatting of conditional operatorPau Espin Pedrol2-6/+6
2021-09-16power_control: Drop unused param in functionPau Espin Pedrol1-6/+4
2021-09-15abis.c: Convert early return to assert()Pau Espin Pedrol1-2/+1
2021-09-15abis.c: Rearrange code to follow logic state orderPau Espin Pedrol1-55/+55
2021-09-15cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-09-15abis: Clear code and drop code not executedPau Espin Pedrol1-8/+2
2021-09-15MS Power Control Loop: Fix sub vs full being passed to algoPau Espin Pedrol1-4/+4
2021-09-14Support configuring TA loop SACCH block ratePau Espin Pedrol2-1/+27
2021-09-14Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol1-0/+3
2021-09-14TA Control Loop: Change toa256 switch threshold to 75% of a symbolPau Espin Pedrol1-4/+5
2021-09-13MS Power Control Loop: Feed UL C/I from correct measurement periodPau Espin Pedrol2-24/+46
2021-09-13MS Power Control Loop: Feed UL RSSI from correct measurement periodPau Espin Pedrol1-1/+7
2021-09-13lchan: Move TA CTRL param to its own substructPau Espin Pedrol4-13/+13
2021-09-13ta_control: Allow switching TA quickerPau Espin Pedrol1-2/+2
2021-09-13TA loop: Take into account UL SACCH 'Actual Timing advance' fieldPau Espin Pedrol3-22/+72
2021-09-11early IA: change default X15 timer to 0 msNeels Hofmeyr1-1/+1
2021-09-11early IMM ASS: add configurable delay for RR IMM ASSNeels Hofmeyr3-9/+41
2021-09-06l1sap: Take L1SACCH MS_PWR from bitfield instead of manual parsingPau Espin Pedrol1-1/+1
2021-09-06comsetic: measurement.c: fix typo in commentPau Espin Pedrol1-1/+1
2021-09-06Power Control Loop: Move skip loop logic to function helperPau Espin Pedrol1-18/+21
2021-09-03MS/BS Power Control Loop: Fix downscaling averaging bugPau Espin Pedrol1-2/+4
2021-09-03MS/BS Power Control Loop: Do RxLEV meas avg & delta calculations directly on ...Pau Espin Pedrol1-20/+14
2021-09-03BS Power Control Loop: Increase attenuation if RxQual is better than upper th...Pau Espin Pedrol1-0/+3
2021-09-03BS Power Control Loop: Support EWMA average algo for RxQual measPau Espin Pedrol2-7/+9
2021-09-03BS Power Control Loop: refactor lchan_bs_pwr_ctrl() to look similar to lchan_...Pau Espin Pedrol1-59/+45
2021-09-03MS Power Control Loop: Improve loggingPau Espin Pedrol1-10/+10
2021-09-03MS Power Control Loop: Support EWMA algorithm for C/I measurementsPau Espin Pedrol1-19/+28
2021-09-03MS Power Control Loop: Take C/I into accountPau Espin Pedrol5-18/+286
2021-08-31rsl: Support parsing up to 3 RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol1-1/+1
2021-08-31l1sap/gsmtap: Don't log UI fill frames [zero information field]Harald Welte1-0/+4
2021-08-30rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol1-1/+1