aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-07-21gsm04_08.c patches from neels (remove when committed properly)pmaier/aoip2Philipp Maier1-14/+14
2017-07-21a-iface: move clear command to subscriber_conn.cPhilipp Maier2-4/+7
2017-07-21msc-vty-completePhilipp Maier1-0/+28
2017-07-14osmo_msc: only clear A-Interface connections for GSM callsPhilipp Maier1-2/+3
2017-07-14fixup: fix typoPhilipp Maier1-1/+1
2017-07-14mncc: make external mncc workPhilipp Maier2-91/+130
2017-07-10fixup for: a_iface: fix missing clear commandPhilipp Maier1-1/+3
2017-07-07a_iface: fix missing clear commandPhilipp Maier2-0/+13
2017-07-07a_iface: fix missing log outputPhilipp Maier2-0/+8
2017-07-07a_iface: fix missing constPhilipp Maier1-1/+1
2017-07-07a_iface: add missing staticPhilipp Maier2-2/+2
2017-07-05msc_ifaces: add checks for nullpointersPhilipp Maier1-5/+44
2017-07-05fixup: remove allocation/usage of iu struct again.Neels Hofmeyr1-9/+5
2017-07-03a_iface: remove unused variablePhilipp Maier1-1/+1
2017-07-03osmo-msc/a_iface/reset: add missing constPhilipp Maier2-27/+32
2017-07-03osmo-msc/a_iface: add missing assertionsPhilipp Maier2-0/+22
2017-07-03osmo-msc: remove orphanned struct membersPhilipp Maier1-8/+2
2017-07-03osmo-msc: rename called/calling address in struct a_conn_infoPhilipp Maier2-13/+13
2017-06-30osmo-msc: finish msc-sided resetPhilipp Maier2-80/+223
2017-06-30mgcp: Fix missing call id in DLCXPhilipp Maier1-4/+7
2017-06-28aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr3-7/+7
2017-06-28aoip: don't use iu struct: do not allocate unnecessary ue_conn_ctxNeels Hofmeyr1-8/+4
2017-06-23AoIP+3G: use one common SCCP client for A and IuCSNeels Hofmeyr1-12/+2
2017-06-23a_init: use name arg for sccp client and user bindNeels Hofmeyr1-2/+2
2017-06-23a_iface: fix typo in function namePhilipp Maier1-2/+2
2017-06-23a_iface: Check if channel type and speech codec list are successfulPhilipp Maier1-4/+17
2017-06-23apply function renames in merged libosmocore patchesNeels Hofmeyr1-1/+1
2017-06-18cosmetic: make function names in a_iface_bssap more expressive.Philipp Maier2-31/+31
2017-06-18cosmetic: more expressive function names in a_ifacePhilipp Maier4-12/+15
2017-06-18fixup: return with value in void functionPhilipp Maier1-1/+2
2017-06-18mgcp: make bts base port configurablePhilipp Maier1-3/+9
2017-06-18Revert "mgcp: make sure all endpoints are closed on startup"Philipp Maier1-18/+0
2017-06-18mgcp: Make sure endpoint is free on CRCXPhilipp Maier1-0/+11
2017-06-18a_iface_bssap: clear lingering subscriber connections on resetPhilipp Maier1-2/+26
2017-06-18mgcp: make sure all endpoints are closed on startupPhilipp Maier1-0/+18
2017-06-18mgcp: release no longer used endpoint identifiersPhilipp Maier1-1/+4
2017-06-18mgcp: use mgcp DLCX command to terminate endpoint after call is donePhilipp Maier2-0/+17
2017-06-18cosmetic: fixing coding stylePhilipp Maier1-3/+3
2017-06-18osmo-bsc: Handle RESET/RESET-ACK properlyPhilipp Maier2-1/+30
2017-06-18sccp: Use osmo-stp instead of direct server/client connectionPhilipp Maier1-12/+14
2017-06-18fixup for: aoip: signal channel type to BSCPhilipp Maier1-5/+30
2017-06-18aoip: signal channel type to BSCPhilipp Maier2-6/+136
2017-06-18osmo-msc: Integrate A interface into existing call controlPhilipp Maier3-13/+72
2017-06-18fixup: Hexdump for incoming unit data was missingPhilipp Maier1-0/+1
2017-06-18WIP: Integrate AoIP into MSCPhilipp Maier5-35/+857
2017-06-18libmsc: make pitfall in gsm0408_dispatch() more obviousPhilipp Maier1-2/+6
2017-06-18WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)Harald Welte1-13/+11
2017-06-18log protocol discriminators and message types by nameNeels Hofmeyr1-6/+8
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr15-267/+1008
2017-06-18mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr11-184/+276