summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-bsc_nat: Fix use-after-free issue in ctrl forwarding codedaniel/bsc-nat-rebaseDaniel Willmann2018-01-301-1/+2
* Work fix gcc maybe-uninitialized warnings/errorsDaniel Willmann2018-01-305-8/+14
* libmgcp: osmux_config is not a talloc context, don't use it as suchDaniel Willmann2018-01-301-1/+1
* libmgcp: Fix rtp range parsingDaniel Willmann2018-01-301-5/+5
* osmo-bsc_nat: Add a description for the MSCDaniel Willmann2018-01-303-1/+14
* libmgcp: Fix Config file writingDaniel Willmann2018-01-301-42/+51
* osmo-bsc_nat: Return -EBADF if ussd_read_cb closes the connectionDaniel Willmann2018-01-301-1/+1
* osmo-bsc_nat: Change warning into commentDaniel Willmann2018-01-301-1/+1
* libmgcp: Add separate option for osmux DSCPDaniel Willmann2018-01-303-2/+19
* bsc_nat: Remove warning for MSC-natDaniel Willmann2018-01-301-3/+0
* osmo-bsc_nat: Free mgcp_configs on shutdownDaniel Willmann2018-01-303-2/+11
* osmo-bsc_nat: Reenable osmux supportDaniel Willmann2018-01-309-136/+184
* osmo-bsc_nat: Add missing newline in log statementDaniel Willmann2018-01-301-1/+1
* osmo-bsc_nat: Implement MSC-side nat of SCCP connectionDaniel Willmann2018-01-307-16/+42
* osmo-bsc_nat: Change nat_sccp_conection ref namesDaniel Willmann2018-01-305-47/+49
* osmo-bsc_nat: Fix detection of stale connections in MGCPDaniel Willmann2018-01-301-1/+1
* mgcp: Treat ConnID as hexDaniel Willmann2018-01-302-3/+3
* bsc_nat: Fix return value in bsc_read_cb when connection was closedDaniel Willmann2018-01-301-1/+1
* bsc_nat: Fix selection of mgcp_config in bsc_mgcp_forward()Daniel Willmann2018-01-301-5/+6
* libmgcp: Pass the pointer to the mgcp list on init, don't copy itDaniel Willmann2018-01-307-13/+14
* libmgcp: Fix mgcp instance argumentDaniel Willmann2018-01-301-2/+2
* osmo-bsc_nat: Add missing return code for VTYDaniel Willmann2018-01-301-0/+1
* osmo-bsc_nat: Make bsc_mgcp_find_con aware of multiple MGCP configsDaniel Willmann2018-01-301-4/+5
* osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann2018-01-304-3/+9
* osmo-bsc_nat: Handle multiple mgcp configs in MGCP NAT codeDaniel Willmann2018-01-301-41/+61
* osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann2018-01-304-62/+75
* libmgcp: Allow to get the mgcp_config by numberDaniel Willmann2018-01-302-9/+10
* Add warnings in places missing supportDaniel Willmann2018-01-305-11/+33
* osmo-bsc_mgcp: Make it work with the changes supporting multiple MGCPDaniel Willmann2018-01-301-11/+13
* libmgcp: Make it possible to define more than one MGCP instanceDaniel Willmann2018-01-303-192/+383
* osmo-bsc_nat: Disable sending MGCP to MSC via IPA multiplexDaniel Willmann2018-01-301-1/+2
* libfilter: Also handle detach indicationsDaniel Willmann2018-01-301-0/+29
* osmo-bsc_nat: Remove unused MSC elements in struct bsc_natDaniel Willmann2018-01-301-6/+0
* osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann2018-01-304-13/+19
* osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann2018-01-304-3/+28
* tests: Test IMSI routing with multiple MSCsDaniel Willmann2018-01-302-0/+50
* osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann2018-01-304-1/+61
* osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2018-01-252-2/+11
* osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann2018-01-254-68/+118
* osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann2018-01-252-0/+64
* osmo-bsc_nat: Add variables for multiple MSC conns to struct bsc_natDaniel Willmann2018-01-251-0/+4
* osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann2018-01-254-0/+25
* osmo-bsc_nat: Remove MSC IP cmdline option. This no longer makes sense for multiple MSCsDaniel Willmann2018-01-251-8/+0
* src/libmsc/ussd.c: drop useless forward declarationVadim Yanitskiy2018-01-211-13/+10
* gsm_04_80.h: cosmetic: whitespace fixVadim Yanitskiy2018-01-211-2/+2
* gsm_04_80.h: use '#pragma once' instead of includesVadim Yanitskiy2018-01-211-4/+1
* mgcp_transcoding_test: Add LIBOSMOABIS_CFLAGSHarald Welte2018-01-151-0/+1
* libmsc: add support for both comp128v2 and comp128v3Vadim Yanitskiy2018-01-125-5/+53
* Fix tests after rate_ctr changeMax2017-12-193-67/+73
* sms.db: silence libdbi warnings on out-of-range indexNeels Hofmeyr2017-12-121-18/+25