aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-19hodec2: fix congestion balancing on dyn TSNeels Hofmeyr1-17/+102
2021-01-19lchan_avail(): omit logging for handover decision 2Neels Hofmeyr3-22/+24
2021-01-19hodec2: fix congestion resolution on dyn TSNeels Hofmeyr1-2/+28
2021-01-18stats: Add granularity to SDCCH/TCH/LU activity.Michael Iedema4-1/+108
2021-01-15gsm_data: return early if MS Power class remains the sameVadim Yanitskiy1-0/+5
2021-01-14vty: fix 'codec-list' command: check all given arguments firstVadim Yanitskiy1-8/+11
2021-01-14power_control: fix: properly initialize per-lchan BS powerVadim Yanitskiy1-9/+6
2021-01-14vty: fix writing empty IP address for unconfigured NSVCsVadim Yanitskiy1-13/+9
2021-01-14vty: use 'const' for *nsvc in config_write_bts_gprs()Vadim Yanitskiy1-2/+1
2021-01-14hodec2: to balance congestion, use overload percentNeels Hofmeyr1-8/+37
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol5-2/+213
2021-01-12hodec2: fix congestion oscillation bugNeels Hofmeyr1-6/+9
2021-01-12hodec2: add ho_candidate.{current,target}.free_tchNeels Hofmeyr1-32/+46
2021-01-12hodec2: reduce check_requirements() argsNeels Hofmeyr1-83/+82
2021-01-12hodec2: cosmetic: clarify ho_candidate.{current,target}Neels Hofmeyr1-97/+107
2021-01-12power_control: add increase / reduce step size recommendationsVadim Yanitskiy1-3/+21
2021-01-11hodec2: fix candidate choices in congestion checkNeels Hofmeyr1-130/+59
2021-01-05hodec2: cosmetic: clarify afs_bias, simplify pick_better_lchan_to_move()Neels Hofmeyr1-50/+36
2021-01-05hodec2: clarify current and target rxlev per candidateNeels Hofmeyr1-48/+51
2021-01-05hodec2: code dup / cosmeticsNeels Hofmeyr1-194/+133
2021-01-05hodec2: cosmetic: add dBm unit to rxval loggingNeels Hofmeyr1-7/+7
2021-01-05ericsson_rbs2000: fix unreachable code in inp_sig_cb()Vadim Yanitskiy1-1/+0
2021-01-04smscb: Fix adding of SMSCB messages when no message with lower period existsHarald Welte1-0/+2
2021-01-04vty: fix wrong attributes for UL/DL ACCH repetition commandsVadim Yanitskiy1-39/+42
2021-01-04vty: join UL/DL SACCH repetition commands togetherVadim Yanitskiy1-45/+20
2021-01-03power_control: vty: do not print 'no (rxlev-avg|rxqual-avg)'Vadim Yanitskiy1-1/+1
2021-01-03smscb: Avoid scheduler array overflowHarald Welte1-1/+4
2021-01-02abis_om2000: Handle DP object in get_om2k_mo()Harald Welte1-0/+3
2021-01-02om2000: Add "show bts 0 om2k-mo" commandHarald Welte1-0/+72
2021-01-02abis_om2000: keep OM2K FSMs around, don't terminateHarald Welte2-73/+221
2020-12-30vty: fix NULL-pointer dereference in cfg_bts_rep_dl_facch()Vadim Yanitskiy1-1/+1
2020-12-29power_control: vty: some commands are not vendor specificVadim Yanitskiy1-2/+0
2020-12-29abis_om2000: Mark om2k_mo_fsm_start() as staticHarald Welte1-3/+2
2020-12-29[cosmetic] abis_om2000: Re-format to use longer linesHarald Welte1-188/+97
2020-12-29abis_om2000: make om2k_mo_name() an exported functionHarald Welte1-20/+20
2020-12-29Add a bts_model->bts_init() and trx_init() call-back functionHarald Welte2-0/+20
2020-12-29power_control: enable dynamic MS power control for osmo-btsVadim Yanitskiy2-2/+5
2020-12-27power_control: fix swapped lower/upper RxQual threshold valuesVadim Yanitskiy2-7/+8
2020-12-25power_control: encoding of H_REQAVE and H_REQT for ip.accessVadim Yanitskiy1-2/+2
2020-12-23vty: cosmetic: make all 'struct cmd_node' definitions staticVadim Yanitskiy1-5/+5
2020-12-23power_control: reflect MS/BS Power difference in the VTY promptVadim Yanitskiy1-1/+9
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy3-0/+52
2020-12-22power_control: add VTY command for re-sending default parametersVadim Yanitskiy1-2/+37
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy2-0/+470
2020-12-21OM2K: Skip the entire CON MO if there are no connection groupsHarald Welte1-5/+10
2020-12-21OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPTHarald Welte1-1/+2
2020-12-21abis_om2000: Force TRX NM state to UNLOCKED once TRX is upHarald Welte1-0/+5
2020-12-19power_control: make use of MS/BS parameters in RSL messagesVadim Yanitskiy1-17/+52
2020-12-19power_control: add encoder for ip.access nanoBTS and OsmoBTSVadim Yanitskiy1-0/+155
2020-12-19power_control: send default parameters from bootstrap_rsl()Vadim Yanitskiy1-0/+10