summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sgsn_iu/libgtp: Update pdp context with new IP address after RAB assigndaniel/gprs-iuDaniel Willmann2016-02-042-7/+7
* sgsn_iu: Parse the RAB assignemnt response and get pdp ctx form itDaniel Willmann2016-02-041-9/+26
* sgsn: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann2016-02-042-1/+18
* sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann2016-02-042-7/+12
* gprs_gmm: Apply the auth hack only for UTRAN_Iu RAN typeDaniel Willmann2016-02-041-6/+7
* tests/sgsn: Fix compilation of sgsn_testDaniel Willmann2016-02-041-18/+40
* sgsn_libgtp: Use the address provided by the GGSN for RAB activationDaniel Willmann2016-02-041-1/+3
* gprs: Fix some misleading commentsDaniel Willmann2016-02-042-3/+3
* WIP: Wait for radio bearer before sending pdp context acceptDaniel Willmann2016-02-042-12/+28
* HACK: ranap_decode_rab_setupormodifieditemies crashes so disable itDaniel Willmann2016-02-041-1/+2
* sgsn_iu: RABAssignment response is an Outcome, not a Successful oneDaniel Willmann2016-02-041-5/+7
* gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann2016-02-041-2/+6
* remove dead code from Makefile.amHarald Welte2016-02-041-2/+0
* WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte2016-02-0410-53/+216
* add sgsn_iu.c that was missed in large WIP commitHarald Welte2016-02-041-0/+425
* rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frameHarald Welte2016-02-041-1/+1
* subscr_name(): Handle case for subscr == NULLHarald Welte2016-02-043-6/+6
* WIPHarald Welte2016-02-041-1/+51
* gprs_gmm.c: Preform LLME operations only if we have oneHarald Welte2016-02-041-5/+7
* gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte2016-02-041-36/+60
* gprs_gmm.c: Don't try to de-reference NULL mmctxHarald Welte2016-02-041-0/+10
* rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte2016-02-043-4/+4
* prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte2016-02-047-60/+99
* gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther2016-01-307-63/+63
* openbsc/README: some fixes, add CSCN and Iu*Neels Hofmeyr2016-01-281-6/+10
* Add README.vty-testsNeels Hofmeyr2016-01-281-0/+11
* remove src/libgb/Makefile.amNeels Hofmeyr2016-01-281-9/+0
* fix bsc_vty out: timeslot indented too deeply.Neels Hofmeyr2016-01-2810-543/+543
* gprs: use libgtp cflagsAlexander Huemer2016-01-261-1/+1
* gtphub: Fix use after free on failureHolger Hans Peter Freyther2016-01-231-1/+3
* db: Avoid undefined behavior when copying cm2/cm3 from the dbHolger Hans Peter Freyther2016-01-231-2/+4
* gtphub: Make the two setter static as wellHolger Hans Peter Freyther2016-01-221-2/+2
* dahdi: The driver has moved to libosmo-abisHolger Hans Peter Freyther2016-01-221-1/+0
* gtphub: Fix compilation using gcc5Holger Hans Peter Freyther2016-01-221-2/+2
* tests/abis: fix format specifiersAlexander Huemer2016-01-151-5/+5
* tests/oap: depend on libgtpAlexander Huemer2016-01-151-0/+4
* bsc/vty: Provide a hint of available inputHolger Hans Peter Freyther2016-01-151-1/+1
* gtphub VTY: add newlines to some VTY docs' final linesNeels Hofmeyr2015-12-141-8/+8
* gtphub VTY: fix doc strings for show cmdsNeels Hofmeyr2015-12-141-7/+10
* gtphub: Fix the VTY prompt to make the tests move forwardHolger Hans Peter Freyther2015-12-141-1/+1
* gtphub VTY test: use only 127.0.0.1.Neels Hofmeyr2015-12-142-1/+26
* osmoappdesc.py: fix wrong index introduced by gtphub.Neels Hofmeyr2015-12-131-1/+1
* indicate the GSM 04.08 channel mode in 'show lchan'Harald Welte2015-12-121-0/+16
* mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte2015-12-123-8/+13
* mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte2015-12-122-70/+61
* gtphub: log: limit length of hex dumps.Neels Hofmeyr2015-12-082-4/+7
* gtphub: add VTY show for peers and peer stats.Neels Hofmeyr2015-12-071-4/+119
* gtphub: improve handling of restarted peer.Neels Hofmeyr2015-12-073-20/+60
* gtphub: log most common message type names.Neels Hofmeyr2015-12-071-14/+63
* gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr2015-12-074-125/+144