aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2022-09-20add X27 timeout: release lchan that lacks L1 Infoneels/chan_timeoutNeels Hofmeyr3-0/+17
2022-09-20ipacces-config: override gsm_bts_check_cfg() to void checking unset bts confi...Pau Espin Pedrol1-1/+1
2022-09-19mgcp: Set up Osmux only when AMR codec is selectedPau Espin Pedrol1-5/+25
2022-09-19ipaccess-config: Initiate missing IPA osmo_linkPau Espin Pedrol1-0/+1
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol4-7/+91
2022-09-19vty: Allow setting LAC as hexadecimal valuePau Espin Pedrol1-9/+7
2022-09-16oml: Integrate signal S_NM_IPACC_SET_ATTR_ACK inside S_NM_IPACC_ACKPau Espin Pedrol2-24/+35
2022-09-15pcu_sock: fix memleakPhilipp Maier1-1/+3
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol4-6/+101
2022-09-05BSSMAP: add assert to reset resendingMax1-0/+2
2022-08-09cosmetic: Clean initiating whitespacePau Espin Pedrol1-2/+2
2022-08-09lchan: Move init logic to a specific functionPau Espin Pedrol2-8/+11
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol16-112/+156
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol12-43/+37
2022-08-08bts_trx_vty: prefix bb_trxc mo with [Virtual] for ericsson BTSPhilipp Maier1-2/+4
2022-08-08abis_om2000: duplicate nmstate of bb_trxc mo to trx moPhilipp Maier1-1/+71
2022-08-08abis_om2000: om2k_trx_s_done_onenter() does not send signalPhilipp Maier1-2/+14
2022-08-07bts_nokia_site: Implement channel config for CBCHHarald Welte1-0/+6
2022-08-05abis_om2000: update_op_state() does not send signalPhilipp Maier1-4/+12
2022-08-05abis_om2000: constify mo in mo2objPhilipp Maier1-1/+1
2022-08-05abis_om2000: move switch-case to functionPhilipp Maier1-35/+41
2022-08-04abis_om2000: fix missing signalPhilipp Maier1-0/+16
2022-08-01bsc_subscr_conn_fsm: fix use after freePhilipp Maier1-0/+4
2022-07-22call osmo_timer_del() unconditionally, without osmo_timer_pending()Vadim Yanitskiy1-5/+3
2022-07-14smscb: Tx Failure and Restart Ind for each Bcast Msg TypePau Espin Pedrol1-0/+2
2022-07-14smscb: Tx Failure and Restart Ind using CGI as cellIDPau Espin Pedrol1-19/+9
2022-07-04osmo-bsc/Makefile.am: fix undefined reference to symbol pow()Vadim Yanitskiy1-0/+1
2022-07-04lchan_select: fix 'chan_alloc_reverse' may be used uninitializedVadim Yanitskiy1-1/+1
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy8-26/+219
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy7-40/+120
2022-06-30lchan_select: prepare a list of timeslots once, iterate over itVadim Yanitskiy1-71/+81
2022-06-29cbsp: Change log level ERROR->INFO on CBSP tx and link downPau Espin Pedrol1-1/+1
2022-06-29fix uninitialized err pointer passed to osmo_bssap_le_dec()Vadim Yanitskiy2-2/+2
2022-06-28cbsp: Avoid encoding CBSP message if link is downPau Espin Pedrol1-4/+7
2022-06-28VTY: fix wrong enum value s/ACTIVATE_FOR_VTY/ASSIGN_FOR_VTY/Vadim Yanitskiy1-1/+1
2022-06-27Improve parsing of om2000 fault reportsKeith1-1/+3
2022-06-27gsm_04_08_rr: ensure lchan info is present in all logging messagesVadim Yanitskiy1-6/+10
2022-06-22bts_chan_load(): also calculate per-TRX channel loadVadim Yanitskiy2-0/+13
2022-06-21VTY: cosmetic: define and use CHAN_ALLOC_{CMD,DESC}Vadim Yanitskiy1-8/+13
2022-06-20logs: also record which BTS is signaling a SAPI REJECTMichael Iedema1-2/+4
2022-06-17smscb: Tx CBSP FAILURE/RESTART for specific cell when it becomes (un)operationalPau Espin Pedrol1-0/+50
2022-06-17stats: track TCH/SDCCH lchans reaching fully-established stateMichael Iedema2-0/+19
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol4-21/+77
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema3-7/+43
2022-06-10Move all SMSCB/CBC vty code to its own filePau Espin Pedrol4-393/+422
2022-06-10Cosmetic: bsc_vty: tweak msc pooling stringsOliver Smith1-2/+2
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr7-87/+269
2022-06-02code cleanup for all_allocated timers, no functional changeNeels Hofmeyr4-61/+40
2022-06-02drop log from ts_is_usable()Neels Hofmeyr1-3/+1
2022-06-02nm_rcarrier_fsm: Trigger S_NM_RUNNING_CHG when Admin st changes in op=EnabledPau Espin Pedrol1-1/+20