aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-15libmgcp: Pass the pointer to the mgcp list on init, don't copy itusers/daniel/ow-nat-msc-connsDaniel Willmann5-11/+11
2017-09-15libmgcp: Fix mgcp instance argumentDaniel Willmann1-2/+2
2017-09-08osmo-bsc_nat: Add missing return code for VTYDaniel Willmann1-0/+1
2017-09-08osmo-bsc_nat: Attempt to make bsc_mgcp_find_con aware of multiple MGCPDaniel Willmann1-4/+5
2017-09-08WIP: Add missing linesDaniel Willmann1-3/+3
2017-09-08osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann2-2/+6
2017-09-08osmo-bsc_nat: Handle multiple mgcp configs in MGCP NAT codeDaniel Willmann1-38/+58
2017-09-08osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann3-58/+68
2017-09-08libmgcp: Allow to get the mgcp_config by numberDaniel Willmann1-9/+9
2017-09-08Add warnings in places missing supportDaniel Willmann4-9/+27
2017-09-07osmo-bsc_mgcp: Make it work with the changes supporting multiple MGCPDaniel Willmann1-11/+14
2017-09-07libmgcp: Make it possible to define more than one MGCP instanceDaniel Willmann2-191/+380
2017-08-24WIPDaniel Willmann1-1/+2
2017-08-24libfilter: Also handle detach indicationsDaniel Willmann1-0/+29
2017-03-15osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann3-12/+18
2017-03-15osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann3-3/+26
2017-03-15osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann3-1/+55
2017-03-15osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2-2/+11
2017-03-15osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann3-67/+118
2017-03-15osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann1-0/+59
2017-03-15osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann2-0/+13
2017-03-15osmo-bsc_nat: Remove MSC IP cmdline option. This no longer makes sense for mu...Daniel Willmann1-8/+0
2016-11-14gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann2-12/+26
2016-11-02SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-06-29osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann2-5/+6
2016-05-26filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther1-1/+1
2015-12-17gbproxy: Fix stored msgbs in gbproxy_flush_stored_messagesJacob Erlbeck1-1/+1
2015-11-30sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch (TODO)Jacob Erlbeck1-9/+20
2015-11-30sgsn: Add logging to connect_timer_cb (TODO)Jacob Erlbeck1-0/+3
2015-11-26gtphub: remove another obsolete comment.Neels Hofmeyr1-69/+0
2015-11-24gtphub: fix ares segfault: add missing initialization.Neels Hofmeyr1-0/+2
2015-11-21Fix compilation with no libc-ares present on the systemHarald Welte1-2/+1
2015-11-20vty: Print NCC/BCC and not just integer value of BSICHarald Welte1-1/+2
2015-11-20Fix TSC/BSIC handling bug and remove bts->tscHarald Welte5-31/+11
2015-11-20meas_db.c: fix compiler warningsHarald Welte1-0/+1
2015-11-20gtphub: fix echo reply to SGSNs: wrong fd. Add test.Neels Hofmeyr1-1/+1
2015-11-18gtphub: fix three oversights (thanks to coverity).Neels Hofmeyr1-5/+3
2015-11-18gtphub: fix fatal log msg for SGSN proxy.Neels Hofmeyr1-1/+1
2015-11-18gtphub: fix gtphub_read() semantics.Neels Hofmeyr1-9/+7
2015-11-16gtphub: cosmetic: break long lines.Neels Hofmeyr2-61/+116
2015-11-16gtphub: review log levels, add level arg to LOG().Neels Hofmeyr1-141/+133
2015-11-16gtphub: add logging labels to bind struct.Neels Hofmeyr1-1/+7
2015-11-16gtphub: don't always try to do GGSN resolution.Neels Hofmeyr2-29/+8
2015-11-16gtphub: fix numerous segfaults, and other stupidities.Neels Hofmeyr2-6/+7
2015-11-16gtphub: Add logging for ares queries.Neels Hofmeyr2-15/+28
2015-11-16gtphub: fix handling of sender from nonstandard port.Neels Hofmeyr1-3/+35
2015-11-16gtphub: fix User plane decoding, add unit test.Neels Hofmeyr1-16/+37
2015-11-16gtphub: make test code reusable for future tests.Neels Hofmeyr1-2/+0
2015-11-16gtphub: add/fix IMSI and APN IE error handlingNeels Hofmeyr2-22/+72
2015-11-16gtphub: fix Echo behavior: respond directly.Neels Hofmeyr1-27/+59