1. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  2. 7819ff6 gprs_bssgp: add support for SGSN oriented RESET by Alexander Couzens · 3 years, 4 months ago
  3. 4d40047 gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c by Philipp Maier · 3 years, 5 months ago
  4. 7741bc3 gprs_bssgp: add utilities to send and parse BSSGP rim PDUs by Philipp Maier · 3 years, 6 months ago
  5. 7450f77 bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim by Philipp Maier · 3 years, 6 months ago
  6. 1eaa7bc gprs_bssgp: add handling for BSSGP RIM primitives by Philipp Maier · 3 years, 7 months ago
  7. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 7 months ago
  8. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 7 months ago
  9. 8f82528 bssgp: Add osmo_tlv_prot_def for BSSGP by Harald Welte · 3 years, 7 months ago
  10. 465c9a5 bssgp: Input argument to bssgp_tlv_parse() should be 'const' by Harald Welte · 3 years, 8 months ago
  11. 07a923f Add exported function btsctx_alloc to public header by Daniel Willmann · 3 years, 9 months ago
  12. 2d42b90 libosmogb: Add a function to tx BVC RESET by nsei/bvci by Daniel Willmann · 3 years, 9 months ago
  13. 85a8fd3 Gb/BSSGP: replace hardcoded Tx into NS library by a callback by Alexander Couzens · 4 years ago
  14. 8eae2fc GPRS/BSSGP: introduce bssgp_bvc_ctx_free() by Vadim Yanitskiy · 4 years, 8 months ago
  15. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago
  16. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  17. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  18. c0d9a6c Add helper function to convert numerical BSSGP PDU type to string by Max · 8 years ago
  19. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  20. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  21. 12ba778 include: Switch to #pragma once pattern by Sylvain Munaut · 10 years ago
  22. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  23. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  24. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  25. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  26. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0[Renamed from openbsc/include/osmocom/gprs/gprs_bssgp.h]
  27. 8648e49 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  28. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  29. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  30. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  31. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  32. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  33. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago[Renamed (99%) from openbsc/include/openbsc/gprs_bssgp.h]
  34. 85fc314 BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  35. eb3ccf6 BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  36. ff66323 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  37. 68b4f03 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  38. 2f94683 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  39. 61c0784 [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI by Harald Welte · 14 years ago
  40. fdc7388 [GPRS] SGSN: Activate BSSGP VTY functions by Harald Welte · 14 years ago
  41. a78b9c2 [GPRS] BSSGP: expose more internal structures / API by Harald Welte · 14 years ago
  42. 6111234 [GPRS] BSSGP: add function declaration by Harald Welte · 14 years ago
  43. af08678 [gprs] gb_proxy: Send proper BSSGP STATUS msg in error case by Harald Welte · 14 years ago
  44. a2ca4ed [gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layer by Harald Welte · 14 years ago
  45. 8f9a3ee [gprs] Use stdint.h types (uintXX_t instead of u_intXX_t) by Harald Welte · 14 years ago
  46. 30bc19a [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  47. 3771d09 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  48. 9ba5005 Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago