aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-12-20bts: add missing return -EINVAL statementsPhilipp Maier1-0/+4
2021-12-14treewide: remove FSF addressOliver Smith2-8/+0
2021-12-13abis_nm: actively block BTSs with invalid configurationPhilipp Maier3-53/+62
2021-11-30fix assignment success counters: count *before* cleanup of fsm stateNeels Hofmeyr1-2/+2
2021-11-30dbg log: also log assignment counters on BTS levelNeels Hofmeyr1-0/+8
2021-11-30fix chreq:* counters: typos in chreq:successful_* constantsNeels Hofmeyr1-7/+7
2021-11-29dbg log: abis_rsl print_meas_rep(): clarify rxlevNeels Hofmeyr1-1/+1
2021-11-29stats: add bsc.paging:expiredOliver Smith2-0/+8
2021-11-29Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formattingOliver Smith1-14/+7
2021-11-27ipaccess-config: request and print NM_ATT_IPACC_NV_FLAGSVadim Yanitskiy1-1/+30
2021-11-27ipaccess-config: improve readability of printed attribute responseVadim Yanitskiy1-2/+18
2021-11-25Disable C/I based MS Power Control Loop by defaultPau Espin Pedrol1-6/+6
2021-11-24hodec2: fix segv for inter-BSC ho targetNeels Hofmeyr1-19/+31
2021-11-24bsc_subscr_conn_fsm: fix crash if !connOliver Smith1-0/+5
2021-11-19abis_nm: use struct sdp_firmware from libosmocorePhilipp Maier1-10/+6
2021-11-19abis_nm: fix typoPhilipp Maier1-1/+1
2021-11-16move time_cc to libosmocore osmo_time_ccNeels Hofmeyr5-255/+46
2021-11-15osmo_bsc_main: move generate_ma_for_bts() into bootstrap_bts()Philipp Maier1-3/+4
2021-11-15osmo_bsc_main: call bootstrap_bts when OML TEI comes upPhilipp Maier1-1/+17
2021-11-15[overpower] By default, permit only for speech channels using AMRVadim Yanitskiy2-2/+5
2021-11-15[overpower] Allow configuring specific channel mode(s)Vadim Yanitskiy2-3/+50
2021-11-15abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/gVadim Yanitskiy1-7/+7
2021-11-15abis_rsl: {rep,top}_acch_cap_for_bts(): make *lchan constVadim Yanitskiy1-4/+4
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy3-14/+14
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy3-21/+21
2021-11-15bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facchVadim Yanitskiy1-4/+4
2021-11-15abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()Vadim Yanitskiy1-1/+1
2021-11-15abis_rsl: simplify checking if channel mode is AMRVadim Yanitskiy1-2/+2
2021-11-15Properly handle dyn TS TCH with vamos after updating subslots_per_pchanPau Espin Pedrol1-5/+10
2021-11-11osmo_bsc_ctrl: make sure strtok results are checkedPhilipp Maier1-7/+14
2021-11-10implement bts.N.cm_serv_rej:<cause> rate countersNeels Hofmeyr2-0/+177
2021-11-10osmo_bsc_main: move inp_sig_cb() below check_bts and bootstrap_btsPhilipp Maier1-47/+47
2021-11-10osmo_bsc_main: separate checks from bootstrap_btsPhilipp Maier1-6/+11
2021-11-10osmo_bsc_main: bootstrap_bts: print errornous ARFCN numberPhilipp Maier1-9/+9
2021-11-10implement all_allocated:{static_sdcch,static_tch} rate countersNeels Hofmeyr3-0/+74
2021-11-10implement all_allocated:{sdcch,tch} rate countersNeels Hofmeyr5-0/+119
2021-11-10add time_cc API: cumlative counter for time, reported as rate_ctrNeels Hofmeyr2-0/+209
2021-11-10refactor lchan countingNeels Hofmeyr6-69/+161
2021-11-10gsm_data: use ascending order for interference boundariesVadim Yanitskiy1-6/+6
2021-11-08ipaccess-config: warn about unknown flag nameVadim Yanitskiy1-1/+3
2021-11-08ipaccess-config: fix wrong flag name in ipa_nvflag_strs[]Vadim Yanitskiy1-1/+1
2021-11-08ipaccess-config: reduce verbosity of the OML loggingVadim Yanitskiy1-1/+1
2021-11-08abis_rsl: permit simultaneous ACCH repetition and overpowerVadim Yanitskiy1-18/+3
2021-11-07abis_rsl: print_meas_rep_{buf,uni}() accept const *mrVadim Yanitskiy1-5/+7
2021-11-07abis_rsl: do not pass lchan to print_meas_rep_buf()Vadim Yanitskiy1-16/+11
2021-11-06implement incoming_intra_bsc_ho:* rate countersNeels Hofmeyr2-0/+27
2021-11-06tweak intra-bsc ho counter descriptionsNeels Hofmeyr2-10/+10
2021-11-06cosmetic tweaks on handover counting codeNeels Hofmeyr1-3/+25
2021-11-06for linter: s/while(0)/while (0)Neels Hofmeyr7-14/+14
2021-11-05drop unused gsm48_tx_mm_serv_ack()Neels Hofmeyr1-17/+0