1. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  2. 985b46e gbproxy: Don't remove stale TLLI automatically by Jacob Erlbeck · 10 years ago
  3. cae8b0c gbproxy: Move parse_ctx logging into separate function by Jacob Erlbeck · 10 years ago
  4. 0f9273b gbproxy: Refactor gbproxy_patch_bssgp_message by Jacob Erlbeck · 10 years ago
  5. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  6. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  7. e39a1c9 gbproxy: Make pointers to MI const in parse/check functions by Jacob Erlbeck · 10 years ago
  8. fe7e670 gbproxy: Explicitly convert PTMSI to TLLI by Jacob Erlbeck · 10 years ago
  9. dc6dcdf gbproxy: Parse additional IMSI/PTMSI/TLLI fields by Jacob Erlbeck · 10 years ago
  10. 4dc663f gbproxy: Separate BSSGP parsing from patching by Jacob Erlbeck · 10 years ago
  11. 2f2aa2e gbproxy: Unify TLLI tracking by Jacob Erlbeck · 10 years ago
  12. 3b66d85 gbproxy: Move patching code out of the 04.08 specific functions by Jacob Erlbeck · 10 years ago
  13. 1ab5e1f gbproxy: Track all TLLIs (not only LOCAL) by Jacob Erlbeck · 10 years ago
  14. b3a4dd0 sgsn: Make P-TMSI a local TLLI to avoid clash by Holger Hans Peter Freyther · 10 years ago
  15. 6d9118f gprs: Refactor gbprox_register_tlli() by Jacob Erlbeck · 10 years ago
  16. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  17. 6c2094e gbproxy: Remove broken TLLI comparison by Jacob Erlbeck · 10 years ago
  18. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  19. 9f9bd13 gbproxy: Add a hint to the compiler that all parameters are not NULL by Holger Hans Peter Freyther · 10 years ago
  20. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  21. 2d10ad1 gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  22. c120d11 gbproxy: Use gbprox_delete_tlli if possible by Holger Hans Peter Freyther · 10 years ago
  23. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  24. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  25. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  26. c29a9ec gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  27. 98e753f gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  28. c65a659 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  29. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  30. f14bb91 gprs: Move LLC IE length fix to BSSGP level by Jacob Erlbeck · 10 years ago
  31. f5b2085 gprs: Parse PTMSI and update TLLI accordingly by Jacob Erlbeck · 10 years ago
  32. f40a6c9 gprs: Use struct to pass context information by Jacob Erlbeck · 10 years ago
  33. 4b3d038 gprs: Use shift functions instead of manual parsing by Jacob Erlbeck · 10 years ago
  34. 077abce gprs: Add TLV parse functions by Jacob Erlbeck · 10 years ago
  35. d77af10 gprs: Fix TLLI cache size computation by Jacob Erlbeck · 10 years ago
  36. 386621c gprs/test: Rearrange for PTMSI parsing by Jacob Erlbeck · 10 years ago
  37. 481da7c gprs: Add counters related to LLC layer patching by Jacob Erlbeck · 10 years ago
  38. eb2705a gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  39. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  40. 90a1fd1 gprs: Store gbproxy patching state per peer by Jacob Erlbeck · 10 years ago
  41. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  42. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  43. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  44. aa45c76 gprs: Use imsi field instead of imei by Jacob Erlbeck · 10 years ago
  45. 922303c gprs_llc: Prevent llme_alloc/lle_init from reading invalid memory by Daniel Willmann · 10 years ago
  46. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  47. 9d7268a gprs: Use area terms LAI/RAI as defined in GSM 03.03 by Jacob Erlbeck · 10 years ago
  48. e41a14b gprs: Separate LLC parsing from LLC state handling by Jacob Erlbeck · 10 years ago
  49. 9a73d73 gprs: Fix compiler warnings ini gprs_sndcp_vty.c by Holger Hans Peter Freyther · 10 years ago
  50. 511c31f gprs: Fix compiler warnings in sgsn_libgtp.c by Holger Hans Peter Freyther · 10 years ago
  51. 19bb474 gprs: Fix compiler warnings in the gprs_llc.c code by Holger Hans Peter Freyther · 10 years ago
  52. 82151f9 gprs: Fix compiler warnings in gprs_sndcp.c by Holger Hans Peter Freyther · 10 years ago
  53. b32f34a gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  54. 1b51fc2 sgsn: Comparing array to NULL is not useful by Holger Hans Peter Freyther · 10 years ago
  55. e8e5ef2 sgsn/ctrl: Add ctrl interface, implement listing subscribers by Holger Hans Peter Freyther · 10 years ago
  56. f340960 gbproxy: The "[stats]" option was not documented, document it by Holger Hans Peter Freyther · 11 years ago
  57. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  58. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  59. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  60. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  61. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  62. b44b873 gbproxy: Fix rate counter group leak in peer_free() by Jacob Erlbeck · 11 years ago
  63. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  64. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  65. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  66. 700b873 gbproxy: Fix warning and log message by Jacob Erlbeck · 11 years ago
  67. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  68. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  69. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  70. 1cb1ce2 gprs_gmm: Avoid assertion in the sending code during routing area update by Holger Hans Peter Freyther · 11 years ago
  71. 374c7f9 gprs_llc: Assert that we send frames with either tlli or old_tlli by Holger Hans Peter Freyther · 11 years ago
  72. 1a3fff2 gprs_llc: Work on finding the right LLE/LLME in case of routing area update by Holger Hans Peter Freyther · 11 years ago
  73. fe5a6e8 gprs_llc: Lookup lle based on the real TLLI by Holger Hans Peter Freyther · 11 years ago
  74. 7e066c1 gprs_sgsn: In case of a Activate PDP Context timeout we should free pdp by Holger Hans Peter Freyther · 11 years ago
  75. 28f928d gprs: Fix a typo in the comment by Holger Hans Peter Freyther · 11 years ago
  76. d4b9b02 sgsn: spelling fixes inside comments by Harald Welte · 11 years ago
  77. 2b9693d sgsn: Add "auth-policy" VTY command to enable/disable ACL by Harald Welte · 11 years ago
  78. a0879c1 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  79. 137bb85 sgsn: Fix the unimplemented/uninstalled show ggsn command by Holger Hans Peter Freyther · 11 years ago
  80. 41514d9 sgsn_vty: Fix uninitialized variable in the gprs_apn2str method by Holger Hans Peter Freyther · 11 years ago
  81. 44051a2 sgsn: Fix logically dead code in regard to the osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  82. 6824c50 sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability elements. by Alexander Chemeris · 11 years ago
  83. 0273fab GPRS LLC: Add non-standard method of sequence number recovery by Harald Welte · 11 years ago
  84. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  85. d728eb0 misc: Fix compilation now that the method is located in libosmocore by Holger Hans Peter Freyther · 12 years ago
  86. d0a34ed sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  87. 25eeaab gbproxy: Address two unaligned memory access warnings by Holger Hans Peter Freyther · 12 years ago
  88. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  89. b6f053c gb: suspend_ref was changed to a plain uint8_t, update the code by Holger Hans Peter Freyther · 12 years ago
  90. 2e699a5 misc: Introduce a script tha generates the VTY reference by Holger Hans Peter Freyther · 12 years ago
  91. 095b3de SGSN: Code to help debug / fix sgsn crash in cb_data_ind() by Harald Welte · 12 years ago
  92. d8765b9 add some comments regarding the free() / release of pdp contextx by Harald Welte · 12 years ago
  93. 2609601 GPRS LLC: fix segfault when transmitting downlink unit-data without mmctx by Harald Welte · 12 years ago
  94. 6e96c33 use new external libosmogb (part of libosmocore.git) by Harald Welte · 12 years ago
  95. a084f12 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  96. 40b2575 libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  97. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  98. a62e9fe libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  99. 1e8b946 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  100. deb9017 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago