aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-11-05add chreq:successful_<reason> rate countersNeels Hofmeyr3-1/+56
2021-11-05lchan_fsm: Fix possible NULL ptr dereference in _lchan_on_mode_modify_failure()Pau Espin Pedrol1-0/+5
2021-11-05assignment_fsm: Log modified lchan in assignment_fsm_allstate_action()Pau Espin Pedrol1-1/+1
2021-11-05rsl_tx_chan_activ(): fix manual channel activation for nanoBTSVadim Yanitskiy1-0/+6
2021-11-05lchan_fsm: cosmetic: move a 'case' below the 'default' branchVadim Yanitskiy1-1/+1
2021-11-04bsc_ctrl_commands: fix uninitialized value (mode)Oliver Smith1-1/+1
2021-11-03bsc_ctrl_commands: change neighbor-list mode/arfcn via control interfacePhilipp Maier1-0/+117
2021-11-03heighbor_ident: add/del neighbor cells via ctrl interfacePhilipp Maier4-29/+757
2021-11-01neighbor_ident: add comment about Neighbor Address Resolution ServicePhilipp Maier1-0/+1
2021-10-29bsc_subscr_conn_fsm: fix mgw-pool ref countingPhilipp Maier1-0/+6
2021-10-28osmo_bsc_main: remove unused option -t --testmodePhilipp Maier1-3/+1
2021-10-25Set subslots_per_pchan_vamos[GSM_PCHAN_OSMO_DYN] = 0Pau Espin Pedrol1-1/+1
2021-10-25timeslot_fsm: Add assert to make sure we never go out of bounds in ts->lchan ...Pau Espin Pedrol1-0/+1
2021-10-25Set subslots_per_pchan[GSM_PCHAN_OSMO_DYN] = 8Pau Espin Pedrol1-1/+1
2021-10-24[overpower] VTY: add more ACCH overpower related parametersVadim Yanitskiy2-17/+73
2021-10-21[overpower] VTY: fix copy-pasted warning messageVadim Yanitskiy1-1/+1
2021-10-21[overpower] VTY: cosmetic: fix lower case in command descriptionVadim Yanitskiy1-1/+1
2021-10-13osmo_bsc_main: remove not longer needed fixme notePhilipp Maier1-2/+0
2021-10-13bts: set ncc_permitted from bts_allocPhilipp Maier2-2/+1
2021-10-13drop chan_load_samples_idx initalization from bootstrap_bts()Philipp Maier1-2/+0
2021-10-13bts: set acs value in bts_allocPhilipp Maier2-2/+1
2021-10-13bts: set pwrc value in bts_allocPhilipp Maier2-2/+1
2021-10-13bts: set R99 MSC flag in SI13 in bts_allocPhilipp Maier2-3/+1
2021-10-13osmo_bsc_main: remove code dup in bootstrap_bts()Philipp Maier1-8/+0
2021-10-12stat: add bts.N.num_trx:rsl_connectedNeels Hofmeyr2-1/+7
2021-10-12stat: add bts.N.num_trx:totalNeels Hofmeyr2-0/+7
2021-10-08rsl_lchan_lookup(): fix handling of ABIS_RSL_CHAN_NR_CBITS_OSMO_PDCHVadim Yanitskiy1-2/+2
2021-10-08rsl_rx_resource_indication(): check result of rsl_tlv_parse()Vadim Yanitskiy1-3/+7