aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-14handover_test: enhance test_balance_congestion_by_percentage.ho_vtyNeels Hofmeyr1-0/+17
2021-01-14hodec2: to balance congestion, use overload percentNeels Hofmeyr4-23/+57
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol14-7/+471
2021-01-13doc: handover: Fix malformed tablePau Espin Pedrol1-1/+6
2021-01-12handover_test: add test_balance_congestion_by_percentage.ho_vtyNeels Hofmeyr2-0/+35
2021-01-12hodec2: fix congestion oscillation bugNeels Hofmeyr4-36/+14
2021-01-12handover_test: show bug: add test_balance_congestion_tchf_tchh.ho_vtyNeels Hofmeyr2-0/+54
2021-01-12handover_test: add lchan wildcards to meas-rep cmdNeels Hofmeyr6-44/+72
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 Yanitskiy3-4/+30
2021-01-11power_control: cosmetic changes and fixes to the documentationVadim Yanitskiy1-11/+11
2021-01-11manuals: fix a typo: s/DTS/DTX/Vadim Yanitskiy1-1/+1
2021-01-11manuals: fix a duplicate line in the description of DTXuVadim Yanitskiy1-2/+0
2021-01-11handover_test: show a bug: add test_congestion_no_oscillation.ho_vtyNeels Hofmeyr3-0/+81
2021-01-11handover_test: vty echoNeels Hofmeyr1-0/+22
2021-01-11handover_test: saner ho request handlingNeels Hofmeyr2-50/+29
2021-01-11handover_test: saner chan act handlingNeels Hofmeyr1-46/+27
2021-01-11handover_test: safeguard against unhandled chan reqNeels Hofmeyr1-1/+7
2021-01-11handover_test: include ack-chan in expect-chanNeels Hofmeyr2-17/+0
2021-01-11hodec2: fix candidate choices in congestion checkNeels Hofmeyr4-168/+80
2021-01-11power_control: add documentation on available configuration paramsVadim Yanitskiy2-0/+303
2021-01-07gitignore: Ignore *~Pau Espin Pedrol1-0/+1
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-05handover_test: add test_congestion_intra_vs_inter_cell.ho_vtyNeels Hofmeyr2-0/+133
2021-01-05handover_test: show ineffective intra-cell choiceNeels Hofmeyr1-5/+36
2021-01-05handover_test: add AMR TCH/H->/F tests, showing a bugNeels Hofmeyr3-0/+39
2021-01-05handover_test: add test_congestion_favor_best_target_rxlev.ho_vtyNeels Hofmeyr2-0/+34
2021-01-05handover_test: add 'meas-rep repeat N'Neels Hofmeyr3-50/+42
2021-01-05hodec2: code dup / cosmeticsNeels Hofmeyr1-194/+133
2021-01-05hodec2: cosmetic: add dBm unit to rxval loggingNeels Hofmeyr1-7/+7
2021-01-05handover_test.c: properly release lchans in set-ts-useNeels Hofmeyr1-10/+11
2021-01-05handover_test: fix test_congestion.ho_vty meas-repNeels Hofmeyr1-7/+7
2021-01-05handover_test: cosmetic cfg simplifications in 5 testsNeels Hofmeyr5-34/+9
2021-01-05tweak handover_tests.shNeels Hofmeyr1-18/+11
2021-01-05handover_test: gitignoreNeels Hofmeyr1-0/+3
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 Yanitskiy2-13/+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 Welte5-74/+241
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 Yanitskiy2-6/+4
2020-12-29abis_om2000: Mark om2k_mo_fsm_start() as staticHarald Welte1-3/+2