aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_subscr_conn_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13bsc_subscriber_conn_fsm: use subslot 0 in case of E1 full subslotPhilipp Maier1-1/+7
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-10-21gscon_pre_term: properly clear mgw epNeels Hofmeyr1-1/+1
2022-10-17gscon_ensure_mgw_endpoint(): Set mgw_enpoint ptr to NULL not neededPau Espin Pedrol1-1/+0
2022-10-16Introduce support for MGW-pinning per BTSPau Espin Pedrol1-1/+57
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-08-01bsc_subscr_conn_fsm: fix use after freePhilipp Maier1-0/+4
2022-05-31fix rare segfault in MGCP client handlingNeels Hofmeyr1-0/+3
2022-05-15do not BSSMAP Clear on lchan rel when LCS is still ongoingNeels Hofmeyr1-3/+6
2022-04-25emerg call: send BSSMAP Clear Req cause as preemptionNeels Hofmeyr1-2/+1
2022-04-20Handle unknown rllr_ind enum values in rll_ind_cb()Harald Welte1-0/+4
2022-03-09tweak error msg: s/inter-BSC MT/inter-BSC incomingNeels Hofmeyr1-2/+2
2022-03-09support "empty" SCCP N-Connect from MSCNeels Hofmeyr1-36/+108
2022-03-09add counter for inter-BSC incoming Handover RequestNeels Hofmeyr1-0/+1
2022-03-08add missing counter increment for Perform Location RequestNeels Hofmeyr1-0/+1
2022-03-03tweak logl to ERROR for invalid initial BSSMAPNeels Hofmeyr1-4/+4
2022-01-13Fix DLCI CC bits transmitted in SAPI "n" REJECTPau Espin Pedrol1-4/+4
2022-01-12gscon clear: without SCCP conn, no need to wait for RLSD timeoutNeels Hofmeyr1-0/+4
2022-01-12fix gscon clear 3/n: separate state for SCCP RLSDNeels Hofmeyr1-54/+71
2022-01-04fix gscon clear 2/n: proper state transition to ST_CLEARINGNeels Hofmeyr1-15/+20
2022-01-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