aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-11-16gtphub: add first bits of GRX aresNeels Hofmeyr5-85/+255
2015-11-16Add GTP hub initial code base.Neels Hofmeyr5-0/+2684
2015-11-10sgsn_vty.c: fix typoNeels Hofmeyr1-1/+1
2015-11-10gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther2-0/+62
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck3-0/+7
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck2-1/+9
2015-11-02oap: add OAP config to VTYNeels Hofmeyr1-0/+91
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr2-7/+51
2015-11-02oap: implement initial OAP API.Neels Hofmeyr3-1/+436
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr1-29/+1
2015-11-02sgsn: Fix up the VTY doc stringsHolger Hans Peter Freyther1-2/+2
2015-10-29SGSN: Fix typo in VTY license statement.Harald Welte1-1/+1
2015-10-13gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann2-6/+14
2015-10-13gprs: Use RAND_bytes for p-tmsiDaniel Willmann2-2/+7
2015-10-12sgsn: Fix pattern for too long msisdnHolger Hans Peter Freyther1-1/+1
2015-10-12Revert "gprs: Use RAND_bytes for p-tmsi"Holger Hans Peter Freyther2-7/+2
2015-10-12gprs: Use RAND_bytes for p-tmsiDaniel Willmann2-2/+7
2015-10-07gsup: factor out header composition & sending.Neels Hofmeyr1-3/+9
2015-09-24sgsn_main: in -h, print default config fileNeels Hofmeyr1-1/+1
2015-09-24vty: Change the return type from enum to intHolger Hans Peter Freyther2-2/+2
2015-09-24gbproxy: Add quirk commands to allow upgrade from pre-releaseHolger Hans Peter Freyther1-0/+53
2015-08-18Use 'ROUTING AREA' consistently, not 'ROUTEING AREA'Harald Welte1-1/+1
2015-08-18GSM/GPRS 04.08: Don't print numeric mobile identity typesHarald Welte1-6/+7
2015-08-18GMM: fix format string compiler warningHarald Welte1-1/+1
2015-08-18GMM: Don't use DGPRS logging category from GMMHarald Welte1-2/+2
2015-08-18GMM: use MMCTXP whenever possible to include MS identity in log outputHarald Welte1-14/+17
2015-08-18LLC: Don't dispatch XID frames into GMMHarald Welte1-1/+1
2015-08-18LLC: Don't feed length=0 frames to SNDCP / GMMHarald Welte1-1/+1
2015-08-18GMM: add hexdump in case of unknown pdisc/msgtypeHarald Welte1-6/+6
2015-08-18sgsn: make all SGSN timers configurable via the VTYHarald Welte2-36/+108
2015-06-02sgsn: Simplify finding/using the first address of the resultHolger Hans Peter Freyther1-7/+2
2015-06-02sgsn: seleted_apn_str might be NULL do not strcpyHolger Hans Peter Freyther1-1/+4
2015-06-02sgsn: Check the return value of osmo_fd_registerHolger Hans Peter Freyther1-1/+2