1. 27b2bb7 BSSGP: prevent divide-by-zero in flow control by Harald Welte · 11 years ago
  2. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  3. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  4. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  5. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  6. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  7. 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]
  8. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  9. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  10. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  11. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  12. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  13. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  14. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  15. 85fc314 BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  16. 2861007 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  17. 086fe32 bssgp: make comments more explicit, include 'Rx' in received messages by Harald Welte · 13 years ago
  18. ff66323 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  19. 85e1097 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/gb/gprs_bssgp.c]
  20. 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]
  21. e4cbb3f License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  22. d2b13fc Add mandatory routeing area IE to SUSPEND-NACK by Dieter Spaar · 14 years ago
  23. b736314 [gprs] BSSGP: Fix null pointer dereference by Harald Welte · 14 years ago
  24. 0e43007 [SGSN] BSSGP: Print TLLI as hex value like everwhere else by Harald Welte · 14 years ago
  25. b00d1ad [gprs] bssgp: Fix LLC PDU length encoding in BSSGP. by Sylvain Munaut · 14 years ago
  26. 68b4f03 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  27. 313cccf [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  28. 02f7325 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  29. 2f94683 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  30. 1792532 [GPRS] BSSGP: Fix way too long TLLI debug line by Harald Welte · 14 years ago
  31. e9686b6 [GPRS] BSSGP: More verbose debug log / error reporting by Harald Welte · 14 years ago
  32. 2677ea5 [GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACK by Harald Welte · 14 years ago
  33. a8aa4df [GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requests by Harald Welte · 14 years ago
  34. d30cefa gprs_bssgp.c: Return something from non void methods. by Holger Hans Peter Freyther · 14 years ago
  35. b6eded8 gprs_bssgp.c: Cast const of TLVP_VAL away. by Holger Hans Peter Freyther · 14 years ago
  36. 61c0784 [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI by Harald Welte · 14 years ago
  37. 4e5721d [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  38. 16c8dbb [GPRS] BSSGP: Introduce packet/byte counters by Harald Welte · 14 years ago
  39. a78b9c2 [GPRS] BSSGP: expose more internal structures / API by Harald Welte · 14 years ago
  40. 8a52113 [GPRS] BSSGP: Rename bssgp_bts_ctx to bssgp_bvc_ctx by Harald Welte · 14 years ago
  41. 58e65c9 [GPRS] BSSGP: Refuse blocking of signalling BVC; Ignore traffic on blocked BVC by Harald Welte · 14 years ago
  42. 25de811 [GPRS] BSSGP: Make implementation more robust by Harald Welte · 14 years ago
  43. 6b7cf25 [GPRS] BSSGP: Elaborate more on FIXMEs by Harald Welte · 14 years ago
  44. fa270b9 [gprs] BSSGP: cosmetic cleanup by Harald Welte · 14 years ago
  45. af08678 [gprs] gb_proxy: Send proper BSSGP STATUS msg in error case by Harald Welte · 14 years ago
  46. b8a6a83 [gprs] Add new 'NS' and 'BSSGP' logging categories by Harald Welte · 14 years ago
  47. 94633f3 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gprs_bssgp.c]
  48. f76aee4 [gprs] correctly calculate the length of the BSSGP PDUs by Harald Welte · 14 years ago
  49. a2ca4ed [gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layer by Harald Welte · 14 years ago
  50. 8f9a3ee [gprs] Use stdint.h types (uintXX_t instead of u_intXX_t) by Harald Welte · 14 years ago
  51. 30bc19a [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  52. ec19c10 [gprs] Ensure msgb->l3h points to Layer3 (04.08) by Harald Welte · 14 years ago
  53. 290671d [gprs] BSSGP: convert cause strings to value_string by Harald Welte · 14 years ago
  54. 6752fa4 [gprs] introduce BSSGP concept of BTS contextx by Harald Welte · 14 years ago
  55. 3fddf3c [gprs] Build the SGSN stand-alone and not as part of bsc_hack by Harald Welte · 14 years ago
  56. 3771d09 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  57. 24a655f gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI by Harald Welte · 14 years ago
  58. 510c392 gprs: Update gprs-sgsn branch to use new msgb->cb layout by Harald Welte · 14 years ago
  59. 9ba5005 Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago