aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/lchan_rtp_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts()Harald Welte1-5/+5
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol1-1/+1
2023-03-08abis_rsl: CSD: add RTP_CSD_FMT IE to CRCX/MDCXOliver Smith1-1/+20
2023-03-06chan_mode_to_mgcp_codec: support CSDOliver Smith1-0/+6
2023-03-06rsl_tx_ipacc_crcx/mdcx: omit speech mode for CSDOliver Smith1-7/+9
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr1-1/+1
2022-11-23Cosmetic: fix spaces around timersOliver Smith1-4/+4
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-10-26vty: Fix and deprecate typo in cmd 'amr-payload bandwith-efficient'Pau Espin Pedrol1-1/+1
2022-09-21Drop Osmux call setup if BTS didn't provide a remote CIDPau Espin Pedrol1-0/+5
2022-09-19mgcp: Set up Osmux only when AMR codec is selectedPau Espin Pedrol1-5/+25
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol1-2/+27
2022-08-09cosmetic: Clean initiating whitespacePau Espin Pedrol1-2/+2
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-3/+3
2022-03-03silence bogus error: event not permitted: READY_TO_SWITCH_RTPNeels Hofmeyr1-0/+7
2021-11-06for linter: s/while(0)/while (0)Neels Hofmeyr1-1/+1
2021-06-10lchan_fsm: lchan_fail() strings should not have a terminating newlineNeels Hofmeyr1-2/+2
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr1-6/+6
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-1/+1
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-6/+6
2021-05-21log: show src file,line of lchan_set_last_errorNeels Hofmeyr1-1/+1
2020-09-18lchan_fsm, lchan_rtp_fsm: make all timers configurableOliver Smith1-4/+4
2020-09-09lchan_rtp_fsm: Deferr IPACC MDCX after BTS side MGCP MDCXPau Espin Pedrol1-28/+26
2020-09-02Fail on invalid IP addresses passed to IPACC MDCXPau Espin Pedrol1-2/+8
2020-08-06lchan_rtp_fsm: use E1 endpoints if the BTS is not ipaccess typePhilipp Maier1-3/+19
2020-08-03lchan_rtp_fsm: make _fsm_timer_cb and _fsm_cleanup staticPhilipp Maier1-2/+2
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-24lchan_rtp_fsm: fix out_state_maskPhilipp Maier1-0/+1
2020-05-04timers: T->X: 23002, 23004, 23005, 23006Oliver Smith1-4/+4
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-15/+99
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-6/+5
2019-01-16Log MDCX ACK for established lchanMax1-1/+8
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-13/+13
2018-12-05bsc: lchan_rtp_fsm: Avoid duplicate LCHAN_EV_RTP_RELEASED eventPau Espin Pedrol1-1/+5
2018-11-14lchan: set cause for 4 instances of release_in_error = trueNeels Hofmeyr1-0/+1
2018-11-14cosmetic: lchan: introduce sub-struct lchan->release.*Neels Hofmeyr1-4/+4
2018-08-29log: lchan_rtp_fsm: add missing '\n'Neels Hofmeyr1-4/+4
2018-08-25MGCP: add 'X-Osmo-IGN: C' for SCCPlite by defaultNeels Hofmeyr1-1/+5
2018-08-22fix lchan_rtp_fsm: missing event handlingNeels Hofmeyr1-0/+13
2018-08-01gscon: use BSS-common payload types on BSS sidePhilipp Maier1-2/+2
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-1/+1
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr1-0/+743