aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/a_iface_bssap.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23osmo-msc: point codes in human readable formPhilipp Maier1-4/+17
2017-07-07a_iface: fix missing log outputPhilipp Maier1-0/+2
2017-07-07a_iface: fix missing constPhilipp Maier1-1/+1
2017-07-07a_iface: add missing staticPhilipp Maier1-1/+1
2017-07-05fixup: remove allocation/usage of iu struct again.Neels Hofmeyr1-9/+5
2017-07-03osmo-msc/a_iface/reset: add missing constPhilipp Maier1-18/+22
2017-07-03osmo-msc/a_iface: add missing assertionsPhilipp Maier1-0/+10
2017-07-03osmo-msc: rename called/calling address in struct a_conn_infoPhilipp Maier1-8/+8
2017-06-30osmo-msc: finish msc-sided resetPhilipp Maier1-53/+36
2017-06-28aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr1-1/+1
2017-06-28aoip: don't use iu struct: do not allocate unnecessary ue_conn_ctxNeels Hofmeyr1-8/+4
2017-06-18cosmetic: make function names in a_iface_bssap more expressive.Philipp Maier1-28/+28
2017-06-18a_iface_bssap: clear lingering subscriber connections on resetPhilipp Maier1-2/+26
2017-06-18cosmetic: fixing coding stylePhilipp Maier1-3/+3
2017-06-18osmo-bsc: Handle RESET/RESET-ACK properlyPhilipp Maier1-1/+2
2017-06-18osmo-msc: Integrate A interface into existing call controlPhilipp Maier1-1/+42
2017-06-18WIP: Integrate AoIP into MSCPhilipp Maier1-0/+647