1. 57b6387 sndcp: Put decompress handling code into helper function by Pau Espin Pedrol · 1 year, 10 months ago
  2. caff83e Constify LLC/SNDCP parameters by Max · 2 years ago
  3. 559636a SNDCP: log more details on failure by Max · 2 years ago
  4. f764285 llme_free: clean up related sndcp by Oliver Smith · 2 years, 10 months ago
  5. 11ccc43 Fix nsei+bvci not updated on rx UL SNDCP data by Pau Espin Pedrol · 3 years, 7 months ago
  6. 4be5ab3 sndcp: Fix struct bit fields on big endian by Pau Espin Pedrol · 3 years, 8 months ago
  7. ef6205b gprs_sndcp: fix use after free by Philipp Maier · 4 years ago
  8. 627e285 Fix memory leak when SNDCP de-fragmentation is used by Harald Welte · 4 years, 4 months ago
  9. a8f7825 sgsn: when receiving data PDU notify the Gb GMM fsm by Alexander Couzens · 5 years ago
  10. 762c39c Move out sgsn to its own subdir by Pau Espin Pedrol · 5 years ago[Renamed from src/gprs/gprs_sndcp.c]
  11. bfd67d2 Echo zero byte XID-Field of Type L3_PAR by Keith · 5 years ago
  12. af779d2 LLC: Store the XID inside the LLC Entity, not LLC Mgmg Entity by Harald Welte · 5 years ago
  13. c572154 use enums consistently instead of falling back to int by Stefan Sperling · 6 years ago
  14. 410bc9b gprs_llc: remove the FCS from the msgb by trim'ing the msgb by Alexander Couzens · 6 years ago
  15. 396f2e6 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  16. ee6cfdc split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago 1.1.0
  17. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/gprs/gprs_sndcp.c]
  18. cc7db18 various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) by Neels Hofmeyr · 8 years ago
  19. db142dc sndcp: Allow empty SNDCP-XID indications by Philipp · 8 years ago
  20. 7e5bb62 COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  21. 73f83d5 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  22. f1f3436 SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  23. 3ec03d5 Moving grs_sndcp.h header file to include by Philipp · 8 years ago
  24. 8204010 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago
  25. f9ffd1f sgsn: Prevent memory leak and double free by Holger Hans Peter Freyther · 10 years ago
  26. cfee952 gprs: Fix compiler warnings in gprs_sndcp.c by Holger Hans Peter Freyther · 10 years ago
  27. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  28. a8ddb08 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 13 years ago
  29. 6142dc4 gprs: Fix compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  30. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 14 years ago
  31. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  32. 3d6815a [SGSN] SNDCP: Subtract SNDCP header from fragment length by Harald Welte · 14 years ago
  33. 36f1217 [SGSN] SNDCP: SN-PDUs need a 16bit length field by Harald Welte · 14 years ago
  34. 8b705f2 [SGSN] SNDCP: re-set total number of fragment length by Harald Welte · 14 years ago
  35. ab4094c [SNDCP] some more defragmentation debug statements by Harald Welte · 14 years ago
  36. 60da7d4 [SGSN] SNDCP defrag: use correct length, don't include LLC FCS by Harald Welte · 14 years ago
  37. 8f0c0a3 [SGSN] SNDCP: Actually copy the payload data in the defrag queue entry by Harald Welte · 14 years ago
  38. 993697c [SGSN] SNDCP: Fix off-by-one error missing last segment in defrag by Harald Welte · 14 years ago
  39. b87bc86 [SGSN] SNDCP: more verbose defragmentation debugging by Harald Welte · 14 years ago
  40. 8911cef [SGSN] Fix segfault when passing re-assembled SN-PDU to GMM by Harald Welte · 14 years ago
  41. 951a12c [SGSN] SNDCP: fix off-by-one error during defragmentation by Harald Welte · 14 years ago
  42. 362aea0 [SGSN] SNDCP: Initialize defrag list header by Harald Welte · 14 years ago
  43. 65d9678 [SGSN] SNDCP: use llist_for_each_entry_safe() when cleaning frag queue by Harald Welte · 14 years ago
  44. f78a3b2 [SGSN] Add VTY interface for SNDCP by Harald Welte · 14 years ago
  45. eda125c [gprs] sndcp: Fix call to msgb_alloc_headroom to have both head&tail room by Sylvain Munaut · 14 years ago
  46. ce22f92 [GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlink by Harald Welte · 14 years ago
  47. db2c39f [GPRS] SNDCP: Check if SN-PDU is too large and reject it by Harald Welte · 14 years ago
  48. bb1c805 [GPRS] implement GTP->SNDCP->LLC downlink user-data path by Harald Welte · 14 years ago
  49. 5cc2bc3 [GPRS] SNDCP: Fix PCOMP and DCOMP header field length by Harald Welte · 14 years ago
  50. 6144452 [GPRS] SNDCP: Add new SNDCP Entity to global list of entities by Harald Welte · 14 years ago
  51. 69996cb [GPRS] SNDCP use DSNDCP instead of DGPRS by Harald Welte · 14 years ago
  52. 16836a3 [GPRS] SNDCP: Fix header length (pcomp is part of common_hdr) by Harald Welte · 14 years ago
  53. ebabdea [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  54. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago
  55. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gprs_sndcp.c]
  56. 96f71f2 [gprs] gb_proxy: fix NSEI value printed in some debug statements by Harald Welte · 14 years ago