1. 4655314 gprs: Improve loglevels and log messages for SGSN by Daniel Willmann · 10 years ago
  2. 25ad52c sgsn: Reset local LLC parameters when sending XID reset by Jacob Erlbeck · 10 years ago
  3. 46d1326 gprs_llc: Prevent llme_alloc/lle_init from reading invalid memory by Daniel Willmann · 10 years ago
  4. b492d39 gprs: Separate LLC parsing from LLC state handling by Jacob Erlbeck · 10 years ago
  5. 744568b gprs: Fix compiler warnings in the gprs_llc.c code by Holger Hans Peter Freyther · 10 years ago
  6. aa93bac gprs_gmm: Avoid assertion in the sending code during routing area update by Holger Hans Peter Freyther · 11 years ago
  7. 7e0fec1 gprs_llc: Assert that we send frames with either tlli or old_tlli by Holger Hans Peter Freyther · 11 years ago
  8. 964a9b3 gprs_llc: Work on finding the right LLE/LLME in case of routing area update by Holger Hans Peter Freyther · 11 years ago
  9. 012a7ee gprs_llc: Lookup lle based on the real TLLI by Holger Hans Peter Freyther · 11 years ago
  10. 92aa6bb gprs: Fix a typo in the comment by Holger Hans Peter Freyther · 11 years ago
  11. 649e1ff sgsn: spelling fixes inside comments by Harald Welte · 11 years ago
  12. abadd54 GPRS LLC: Add non-standard method of sequence number recovery by Harald Welte · 11 years ago
  13. 8c00496 GPRS LLC: fix segfault when transmitting downlink unit-data without mmctx by Harald Welte · 12 years ago
  14. ce95b27 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  15. b1fd902 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  16. faa70ff libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  17. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  18. faf1f64 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  19. 066a0f5 GPRS LLC: fix compiler warning by Harald Welte · 13 years ago
  20. 0c1a303 LLC: Add minimal LLGMM-RESET.req implementation by Harald Welte · 13 years ago
  21. 3dccda5 gprs: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  22. 1f447fb LLC: Fix format string by Dieter Spaar · 13 years ago
  23. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  24. f0901f0 [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  25. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  26. 6f3850f gprs/llc: Don't check FCS in gprs_llc_hdr_dump by Sylvain Munaut · 14 years ago
  27. 3e2e159 [SGSN] LLC: only copy Kc if algorithm != GPRS_ALGO_GEA0 by Harald Welte · 14 years ago
  28. 1b8827a [SGSN] LLC: Make sure we calculate FCS after decryption by Harald Welte · 14 years ago
  29. d07b4f9 [SGSN] Use libosmocore GPRS encryption plugins from LLC layer by Harald Welte · 14 years ago
  30. 496aee4 [SGSN] Call libosmocore helper to load cipher plugins by Harald Welte · 14 years ago
  31. 875840c [SGSN] Fix TLLI (re)assignments by Harald Welte · 14 years ago
  32. f7fef48 [SGSN] LLC: properly free LLC entities at TLLI unassignment by Harald Welte · 14 years ago
  33. 2788b96 gprs: Fix LOGP misuse and specify LOGL_NOTICE as region. by Holger Hans Peter Freyther · 14 years ago
  34. 1d9d944 [GPRS] LLC: Implement per-SAPI default values for LLC parameters by Harald Welte · 14 years ago
  35. ebabdea [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  36. 807a5d8 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  37. 56a0145 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  38. 6bdee6a [GPRS] LLC: Increment V(U) and N(U) by Harald Welte · 14 years ago
  39. fa848d4 gprs: Cast the lh to uint_8* and make the other method non-const by Holger Hans Peter Freyther · 14 years ago
  40. 3a6fdcd gprs: make gprs_llc_hdr_dump return void. by Holger Hans Peter Freyther · 14 years ago
  41. 4752e0c gprs_llc.c: memset the llhp struct to be sure it is initialized. by Holger Hans Peter Freyther · 14 years ago
  42. d764c06 [GPRS] LLC: Fix logic to detect unknown TLLI/SAPI by Harald Welte · 14 years ago
  43. b61f403 [GPRS] LLC: print human-readable LLC command type by Harald Welte · 14 years ago
  44. 2e918a8 [GPRS] LLC: Add VTY interface for LLC by Harald Welte · 14 years ago
  45. 1b170d1 [GPRS] LLC: Start using different log levels by Harald Welte · 14 years ago
  46. c6ecafe [GPRS] LLC: Use DLLC instead of DGPRS by Harald Welte · 14 years ago
  47. 1ae09c7 [GPRS] LLC: Improve implementation compliance to spec by Harald Welte · 14 years ago
  48. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gprs_llc.c]
  49. 5658a1a [gprs] LLC: Echo back the XID parameters that the MS requested by Harald Welte · 14 years ago
  50. 10997d0 [gprs] LLC: API to send XID responses to XID commands by Harald Welte · 14 years ago
  51. 11d7c10 [gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layer by Harald Welte · 14 years ago
  52. eaa614c [gprs] Use stdint.h types (uintXX_t instead of u_intXX_t) by Harald Welte · 14 years ago
  53. e6afd60 [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  54. fd3fa1d [gprs] Ensure msgb->l3h points to Layer3 (04.08) by Harald Welte · 14 years ago
  55. a266554 [gprs] LLC: Introduce the allocation and lookup of LLC Entities (LLE) by Harald Welte · 14 years ago
  56. 943c5bc gprs: Update gprs-sgsn branch to use new msgb->cb layout by Harald Welte · 14 years ago
  57. 9b455bf Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago