aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2018-01-30libmgcp: osmux_config is not a talloc context, don't use it as suchDaniel Willmann1-1/+1
2018-01-30libmgcp: Fix rtp range parsingDaniel Willmann1-5/+5
2018-01-30osmo-bsc_nat: Add a description for the MSCDaniel Willmann3-1/+14
2018-01-30libmgcp: Fix Config file writingDaniel Willmann1-42/+51
2018-01-30osmo-bsc_nat: Return -EBADF if ussd_read_cb closes the connectionDaniel Willmann1-1/+1
2018-01-30osmo-bsc_nat: Change warning into commentDaniel Willmann1-1/+1
2018-01-30libmgcp: Add separate option for osmux DSCPDaniel Willmann3-2/+19
2018-01-30bsc_nat: Remove warning for MSC-natDaniel Willmann1-3/+0
2018-01-30osmo-bsc_nat: Free mgcp_configs on shutdownDaniel Willmann3-2/+11
2018-01-30osmo-bsc_nat: Reenable osmux supportDaniel Willmann9-136/+184
2018-01-30osmo-bsc_nat: Add missing newline in log statementDaniel Willmann1-1/+1
2018-01-30osmo-bsc_nat: Implement MSC-side nat of SCCP connectionDaniel Willmann7-16/+42
2018-01-30osmo-bsc_nat: Change nat_sccp_conection ref namesDaniel Willmann5-47/+49
2018-01-30osmo-bsc_nat: Fix detection of stale connections in MGCPDaniel Willmann1-1/+1
2018-01-30mgcp: Treat ConnID as hexDaniel Willmann2-3/+3
2018-01-30bsc_nat: Fix return value in bsc_read_cb when connection was closedDaniel Willmann1-1/+1
2018-01-30bsc_nat: Fix selection of mgcp_config in bsc_mgcp_forward()Daniel Willmann1-5/+6
2018-01-30libmgcp: Pass the pointer to the mgcp list on init, don't copy itDaniel Willmann7-13/+14
2018-01-30libmgcp: Fix mgcp instance argumentDaniel Willmann1-2/+2
2018-01-30osmo-bsc_nat: Add missing return code for VTYDaniel Willmann1-0/+1
2018-01-30osmo-bsc_nat: Make bsc_mgcp_find_con aware of multiple MGCP configsDaniel Willmann1-4/+5
2018-01-30osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann4-3/+9
2018-01-30osmo-bsc_nat: Handle multiple mgcp configs in MGCP NAT codeDaniel Willmann1-41/+61
2018-01-30osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann4-62/+75
2018-01-30libmgcp: Allow to get the mgcp_config by numberDaniel Willmann2-9/+10
2018-01-30Add warnings in places missing supportDaniel Willmann5-11/+33
2018-01-30osmo-bsc_mgcp: Make it work with the changes supporting multiple MGCPDaniel Willmann1-11/+13
2018-01-30libmgcp: Make it possible to define more than one MGCP instanceDaniel Willmann3-192/+383
2018-01-30osmo-bsc_nat: Disable sending MGCP to MSC via IPA multiplexDaniel Willmann1-1/+2
2018-01-30libfilter: Also handle detach indicationsDaniel Willmann1-0/+29
2018-01-30osmo-bsc_nat: Remove unused MSC elements in struct bsc_natDaniel Willmann1-6/+0
2018-01-30osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann4-13/+19
2018-01-30osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann4-3/+28
2018-01-30tests: Test IMSI routing with multiple MSCsDaniel Willmann2-0/+50
2018-01-30osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann4-1/+61
2018-01-25osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2-2/+11
2018-01-25osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann4-68/+118
2018-01-25osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann2-0/+64
2018-01-25osmo-bsc_nat: Add variables for multiple MSC conns to struct bsc_natDaniel Willmann1-0/+4
2018-01-25osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann4-0/+25
2018-01-25osmo-bsc_nat: Remove MSC IP cmdline option. This no longer makes sense for mu...Daniel Willmann1-8/+0
2018-01-21src/libmsc/ussd.c: drop useless forward declarationVadim Yanitskiy1-13/+10
2018-01-21gsm_04_80.h: cosmetic: whitespace fixVadim Yanitskiy1-2/+2
2018-01-21gsm_04_80.h: use '#pragma once' instead of includesVadim Yanitskiy1-4/+1
2018-01-15mgcp_transcoding_test: Add LIBOSMOABIS_CFLAGSHarald Welte1-0/+1
2018-01-12libmsc: add support for both comp128v2 and comp128v3Vadim Yanitskiy5-5/+53
2017-12-19Fix tests after rate_ctr changeMax3-67/+73
2017-12-12sms.db: silence libdbi warnings on out-of-range indexNeels Hofmeyr1-18/+25
2017-11-27vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol6-3/+33
2017-11-27Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol2-10/+10