aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2021-05-21assignment_fsm: tweak error log msg for mixed modesNeels Hofmeyr1-1/+1
2021-05-21lchan and assignment FSMs: make Channel Mode Modify more saneNeels Hofmeyr3-68/+188
2021-05-21cosmetic: rename lchan_activate_mode to lchan_activate_forNeels Hofmeyr1-1/+1
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr6-32/+32
2021-05-21gscon MGCP: properly skip redundant MDCX towards MSCNeels Hofmeyr1-1/+3
2021-05-21log: show src file,line of lchan_set_last_errorNeels Hofmeyr2-22/+5
2021-05-21gsm48_send_rr_ass_cmd(): rename lchan to new_lchanNeels Hofmeyr1-10/+10
2021-05-21gsm48_send_rr_ass_cmd(): rename dest_lchan to current_lchanNeels Hofmeyr1-2/+2
2021-05-21select_codecs(): do not confuse bool 'true' with integer value 1Neels Hofmeyr1-6/+6
2021-05-21assignment_fsm: fix failure log message for lchan unavailableNeels Hofmeyr1-4/+4
2021-05-18Fix bts->description field not printed in config writePau Espin Pedrol1-0/+2
2021-05-11osmo-bsc: Avoid erroring every few secs about unconnected BTSPau Espin Pedrol1-1/+1
2021-05-04stats: add BTS uptime counterMichael Iedema2-0/+25
2021-04-28lchan_fsm: mode modify: fix missing timeouts and error transitionsNeels Hofmeyr2-2/+6
2021-04-28lchan_release(): do not release UNUSED lchanNeels Hofmeyr1-1/+1
2021-04-28comment: tweak pchan_subslots() descriptionNeels Hofmeyr1-2/+2
2021-04-28log: drop duplicate logging in ts_setup_lchans()Neels Hofmeyr1-2/+0
2021-04-28gsm_lchan_name_compute with ctxNeels Hofmeyr2-9/+4
2021-04-28Lb: make sure we never have missing timer configurabilityNeels Hofmeyr1-1/+1
2021-04-28Lb: add missing X12 timer configurabilityNeels Hofmeyr1-0/+1
2021-04-27Lb: RESET FSM: never send sccp_user == NULLNeels Hofmeyr1-0/+5
2021-04-27Lb: stop RESET FSM when sccp_user is unboundNeels Hofmeyr2-0/+15
2021-04-27abis_nm_ipaccess_rsl_connect(): use msgb to compose attrNeels Hofmeyr1-13/+10
2021-04-24SRVCC: Forward Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol1-4/+11
2021-04-24SRVCC: Parse Last Used E-UTRAN PLMN Id in Handover RequestPau Espin Pedrol1-0/+36
2021-04-23Revert "update neighbor ARFCNs on startup and config changes"Pau Espin Pedrol6-47/+3
2021-04-22update neighbor ARFCNs on startup and config changesNeels Hofmeyr6-3/+47
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol9-37/+60
2021-04-18fix wrong ARFCNs in local-cell neighbor configNeels Hofmeyr1-3/+5
2021-04-15bssap: pass whole tlv_parsed to event GSCON_EV_A_COMMON_ID_INDPau Espin Pedrol2-12/+11
2021-04-15cosmetic: Fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-14deprecation: use osmo_bts_features_*()Neels Hofmeyr2-2/+2
2021-04-14drop unused gsm_bts_trx->descriptionNeels Hofmeyr2-9/+0
2021-04-12Replace all references to 'sysmobts' with 'osmo-bts'Vadim Yanitskiy6-25/+25
2021-04-12vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts'Vadim Yanitskiy2-2/+17
2021-04-12stats: Count transitions from BORKEN state due to LCHAN_EV_TS_ERROR signal.Alexander Chemeris2-0/+10
2021-04-12[hopping] bootstrap_rsl(): do not call generate_ma_for_ts() againVadim Yanitskiy1-1/+0
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