aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-06-13add DSUA debug constantDaniel Willmann1-0/+5
2016-06-10add DRANAP debug constantDaniel Willmann1-0/+5
2016-06-05gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULLNeels Hofmeyr1-1/+4
2016-06-02gprs: more conditionals for Gb specific actionsDaniel Willmann3-8/+14
2016-06-02sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)Daniel Willmann1-3/+10
2016-06-02gprs_gmm.c: Perform LLME operations only if we have oneHarald Welte1-5/+7
2016-06-02gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte1-36/+60
2016-06-02gprs_gmm.c: Don't try to de-reference NULL mmctxNeels Hofmeyr1-0/+32
2016-06-02rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte2-3/+3
2016-06-01create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_con...Daniel Willmann1-9/+14
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte6-46/+47
2016-05-31gprs: use new uint8_t * for kv in gprs_cipher_run()Alexander Couzens1-2/+2
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte2-3/+3
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte2-10/+10
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte2-1/+2
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte3-474/+2
2016-04-29move utils.h functions to libosmocoreHarald Welte2-6/+7
2016-04-29osmo_gsup_messge.[ch] documentation update (doxygen)Harald Welte1-0/+10
2016-04-29gsup_messages: Add UMTS AKA related encoding/decoding supportHarald Welte1-0/+46
2016-04-29move osmo_shift_* / osmo_match_shift_* to libosmogsmHarald Welte2-174/+0
2016-04-29rename gprs_shift_*() to osmo_shift_*()Harald Welte4-47/+86
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte3-108/+108
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte3-3/+5
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte13-152/+10
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte4-40/+40
2016-04-16gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present ...Neels Hofmeyr1-4/+6
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-4/+4
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+13
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr2-13/+23
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr3-10/+24
2016-02-23gtphub: tweak default logging levelNeels Hofmeyr1-1/+1
2016-02-23gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUBNeels Hofmeyr1-5/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck2-3/+48
2016-02-22sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck1-3/+15
2016-02-22sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-30/+1
2016-02-22sgsn: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck2-9/+9
2016-02-22sgsn: Remove tlli_foreign2localJacob Erlbeck1-23/+2
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther2-20/+20
2016-01-26gprs: use libgtp cflagsAlexander Huemer1-1/+1
2016-01-23gtphub: Fix use after free on failureHolger Hans Peter Freyther1-1/+3
2016-01-22gtphub: Make the two setter static as wellHolger Hans Peter Freyther1-2/+2
2016-01-22gtphub: Fix compilation using gcc5Holger Hans Peter Freyther1-2/+2
2015-12-14gtphub VTY: add newlines to some VTY docs' final linesNeels Hofmeyr1-8/+8
2015-12-14gtphub VTY: fix doc strings for show cmdsNeels Hofmeyr1-7/+10
2015-12-08gtphub: log: limit length of hex dumps.Neels Hofmeyr2-4/+7
2015-12-07gtphub: add VTY show for peers and peer stats.Neels Hofmeyr1-4/+119
2015-12-07gtphub: improve handling of restarted peer.Neels Hofmeyr1-11/+12