aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_subscr_conn_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04tweak error msg: s/inter-BSC MT/inter-BSC incomingNeels Hofmeyr1-2/+2
2022-03-04support "empty" SCCP N-Connect from MSCNeels Hofmeyr1-36/+108
2022-03-04add counter for inter-BSC incoming Handover RequestNeels Hofmeyr1-0/+1
2022-03-04add missing counter increment for Perform Location RequestNeels Hofmeyr1-0/+1
2022-03-04tweak logl to ERROR for invalid initial BSSMAPNeels Hofmeyr1-4/+4
2022-03-04gscon clear: without SCCP conn, no need to wait for RLSD timeoutNeels Hofmeyr1-0/+4
2022-03-04fix gscon clear 3/n: separate state for SCCP RLSDNeels Hofmeyr1-54/+71
2022-03-04fix gscon clear 2/n: proper state transition to ST_CLEARINGNeels Hofmeyr1-15/+20
2022-03-04fix gscon clear 1/n: store clear cause in gsconNeels Hofmeyr1-3/+5
2021-11-24bsc_subscr_conn_fsm: fix crash if !connOliver Smith1-0/+5
2021-10-29bsc_subscr_conn_fsm: fix mgw-pool ref countingPhilipp Maier1-0/+6
2021-09-03osmo_bsc_main: integrate MGW pooling into osmo-bscPhilipp Maier1-10/+25
2021-08-02coverity: quench null deref warning in gscon_change_primary_lchan()Neels Hofmeyr1-2/+4
2021-07-24debug log: indicate change of primary lchan on a connNeels Hofmeyr1-0/+8
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-3/+4
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-3/+3
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-1/+0
2021-05-21gscon MGCP: properly skip redundant MDCX towards MSCNeels Hofmeyr1-1/+3
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-6/+11
2021-04-15bssap: pass whole tlv_parsed to event GSCON_EV_A_COMMON_ID_INDPau Espin Pedrol1-4/+10
2021-03-24refactor handover penalty timersNeels Hofmeyr1-2/+2
2020-10-09LCS: allow RSL EST IND during GSCON_ST_ACTIVENeels Hofmeyr1-1/+10
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-10/+50
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr1-3/+3
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr1-2/+3
2020-10-07compl l3: populate conn's bsc subscr from MINeels Hofmeyr1-5/+0
2020-10-07gscon_bssmap_clear(): guard against NULL mscNeels Hofmeyr1-0/+6
2020-09-18clean up timer definitions: introduce groups, move some T to XNeels Hofmeyr1-8/+8
2020-08-31handover_fsm: signal Clear from gscon, for proper HO result countsNeels Hofmeyr1-0/+5
2020-08-31bssap: do not send a Clear Request after a Clear CommandNeels Hofmeyr1-0/+7
2020-08-30fix 'handover:*' counters: add missing / move incrementsNeels Hofmeyr1-7/+0
2020-08-26bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECTVadim Yanitskiy1-2/+7
2020-08-26bsc_subscr_conn_fsm: fix a memleak in rll_ind_cb()Vadim Yanitskiy1-1/+3
2020-08-24Add bts counters to count BTS events where we don't have a btsDaniel Willmann1-0/+2
2020-08-24Count handover per BTS as well as per BSCDaniel Willmann1-0/+4
2020-08-17Implement support for receiving BSSMAP CommonID from MSCHarald Welte1-1/+16
2020-08-13gscon timeout: use proper cause code for lchan releaseNeels Hofmeyr1-1/+1
2020-08-13cosmetic: bscon: use GSM48_RR_CAUSE_NORMAL instead of 0Neels Hofmeyr1-1/+1
2020-08-12e1: encode line number as trunk number in MGCP endpointPhilipp Maier1-2/+5
2020-08-06lchan_rtp_fsm: use E1 endpoints if the BTS is not ipaccess typePhilipp Maier1-4/+12
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-0/+1
2020-07-16propagate RSL error cause codes to RR Channel Release causeNeels Hofmeyr1-0/+2
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr1-5/+10
2020-06-17log: add MSC number to bsc_subscr_conn_fsm idNeels Hofmeyr1-1/+4
2020-05-28bsc_subscr_conn_fsm: Fix crash in gscon_forget_lchan()Alexander Chemeris1-1/+1
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-0/+3
2020-05-09bsc_subscr_conn_fsm: Fix a typo in the comment life->liveAlexander Chemeris1-1/+1
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-09-18bsc_subscr_conn_fsm: Cleanly clear BSSAP conn if associated channel closed du...Pau Espin Pedrol1-5/+28
2019-07-09remove double BSSMAP Clear on HO failureNeels Hofmeyr1-8/+0