aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2021-04-12[hopping] Rework generation of Cell/Mobile AllocationVadim Yanitskiy3-36/+91
2021-04-08fixup for neighbor config for coverityNeels Hofmeyr1-2/+4
2021-04-07abis_nm: cosmetic: use osmo_bts_feature_name()Vadim Yanitskiy1-1/+1
2021-04-07abis_nm: rework warnings about unknown / not supported featuresVadim Yanitskiy1-5/+14
2021-04-06[hopping] generate_ma_for_ts() returns no meaningful valueVadim Yanitskiy1-4/+2
2021-04-06[hopping] gsm48_send_rr_ass_cmd(): use Cell Channel Description from SI1Vadim Yanitskiy1-3/+5
2021-04-06[hopping] generate_cell_chan_list(): make some pointers constVadim Yanitskiy1-2/+2
2021-04-06[hopping] vty: ensure no duplicate hopping ARFCN entriesVadim Yanitskiy1-0/+10
2021-04-04debug log, lchan_fsm: explain leaving wait_rll_rtp_establish stateNeels Hofmeyr1-1/+6
2021-04-04Ignore CHANnel ReQuireD with Access Delay IE > 63Keith3-0/+29
2021-03-24fix/refactor neighbor configNeels Hofmeyr11-888/+735
2021-03-24refactor handover penalty timersNeels Hofmeyr5-98/+111
2021-03-17stats: T3122 related: num_values 16 -> 60Oliver Smith1-20/+20
2021-03-15Add command to enable RX diversity to RBS2000Javi3-2/+56
2021-03-13Add vty command for Ericsson RBS2000 syncJavi2-2/+30
2021-02-20abis_nm: enrich debug messages with contextual infoVadim Yanitskiy1-41/+44
2021-02-19Disallow changing the type of an existing BTS from the vtyKeith2-0/+6
2021-02-18SI13: Enable sending GPRS Cell Options Extension Information on GPRS-only BTSPau Espin Pedrol1-1/+1
2021-02-17stats: add SIGN/SPEECH assignment subcategoriesMichael Iedema2-1/+52
2021-02-13Fix neigh resolution service on local neighboursPau Espin Pedrol1-5/+36
2021-02-13Move bts_ident_key to neighbor_ident.cPau Espin Pedrol2-11/+11
2021-02-11bsc_vty: mark repeat rxqual 4 (BER >= 1.6) as defaultPhilipp Maier1-1/+1
2021-02-09Introduce VTY cmd to configure Alpha in SI13Pau Espin Pedrol2-0/+20
2021-02-08hide the "smscb-command" vty command; people should use osmo-cbcHarald Welte1-2/+4
2021-02-07power_control: make P_CON_INTERVAL parameter configurableVadim Yanitskiy2-2/+20
2021-02-07power_control: enable Uplink DPC by default if format is knownVadim Yanitskiy1-3/+4
2021-02-06power_control: check BTS model in cfg_power_ctrl_avg_osmo_ewma()Vadim Yanitskiy1-3/+7
2021-02-05lchan activation: indicate whether TA is knownNeels Hofmeyr4-11/+26
2021-02-05rename lchan->rqd_ta to last_taNeels Hofmeyr5-11/+11
2021-02-05lchan assignment when RTP is set up: don't break on Mode ModifyNeels Hofmeyr1-2/+5
2021-02-04cosmetic: shorten deref chains where possibleMichael Iedema4-23/+31
2021-02-04assignment_fsm: assert the result of conn_get_bts()Vadim Yanitskiy1-1/+1
2021-02-03BS-11: Send proprietary MRPCI message after assignment + HO completeHarald Welte2-0/+19
2021-02-02hodec2: fix intra-cell congestion balancing with source lchan on dyn TSNeels Hofmeyr1-2/+24
2021-01-30Allow configuring SI13 CCN_ACTIVE bit from VTY, enable by default on osmo-btsPau Espin Pedrol3-0/+29
2021-01-30stats: Add granularity to chan:rf_fail stat.Michael Iedema2-0/+17
2021-01-29select_best_cipher(): Prefer A5/1 over A5/2Harald Welte1-3/+7
2021-01-29cosmetic: bts-sysmo: Fix whitespace indentationPau Espin Pedrol1-1/+1
2021-01-26abis_rsl: check if emergency calling is disabled before premptionPhilipp Maier1-10/+11
2021-01-22bsc_vty: fix acch_repetition ber threshold stringsPhilipp Maier1-7/+8
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