aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bsc_subscr_conn_fsm.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-26bsc_subscr_conn_fsm: Log Tx of BSSMAP Clear Request with causePau Espin Pedrol1-1/+5
2019-06-26bsc_subscr_conn_fsm: Use gscon_bssmap_clear() helper on send failurePau Espin Pedrol1-3/+1
2019-06-06Introduce msc_is_{sccplite,aoip}() helpersPau Espin Pedrol1-15/+2
2019-05-19bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCPPau Espin Pedrol1-0/+2
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-22/+26
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-6/+6
2019-03-24avoid use-after-free: on MGW endpoint dealloc, also forget it in conn->ho.*Neels Hofmeyr1-3/+6
2019-02-05Implement CSFB "Fast Return" Handling at RR RELEASEHarald Welte1-0/+2
2019-01-05use mgcp-client configured endpoint domain nameNeels Hofmeyr1-2/+3
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-1/+1
2018-12-18LCLS: update parameter representationMax1-3/+3
2018-12-09set gscon FSM instances' log level to DEBUGNeels Hofmeyr1-1/+1
2018-11-18always directly send BSSMAP Clear RequestNeels Hofmeyr1-1/+8
2018-11-14coverity: gscon_forget_lchan: squelch forward-nullNeels Hofmeyr1-5/+3
2018-11-14cosmetic: lchan: introduce sub-struct lchan->release.*Neels Hofmeyr1-2/+2
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-8/+8
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-8/+8
2018-11-09dbug log: verbosely detach conn<->lchanNeels Hofmeyr1-3/+25
2018-10-21subscr_conn_fsm: Fix null-pointer deref / N-CONNECT.ind from unknown MSCHarald Welte1-2/+3
2018-10-12subscr conn: properly forget lchan before releaseNeels Hofmeyr1-8/+22
2018-10-12gscon_forget_lchan(): Clear Request iff no lchans remainNeels Hofmeyr1-1/+3
2018-10-12gscon_forget_lchan(): no Clear Request after Clear CommandNeels Hofmeyr1-1/+3
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier1-2/+2
2018-08-01gscon: use BSS-common payload types on BSS sidePhilipp Maier1-1/+1
2018-07-28cosmetic: gscon: don't re-enter ST_CLEARINGNeels Hofmeyr1-3/+6
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr1-1/+1
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr1-1/+5
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-744/+455
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr1-20/+40
2018-07-28fix / clarify rsl dtap cacheNeels Hofmeyr1-24/+154
2018-06-26lcls: set codec info when performing MGW operationPhilipp Maier1-6/+5
2018-06-25gscon: pick suitable payload type / encoding name for MGCPPhilipp Maier1-0/+34
2018-06-11bsc_subscr_conn_fsm: BSC must not release SCCP connectionHarald Welte1-1/+3
2018-06-11Add missing event string name for GSCON_EV_LCLS_FAILHarald Welte1-0/+1
2018-06-08make T10 configurable like the rest of themNeels Hofmeyr1-6/+3
2018-06-08cosmetic: gscon: drop odd use of OSMO_STRINGIFYNeels Hofmeyr1-14/+14
2018-06-08gscon: put subscriber a little laterNeels Hofmeyr1-6/+6
2018-06-08use libosmocore's gsm0808_permitted_speech(), gsm0808_chosen_channel()Neels Hofmeyr1-84/+7
2018-06-07cosmetic: gscon: undup code: add common assignment_failed()Neels Hofmeyr1-36/+33
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-0/+1204