aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
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