aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_sigtran.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Re-introduce support for IPA-encapsulated MGCPlaforge/mgcp-ipaHarald Welte1-0/+4
2018-08-29fix dependency bug: include mgcp_client/, not mgcp/Neels Hofmeyr1-1/+1
2018-08-29log: tweaks and more context in osmo_bsc_sigtran_send()Neels Hofmeyr1-4/+6
2018-08-25MGCP: add 'X-Osmo-IGN: C' for SCCPlite by defaultNeels Hofmeyr1-0/+10
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier1-7/+5
2018-08-07GSCON: avoid sending connection oriented data when not connectedPhilipp Maier1-1/+6
2018-08-07sigtran: fix memleak in osmo_bsc_sigtran_send()Philipp Maier1-1/+2
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-8/+43
2018-06-08Explicitly register CTRL-over-IPA callback with libosmo-sigtranHarald Welte1-1/+5
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte1-3/+2
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-0/+35
2018-05-25vty: Permit selection of other ASP protocol than M3UAHarald Welte1-1/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-6/+6
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-69/+38
2018-02-19SIGTRAN: correct wrong log categoryPhilipp Maier1-2/+2
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte1-86/+58
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-2/+3
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte1-2/+2
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte1-3/+3
2017-11-10use osmo_sccp_inst_addr_name() instead of looking up ss7Neels Hofmeyr1-8/+4
2017-11-09osmo-bsc: SCCP addrs: default only if unset, reject invalidNeels Hofmeyr1-32/+25
2017-11-07mgcp: use osmo-mgw to switch RTP streamsPhilipp Maier1-0/+5
2017-10-26log: output hexdump of transmitted sccp messagesPhilipp Maier1-2/+2
2017-10-26log: log the sccp message type of messages sentPhilipp Maier1-0/+16
2017-09-06move include/openbsc to include/osmocom/bscNeels Hofmeyr1-7/+7
2017-08-30Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-0/+561