1. 4e699a9 sgsn: add statistics counter for LLC packets by Alexander Couzens · 8 years ago
  2. 723f7c7 comment: gsm48_gmm_sendmsg(): add spec reference on encryptable by Neels Hofmeyr · 8 years ago
  3. 67933a1 fix: create_pdp_conf(): unset reject_cause after unknown ran_type by Neels Hofmeyr · 8 years ago
  4. 14314bd sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  5. 15fcd10 gprs_gmm: remove duplicated start of T3395 by Alexander Couzens · 8 years ago
  6. b572d7c SGSN: fix FCS calculation for encrypted frames by Dieter Spaar · 8 years ago
  7. 1de1591 SGSN: move cipher application to separate function by Max · 8 years ago
  8. 8204010 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago
  9. b997f84 SGSN: add preliminary support for GPRS encryption by Max · 8 years ago
  10. 5aa5196 SGSN: split GEA key management from TLLI by Max · 8 years ago
  11. 4011e72 SGSN: use unique AUTH REQ reference by Max · 8 years ago
  12. 176b62a SGSN: prevent starting with inconsistent config by Max · 8 years ago
  13. 3955025 SGSN: move TLLI unassignment into separate function by Max · 8 years ago
  14. 93408ae SGSN: add vty config for choosing GPRS encryption by Max · 8 years ago
  15. 896c6f8 SGSN: force GSUP CN domain to PS by Max · 8 years ago
  16. 3adb23c add DSUA debug constant by Daniel Willmann · 8 years ago
  17. 35a65ed add DRANAP debug constant by Daniel Willmann · 8 years ago
  18. 9329e6f gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULL by Neels Hofmeyr · 8 years ago
  19. f9f4387 gprs: more conditionals for Gb specific actions by Daniel Willmann · 8 years ago
  20. 7ec8ca4 sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu) by Daniel Willmann · 8 years ago
  21. 2b2429e gprs_gmm.c: Perform LLME operations only if we have one by Harald Welte · 9 years ago
  22. dbc72b3 gprs_gmm.c: Make TLLI handling specific to Gb interface by Harald Welte · 9 years ago
  23. e98ba82 gprs_gmm.c: Don't try to de-reference NULL mmctx by Neels Hofmeyr · 8 years ago
  24. 49393e1 rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb() by Harald Welte · 9 years ago
  25. 62ff384 create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_cont_acc() by Daniel Willmann · 8 years ago
  26. f97ee04 prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) by Harald Welte · 9 years ago
  27. 85f8fda gprs: use new uint8_t * for kv in gprs_cipher_run() by Alexander Couzens · 8 years ago
  28. 7c55ede Add human-readable name of SGSN_AUTH_AUTHENTICATE by Harald Welte · 8 years ago
  29. 5f2524f sgsn/GSUP: Support MAP-style nested LU/ISD by Harald Welte · 8 years ago
  30. 5d547a4 osmo_oap_decode(): Use common argument ordering by Harald Welte · 8 years ago
  31. d8aa412 OAP: Various coding style fixes by Harald Welte · 8 years ago
  32. 564c065 OAP: use osmo_oap_ prefix for OAP, rather than plain oap_ by Harald Welte · 8 years ago
  33. 31760a1 oap_message.h: Remove dependency to openbsc include by Harald Welte · 8 years ago
  34. 23d77d5 Move osmo_gsup_messages.[ch] to libosmocore by Harald Welte · 8 years ago
  35. 50f1c0a move utils.h functions to libosmocore by Harald Welte · 8 years ago
  36. eff215a osmo_gsup_messge.[ch] documentation update (doxygen) by Harald Welte · 8 years ago
  37. 7ca035d gsup_messages: Add UMTS AKA related encoding/decoding support by Harald Welte · 8 years ago
  38. 85234a3 move osmo_shift_* / osmo_match_shift_* to libosmogsm by Harald Welte · 8 years ago
  39. 842674b rename gprs_shift_*() to osmo_shift_*() by Harald Welte · 8 years ago
  40. 28903a9 Rename gprs_gsup_* to osmo_gsup_* by Harald Welte · 8 years ago
  41. d3fa84d use new libosmocore gsm_23_003.h for IMEI/IMSI length by Harald Welte · 8 years ago
  42. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  43. 121e9a4 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  44. 312bf6c gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present (CID #57687) by Neels Hofmeyr · 8 years ago
  45. 961bd0b 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  46. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  47. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  48. fa0f715 enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  49. 69da1d4 gtphub: tweak default logging level by Neels Hofmeyr · 8 years ago
  50. 03933a4 gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUB by Neels Hofmeyr · 8 years ago
  51. 5ac4aad sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matches by Jacob Erlbeck · 9 years ago
  52. d35957a sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req by Jacob Erlbeck · 9 years ago
  53. d58c033 sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlli by Jacob Erlbeck · 9 years ago
  54. e7bcdc3 sgsn: Make ra_id_equals available as gprs_ra_id_equals by Jacob Erlbeck · 9 years ago
  55. 3fbf0a3 sgsn: Remove tlli_foreign2local by Jacob Erlbeck · 9 years ago
  56. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  57. 1bf8617 gprs: use libgtp cflags by Alexander Huemer · 8 years ago
  58. de76661 gtphub: Fix use after free on failure by Holger Hans Peter Freyther · 8 years ago
  59. fec29ab gtphub: Make the two setter static as well by Holger Hans Peter Freyther · 8 years ago
  60. 91e0e1b gtphub: Fix compilation using gcc5 by Holger Hans Peter Freyther · 8 years ago
  61. cdc548c gtphub VTY: add newlines to some VTY docs' final lines by Neels Hofmeyr · 9 years ago
  62. 69a720f gtphub VTY: fix doc strings for show cmds by Neels Hofmeyr · 9 years ago
  63. 36948bf gtphub: log: limit length of hex dumps. by Neels Hofmeyr · 9 years ago
  64. 4d2b3ff gtphub: add VTY show for peers and peer stats. by Neels Hofmeyr · 9 years ago
  65. d010c49 gtphub: improve handling of restarted peer. by Neels Hofmeyr · 9 years ago
  66. bee7596 gtphub: log most common message type names. by Neels Hofmeyr · 9 years ago
  67. ee07e4f gtphub: simplify/fix: one TEI mapping per tunnel. by Neels Hofmeyr · 9 years ago
  68. f6e4d08 gtphub: fix: when checking TEIs, skip 0. by Neels Hofmeyr · 9 years ago
  69. 328d2f7 gtphub: log: add TEI reuse msg, fix another TEI msg. by Neels Hofmeyr · 9 years ago
  70. ee1e5d7 gtphub: log: add side str to msg for reused TEI by Neels Hofmeyr · 9 years ago
  71. e38fb66 gtphub: add more detailed I/O rate counters. by Neels Hofmeyr · 9 years ago
  72. 956d856 gtphub: be strict about unknown cmdline args by Neels Hofmeyr · 9 years ago
  73. ba0525e gtphub: tweak logging. by Neels Hofmeyr · 9 years ago
  74. 28a70f2 gtphub: logging: have one newline per log. by Neels Hofmeyr · 9 years ago
  75. 9d8f506 gtphub: fix missing newline in log output by Neels Hofmeyr · 9 years ago
  76. e1ba781 gtphub: tweak startup log for sgsn_use_sender by Neels Hofmeyr · 9 years ago
  77. ca2361c gtphub: implement sgsn_use_sender for NAT. by Neels Hofmeyr · 9 years ago
  78. d53c604 gtphub: prepare: keep tunnel ref in gtp_packet_desc. by Neels Hofmeyr · 9 years ago
  79. e5a0798 gtphub: tweak an error log message by Neels Hofmeyr · 9 years ago
  80. 8c5b073 gtphub: Del PDP: replace unnecessary lookup with asserts. by Neels Hofmeyr · 9 years ago
  81. 59c1b64 gtphub: check TEI presence in Create PDP Ctx Response by Neels Hofmeyr · 9 years ago
  82. 87c83d0 gtphub: improve logging for invalid packet by Neels Hofmeyr · 9 years ago
  83. d8660ef gtphub: cosmetic by Neels Hofmeyr · 9 years ago
  84. c6d51f5 gtphub: fix restart cleanup peer matching. by Neels Hofmeyr · 9 years ago
  85. 996ec1d gtphub: wrap gtphub_write() for test suite. by Neels Hofmeyr · 9 years ago
  86. 18d3049 gtphub: fix use after free. by Neels Hofmeyr · 9 years ago
  87. 936b890 gtphub: Add a debug log by Neels Hofmeyr · 9 years ago
  88. 4573ca8 gtphub: fix: add a missing NULL check by Neels Hofmeyr · 9 years ago
  89. 52c0bd3 gtphub: cosmetic: early continue for less indent by Neels Hofmeyr · 9 years ago
  90. bc44330 gtphub: monitor GSNs' restart counters. by Neels Hofmeyr · 9 years ago
  91. 3fdba2e gtphub: cosmetic by Neels Hofmeyr · 9 years ago
  92. 10fc024 gtphub: handle Delete PDP Context. by Neels Hofmeyr · 9 years ago
  93. 2f67125 gtphub: remove obsolete todo comment by Neels Hofmeyr · 9 years ago
  94. 800126b gtphub: fix segfault when empty config. by Neels Hofmeyr · 9 years ago
  95. cd865d6 gtphub: be more fatal about not finding an unused TEI. by Neels Hofmeyr · 9 years ago
  96. 0855008 gtphub: fix some style complaints from cppcheck by Neels Hofmeyr · 9 years ago
  97. ff4b630 gtphub: add two stubs for Delete PDP msgs by Neels Hofmeyr · 9 years ago
  98. 817bc32 gtphub: vty: add missing SGSN-proxy output. by Neels Hofmeyr · 9 years ago
  99. a9905a5 gtphub: refactor: use side_idx everywhere. by Neels Hofmeyr · 9 years ago
  100. 7174b16 gtphub: make sure mapped TEIs aren't occupied (incomplete). by Neels Hofmeyr · 9 years ago