aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-19power_control: add new structures and default parametersVadim Yanitskiy2-0/+66
2020-12-19abis_rsl: turn rsl_msgb_alloc() a macro and move it to headerVadim Yanitskiy1-8/+0
2020-12-16bsc_vty: mark repeated ACCH value of 1.9% to 2.7% BER as defaultPhilipp Maier1-1/+1
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol4-911/+51
2020-12-15vty: add new attribute for vendor-specific commandsVadim Yanitskiy1-0/+3
2020-12-13NM FSMs: fix DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLEDVadim Yanitskiy8-9/+16
2020-12-09hodec 2: prefer moving TCH/H from half-used dyn TSNeels Hofmeyr1-3/+21
2020-12-04oml: Delay configuring NSVC until BTS features are negotiatedPau Espin Pedrol3-7/+32