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