summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mncc: Send "Dest OOO" cause in case of a link radio failure.achemeris/mncc_cause_fixesAlexander Chemeris2015-11-254-7/+19
* mncc: Log CC cause when sending a primitive to MNCC.Alexander Chemeris2015-11-251-5/+11
* mncc: Implement helper functions to convert MNCC cause to a string.Alexander Chemeris2015-11-252-8/+100
* gtphub: add enable_gtphub_test to atlocal.in.Neels Hofmeyr2015-11-241-0/+1
* gtphub: fix ares segfault: add missing initialization.Neels Hofmeyr2015-11-241-0/+2
* gtphub: lose obsolete comment.Neels Hofmeyr2015-11-241-2/+0
* tests/smpp: Fix linking orderHarald Welte2015-11-211-2/+3
* Fix compilation with no libc-ares present on the systemHarald Welte2015-11-212-3/+5
* gtp: Fix Makefile.am so maybe distcheck is now going to workHolger Hans Peter Freyther2015-11-201-1/+1
* vty: Print NCC/BCC and not just integer value of BSICHarald Welte2015-11-201-1/+2
* Fix TSC/BSIC handling bug and remove bts->tscHarald Welte2015-11-207-37/+15
* oap and gtphub tests must only be compiled of LIBGTP is present!Harald Welte2015-11-201-2/+2
* Depend on libgtp >= 0.92, as previous versions don't have gtpie.h installedHarald Welte2015-11-201-1/+1
* meas_db.c: fix compiler warningsHarald Welte2015-11-201-0/+1
* gtphub: fix echo reply to SGSNs: wrong fd. Add test.Neels Hofmeyr2015-11-202-16/+62
* gtphub: fix three oversights (thanks to coverity).Neels Hofmeyr2015-11-181-5/+3
* gtphub: fix fatal log msg for SGSN proxy.Neels Hofmeyr2015-11-181-1/+1
* gtphub: fix gtphub_read() semantics.Neels Hofmeyr2015-11-181-9/+7
* fix build: remove obsolete gtphub EXTRA_DIST.Neels Hofmeyr2015-11-181-4/+1
* gtphub: cosmetic: break long lines.Neels Hofmeyr2015-11-164-124/+201
* gtphub: review log levels, add level arg to LOG().Neels Hofmeyr2015-11-161-141/+133
* gtphub: add logging labels to bind struct.Neels Hofmeyr2015-11-162-1/+9
* gtphub: don't always try to do GGSN resolution.Neels Hofmeyr2015-11-162-29/+8
* gtphub: fix numerous segfaults, and other stupidities.Neels Hofmeyr2015-11-163-6/+10
* gtphub: Add logging for ares queries.Neels Hofmeyr2015-11-162-15/+28
* gtphub: fix handling of sender from nonstandard port.Neels Hofmeyr2015-11-161-3/+35
* gtphub: fix User plane decoding, add unit test.Neels Hofmeyr2015-11-163-24/+156
* gtphub: make test code reusable for future tests.Neels Hofmeyr2015-11-163-179/+246
* gtphub: add/fix IMSI and APN IE error handlingNeels Hofmeyr2015-11-162-22/+72
* gtphub: fix Echo behavior: respond directly.Neels Hofmeyr2015-11-164-94/+125
* gtphub: add first bits of GRX aresNeels Hofmeyr2015-11-169-120/+388
* Add GTP hub initial code base.Neels Hofmeyr2015-11-1616-1/+3854
* sgsn_vty.c: fix typoNeels Hofmeyr2015-11-101-1/+1
* gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther2015-11-104-0/+654
* Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50Martin Hauke2015-11-051-0/+1
* Fix no-return-in-nonvoid-function meas_vis.cMartin Hauke2015-11-051-0/+2
* stats/mgcp: Initialize the statistics for MGCP as wellHolger Hans Peter Freyther2015-11-021-0/+7
* stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck2015-11-025-0/+11
* stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck2015-11-026-1/+19
* mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso2015-11-022-2/+2
* oap: add OAP config to VTYNeels Hofmeyr2015-11-021-0/+91
* gsup/oap: add OAP to GSUP client.Neels Hofmeyr2015-11-025-8/+62
* oap: add OAP API testNeels Hofmeyr2015-11-022-5/+195
* oap: add oap testsuite skeletonNeels Hofmeyr2015-11-027-1/+89
* oap: implement initial OAP API.Neels Hofmeyr2015-11-026-2/+586
* libcommon: soak up three static functions.Neels Hofmeyr2015-11-027-43/+90
* sgsn: Fix up the VTY doc stringsHolger Hans Peter Freyther2015-11-021-2/+2
* SGSN: Fix typo in VTY license statement.Harald Welte2015-10-291-1/+1
* gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann2015-10-136-303/+329
* gbproxy/test: Add and call cleanup_test functionDaniel Willmann2015-10-131-0/+20