aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-12tweak fsm_msc_mgcp FSM and FI nameNeels Hofmeyr1-6/+4
2019-01-05use mgcp-client configured endpoint domain nameneels/mgw_domainNeels Hofmeyr1-7/+6
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-4/+4
2019-01-04abort assignment on Assignment FailureNeels Hofmeyr1-0/+19
2019-01-04fix: incoming call during ongoing callNeels Hofmeyr1-0/+31
2019-01-04move trans->assignment_done to cc.assignment_startedNeels Hofmeyr1-3/+3
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr1-0/+16
2019-01-03release RTP stream only for matching CC transactionNeels Hofmeyr1-0/+6
2019-01-03cosmetics in msc_mgcp_call_release()Neels Hofmeyr1-8/+8
2018-12-19mgcp log tweak: say RAN, not BTS, like surrounding loggingNeels Hofmeyr1-1/+1
2018-12-19fix msc_mgcp_fsm_evt_names: two missing eventsNeels Hofmeyr1-0/+2
2018-12-11Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"Neels Hofmeyr1-71/+31
2018-12-10move ASS-COMPL MGCP handling out of a_iface_bssap.cNeels Hofmeyr1-31/+71
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-12/+12
2018-10-08msc_mgcp: move mncc struct initalization to where its actually neededPhilipp Maier1-9/+11
2018-09-28fix a use-after-free in msc_mgcp.c:_handle_error()Stefan Sperling1-10/+10
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier1-14/+6
2018-07-26cosmetic: typos in log and commentNeels Hofmeyr1-6/+6
2018-07-26Iu MGCP: no need to loopback on the cn sideNeels Hofmeyr1-8/+0
2018-05-29mgcp: hack to keep IuUP workingPhilipp Maier1-0/+40
2018-05-29mgcp: do not start connections in loopback modePhilipp Maier1-2/+2
2018-04-11msc_mgcp: do not send wildcarded DLCX messagesPhilipp Maier1-5/+25
2018-04-11msc_mgcp.c: log endpoint name instead of pointerPhilipp Maier1-3/+3
2018-03-17msc_mgcp.c: Fix several wrong ptr printf fmtPau Espin Pedrol1-5/+5
2018-03-16msc_mgcp: to not access higher layers after releasePhilipp Maier1-4/+9
2018-03-14mcgp: let the MGW allocate the MGCP endpointPhilipp Maier1-22/+27
2018-03-14msc_mgcp: use more conceise error msg on truncationPhilipp Maier1-7/+7
2018-03-14mgcp: be sure that pending mgcp transactions are canceled before freePhilipp Maier1-0/+7
2018-03-14msc_mgcp: fix mgw timeout handlingPhilipp Maier1-40/+58
2018-02-26msc_mgcp: Add FSM event namesPhilipp Maier1-0/+13
2018-02-19libmsc: Pretend MNCC requested release in handle_error()Daniel Willmann1-0/+11
2018-02-10MGCP: Response code 250 is *not* an error for DLCXHarald Welte1-1/+2
2018-02-08increase RAN timeout in MGCP FSMPhilipp Maier1-3/+2
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-0/+1078