Release v1.9.0 on 2023-09-12.
  1. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  2. 26a42c0 gb/bssgp: Abort clearly if backward-compat API is used in wrong way by Pau Espin Pedrol · 3 years ago
  3. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  4. 5baa141 gprs_bssgp: use BVCI_SIGNALLING/BVCI_PTM instead of 0/1 by Alexander Couzens · 3 years, 4 months ago
  5. 7819ff6 gprs_bssgp: add support for SGSN oriented RESET by Alexander Couzens · 3 years, 4 months ago
  6. 4d40047 gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c by Philipp Maier · 3 years, 5 months ago
  7. 0fb33d2 gprs_bssgp: log source and destination RIM routing information by Philipp Maier · 3 years, 5 months ago
  8. 7741bc3 gprs_bssgp: add utilities to send and parse BSSGP rim PDUs by Philipp Maier · 3 years, 6 months ago
  9. 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
  10. e2ad6eb gprs_bssgp: abuse gsm48_encode_ra() to encode TAC by Vadim Yanitskiy · 3 years, 6 months ago
  11. c9f4c49 gprs_bssgp: fix uninitialized struct fields in bssgp_create_rim_ri() by Vadim Yanitskiy · 3 years, 6 months ago
  12. 1eaa7bc gprs_bssgp: add handling for BSSGP RIM primitives by Philipp Maier · 3 years, 6 months ago
  13. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 6 months ago
  14. 0e61716 bssgp: Remove newly added log line warning about NOOP by Pau Espin Pedrol · 3 years, 7 months ago
  15. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 7 months ago
  16. 2d9ce71 bssgp: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 7 months ago
  17. 2d42b90 libosmogb: Add a function to tx BVC RESET by nsei/bvci by Daniel Willmann · 3 years, 9 months ago
  18. 495b4a7 gb/gprs_bssgb: ensure the fc timer has been stopped when freeing bssgp_bvc by Alexander Couzens · 3 years, 9 months ago
  19. 6a2c074 gb/gprs_bssgb: check if talloc failed on btsctx->fc by Alexander Couzens · 3 years, 9 months ago
  20. 83fb686 gb/gprs_bssgp: remove superfluous whitespace by Alexander Couzens · 3 years, 10 months ago
  21. 85a8fd3 Gb/BSSGP: replace hardcoded Tx into NS library by a callback by Alexander Couzens · 4 years ago
  22. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years ago
  23. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  24. 7d0fe2a gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow" by Harald Welte · 4 years, 6 months ago
  25. 8eae2fc GPRS/BSSGP: introduce bssgp_bvc_ctx_free() by Vadim Yanitskiy · 4 years, 8 months ago
  26. 6d3135c deal with rate_ctr_group_alloc() returning NULL by Harald Welte · 5 years ago
  27. 548caef BSSGP: use variable for NSEI by Max · 5 years ago
  28. 2033be8 Work around bogus gcc-8.2 array-bounds warning/error by Harald Welte · 5 years ago
  29. 1c3bae1 constrain gsm48_generate_mid() output array bounds by Harald Welte · 5 years ago
  30. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago
  31. f1e13d6 return error to sender upon bssgp_tlv_parse() failure by Stefan Sperling · 6 years ago
  32. 2b544b2 check bssgp_tlv_parse() return code in bssgp_rcvmsg() by Stefan Sperling · 6 years ago
  33. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  34. e29ec85 Use existing function for TLLI encoding by Max · 6 years ago
  35. f1ad60e Add function to properly encode RAI by Max · 6 years ago
  36. cd325ef gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow by Neels Hofmeyr · 7 years ago
  37. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  38. a7a5065 Convert lib-internal rate_ctr from '.' separator to ':' separator by Harald Welte · 7 years ago
  39. 8b8938f BSSGP: add function to reset all PTP BVC by Max · 7 years ago
  40. 590c402 BSSGP: handle BVC-RESET-ACK by Max · 7 years ago
  41. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  42. f178695 gb/gprs_bssgp.c: avoid valueless goto usage by Vadim Yanitskiy · 7 years ago
  43. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  44. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  45. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  46. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  47. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  48. 27e8036 Fix unaligned access found by addr. sanitizer by Max · 8 years ago
  49. 2c34ab4 Improve BSSGP debug output by Max · 8 years ago
  50. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  51. 9731935 bssgp: Fix call to llist_entry in fc_queue_timer_cfg by Jacob Erlbeck · 9 years ago
  52. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  53. c641591 bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity) by Jacob Erlbeck · 9 years ago
  54. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  55. 49ed9be bssgp: Don't reply with STATUS when receiving a PtP STATUS message by Jacob Erlbeck · 9 years ago
  56. 7fa89c2 Change license of libosmogb from AGPLv3+ to GPLv2+ by Harald Welte · 10 years ago
  57. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  58. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  59. b83b838 gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IE by Jacob Erlbeck · 10 years ago
  60. a716577 gprs: Fix and check BVCI in BSSGP STATUS messages by Jacob Erlbeck · 10 years ago
  61. 27b2bb7 BSSGP: prevent divide-by-zero in flow control by Harald Welte · 11 years ago
  62. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  63. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  64. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  65. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  66. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  67. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0[Renamed from openbsc/src/libgb/gprs_bssgp.c]
  68. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  69. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  70. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  71. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  72. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  73. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  74. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  75. 85fc314 BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  76. 2861007 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  77. 086fe32 bssgp: make comments more explicit, include 'Rx' in received messages by Harald Welte · 13 years ago
  78. ff66323 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  79. 85e1097 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/gb/gprs_bssgp.c]
  80. 393becc Move 'Gb' protocol stack into its own src/gb subdirectory by Harald Welte · 13 years ago[Renamed from openbsc/src/gprs/gprs_bssgp.c]
  81. e4cbb3f License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  82. d2b13fc Add mandatory routeing area IE to SUSPEND-NACK by Dieter Spaar · 14 years ago
  83. b736314 [gprs] BSSGP: Fix null pointer dereference by Harald Welte · 14 years ago
  84. 0e43007 [SGSN] BSSGP: Print TLLI as hex value like everwhere else by Harald Welte · 14 years ago
  85. b00d1ad [gprs] bssgp: Fix LLC PDU length encoding in BSSGP. by Sylvain Munaut · 14 years ago
  86. 68b4f03 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  87. 313cccf [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  88. 02f7325 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  89. 2f94683 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  90. 1792532 [GPRS] BSSGP: Fix way too long TLLI debug line by Harald Welte · 14 years ago
  91. e9686b6 [GPRS] BSSGP: More verbose debug log / error reporting by Harald Welte · 14 years ago
  92. 2677ea5 [GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACK by Harald Welte · 14 years ago
  93. a8aa4df [GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requests by Harald Welte · 14 years ago
  94. d30cefa gprs_bssgp.c: Return something from non void methods. by Holger Hans Peter Freyther · 14 years ago
  95. b6eded8 gprs_bssgp.c: Cast const of TLVP_VAL away. by Holger Hans Peter Freyther · 14 years ago
  96. 61c0784 [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI by Harald Welte · 14 years ago
  97. 4e5721d [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  98. 16c8dbb [GPRS] BSSGP: Introduce packet/byte counters by Harald Welte · 14 years ago
  99. a78b9c2 [GPRS] BSSGP: expose more internal structures / API by Harald Welte · 14 years ago
  100. 8a52113 [GPRS] BSSGP: Rename bssgp_bts_ctx to bssgp_bvc_ctx by Harald Welte · 14 years ago