aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06tweak DEBUG logNeels Hofmeyr1-2/+2
2023-12-19client: safely handle dealloc on event dispatchNeels Hofmeyr1-2/+34
2023-09-26mgcp-client: Introduce API osmo_mgcpc_ep_local_name()Pau Espin Pedrol1-0/+24
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-2/+2
2022-09-16Make osmo_mgcpc_ep_fsm_pre_term() staticHarald Welte1-1/+1
2021-08-16libosmo-mgcp-client: extend the mgcp_client for MGW poolingPhilipp Maier1-0/+7
2021-07-15mgcp_client_endpoint_fsm: on term, still let conns wait for DLCX OKNeels Hofmeyr1-1/+29
2021-07-08Use DLMGCP instead of DLGLOBAL in log linesPau Espin Pedrol1-2/+2
2021-05-19add osmo_mgcpc_ep_ci_get_remote_rtp_info()Neels Hofmeyr1-1/+12
2020-09-16change timer T2427001 to X2427Neels Hofmeyr1-3/+1
2020-09-07mgcp_client: copy back Connection Information from MDCX ACKPau Espin Pedrol1-4/+11
2020-08-31mgcp-client: Support IPv6 in osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr() imp...Pau Espin Pedrol1-5/+22
2019-11-01fix use-after-free: require new fsm deferred dealloc, check for termNeels Hofmeyr1-0/+3
2019-10-29client: endp fsm: add osmo_mgcpc_ep_ci_ep()Neels Hofmeyr1-0/+8
2019-10-29client: endp fsm: allow cancelling a notify eventNeels Hofmeyr1-1/+40
2019-10-29client: endp fsm: clear ci[] before dispatching DLCX successNeels Hofmeyr1-2/+6
2019-10-29client: endp fsm: add notify struct, prep for cancel-notifyNeels Hofmeyr1-19/+27
2019-10-02clear pending requests on MGCP failureNeels Hofmeyr1-0/+20
2019-05-14mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGWPau Espin Pedrol1-0/+14
2019-05-08mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision with old osmo-bscPau Espin Pedrol1-1/+1
2019-04-30fix: multiple initial CRCXNeels Hofmeyr1-11/+90
2019-04-30move MGW endpoint FSM from osmo-bsc to hereNeels Hofmeyr1-0/+793