aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
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 Willmann7-13/+13
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 Willmann4-3/+9
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 Willmann4-62/+75
2017-09-08libmgcp: Allow to get the mgcp_config by numberDaniel Willmann2-9/+10
2017-09-08Add warnings in places missing supportDaniel Willmann5-11/+33
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 Willmann3-192/+383
2017-08-24WIPDaniel Willmann1-1/+2
2017-08-24libfilter: Also handle detach indicationsDaniel Willmann1-0/+29
2017-03-15osmo-bsc_nat: Remove unused MSC elements in struct bsc_natDaniel Willmann1-6/+0
2017-03-15osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann4-13/+19
2017-03-15osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann4-3/+28
2017-03-15tests: Test IMSI routing with multiple MSCsDaniel Willmann2-0/+50
2017-03-15osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann4-1/+60
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 Willmann4-68/+119
2017-03-15osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann2-0/+64
2017-03-15osmo-bsc_nat: Add variables for multiple MSC conns to struct bsc_natDaniel Willmann1-0/+4
2017-03-15osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann4-0/+25
2017-03-15osmo-bsc_nat: Remove MSC IP cmdline option. This no longer makes sense for mu...Daniel Willmann1-8/+0
2016-11-14test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann2-0/+276
2016-11-14gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann3-13/+27
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 Willmann3-5/+7
2016-05-26filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther2-1/+4
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: Added TODOs (TODO)Jacob Erlbeck1-0/+6
2015-11-30sgsn: Add logging to connect_timer_cb (TODO)Jacob Erlbeck1-0/+3
2015-11-30gtphub: add to osmoappdesc.pyNeels Hofmeyr1-2/+4
2015-11-30gtphub: add to debian buildNeels Hofmeyr1-0/+23
2015-11-29gtphub_test: build only when c-ares and gtp are present.Neels Hofmeyr1-0/+4
2015-11-26gtphub: remove another obsolete comment.Neels Hofmeyr1-69/+0
2015-11-24gtphub: add enable_gtphub_test to atlocal.in.Neels Hofmeyr1-0/+1
2015-11-24gtphub: fix ares segfault: add missing initialization.Neels Hofmeyr1-0/+2
2015-11-24gtphub: lose obsolete comment.Neels Hofmeyr1-2/+0
2015-11-21tests/smpp: Fix linking orderHarald Welte1-2/+3
2015-11-21Fix compilation with no libc-ares present on the systemHarald Welte2-3/+5
2015-11-20gtp: Fix Makefile.am so maybe distcheck is now going to workHolger Hans Peter Freyther1-1/+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 Welte7-37/+15
2015-11-20oap and gtphub tests must only be compiled of LIBGTP is present!Harald Welte1-2/+2
2015-11-20Depend on libgtp >= 0.92, as previous versions don't have gtpie.h installedHarald Welte1-1/+1
2015-11-20meas_db.c: fix compiler warningsHarald Welte1-0/+1
2015-11-20gtphub: fix echo reply to SGSNs: wrong fd. Add test.Neels Hofmeyr2-16/+62