aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Re-introduce support for IPA-encapsulated MGCPHarald Welte1-0/+92
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-1149/+0
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte1-24/+25
2018-01-19HO: fix recovery from failed handoverNeels Hofmeyr1-1/+56
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr1-7/+5
2018-01-10cosmetic: mgcp: remove duplicate loggingPhilipp Maier1-2/+0
2018-01-10mgcp: log file and line of calls to handle_error()Philipp Maier1-3/+6
2017-12-20mgcp: validate rtp connection data in MGW response (ip/port)Philipp Maier1-2/+18
2017-12-20mgcp: cancel transactions on timeoutPhilipp Maier1-0/+9
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte1-5/+5
2017-12-10mgcp: cosmetic fixupsPhilipp Maier1-105/+39
2017-12-01cosmetic: use fsm pointer from parameter listPhilipp Maier1-39/+31
2017-12-01cosmetic: correct sourcecode formattingPhilipp Maier1-1/+2
2017-12-01cosmetic: add missing log prefixPhilipp Maier1-6/+6
2017-12-01cosmetic: do not cast void pointerPhilipp Maier1-5/+5
2017-12-01mgcp: do not fail silently on snprintf()Philipp Maier1-2/+1
2017-12-01mgcp: add missing switch casePhilipp Maier1-0/+8
2017-12-01mgcp: use mgw assigned connection identifiersPhilipp Maier1-11/+14
2017-12-01mgcp: use hexadecimal digits in endpoint namesPhilipp Maier1-1/+1
2017-11-12mgcp: remove unused variablePhilipp Maier1-4/+0
2017-11-12mgcp: add missing out statePhilipp Maier1-1/+1
2017-11-12cosmetic: replace term MGCP-GW with MGWPhilipp Maier1-7/+7
2017-11-12cosmetic: reorder case listPhilipp Maier1-2/+2
2017-11-07mgcp: use osmo-mgw to switch RTP streamsPhilipp Maier1-0/+1136