aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-07nm_channel_fsm: drop ipa link if SetChannelAttr failsPau Espin Pedrol1-10/+2
2021-10-07Get rid of lots of stubs [4/4]Pau Espin Pedrol8-68/+9
2021-10-07Move ts_fsm_init to static constructor [3/4]Pau Espin Pedrol2-2/+1
2021-10-07Move global var bsc_gsmnet into libbsc [2/4]Pau Espin Pedrol3-3/+2
2021-10-07bts_trx: Fix timeslot_fsm not properly freed during trx free() [1/4]Pau Espin Pedrol2-0/+9
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol3-7/+13
2021-10-05cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-10-05tsc fixup: tweak condition for coverityNeels Hofmeyr1-2/+3
2021-10-05Implement MS Uplink Power Control LoopKeith6-3/+296
2021-10-04Add vty command to manually force MS Uplink PowerKeith1-0/+52
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr5-26/+38
2021-10-04assignment_fsm: Check for conn->lchanPhilipp Maier1-0/+9
2021-10-02fix comment in lchan_fsm.c: s/modification/activationNeels Hofmeyr1-2/+1
2021-09-29MS Power Control Loop: Allow Turn off/on C/I independent from value settingPau Espin Pedrol3-36/+69
2021-09-29bts_vty: Print C/I power params for osmo-bts onlyPau Espin Pedrol1-3/+4
2021-09-28assignment_fsm: make assignment_fsm_allstate_action staticPhilipp Maier1-1/+1
2021-09-28assignment_fsm: make assignment_fsm_timer_cb staticPhilipp Maier1-1/+1
2021-09-28Fix MEAS parsing, as Ericsson RBS reports TA shifted by 2 bits.Keith1-2/+3
2021-09-21MS Power Control Loop: Support turn off C/I based logicPau Espin Pedrol1-0/+30
2021-09-15fixup comments for 'rf_states' CTRL commandNeels Hofmeyr2-8/+24
2021-09-14add CTRL bts.N.trx.M.rf_locked (RW)Neels Hofmeyr1-0/+32
2021-09-14add CTRL 'rf_states' and 'bts.N.rf_states'Neels Hofmeyr2-0/+114
2021-09-13Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol2-3/+4
2021-09-13Support Neighbor Address Resolution over PCUIF IPA multiplexPau Espin Pedrol3-42/+128
2021-09-09lchan_fsm: Avoid inheriting bs_power from old lchanPau Espin Pedrol1-15/+9
2021-09-09lchan_fsm: Fix commentPau Espin Pedrol1-3/+2
2021-09-09fixup for Early IMM ASS: use proper TSCNeels Hofmeyr1-16/+40
2021-09-08lchan_fsm: Fix commentPau Espin Pedrol1-1/+1
2021-09-06MS Power Control Loop: Support set up of C/I parameters for osmo-btsPau Espin Pedrol4-37/+482