1. 60e0992 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  2. 93838c0 sgsn: Cross-link gsm_subscriber and sgsn_mm_ctx by Jacob Erlbeck · 10 years ago
  3. b2acd74 sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  4. 802d78a sgsn: Refactor sgsn_auth to separate request and authorization by Jacob Erlbeck · 10 years ago
  5. d7b7773 sgsn: Add 'acl-only' authentication policy by Jacob Erlbeck · 10 years ago
  6. c64af7a sgsn: Make authorization asynchronous by Jacob Erlbeck · 10 years ago
  7. 79d438a sgsn: Move IMSI authorization to gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  8. 6e15b73 sgsn: Split gsm0408_gprs_force_reattach into 2 functions by Jacob Erlbeck · 10 years ago
  9. 4f9b64a sgsn: Reorganize and fix gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  10. b0f64f7 ipa: Correct the prototype of these functions by Holger Hans Peter Freyther · 10 years ago
  11. 42d284f sgsn: Handle Detach Requests even when there is no mmctx by Jacob Erlbeck · 10 years ago
  12. 4760eae sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  13. d5f24fd gbproxy: Patch BSSGP P-TMSI in PAGING PS messages by Jacob Erlbeck · 10 years ago
  14. ccaa22a sgsn: Send detach(re-attach) instead of gmm status if TLLI unknown by Jacob Erlbeck · 10 years ago
  15. d781c7a sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  16. 42272c1 gbproxy: Pass the log level as argument to gprs_gb_log_parse_context by Jacob Erlbeck · 10 years ago
  17. c23ac20 gbproxy: Add gprs_gb_message_name function by Jacob Erlbeck · 10 years ago
  18. 17608c6 gbproxy: Use pointer to PTMSI value instead of MI by Jacob Erlbeck · 10 years ago
  19. 3d80527 gbproxy: Use a separate regexp for routing by Jacob Erlbeck · 10 years ago
  20. f4290b0 gbproxy: Refactor IMSI matching by Jacob Erlbeck · 10 years ago
  21. 5e07b81 gbproxy: Refactor local message generation by Jacob Erlbeck · 10 years ago
  22. 4abbbdd gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_info by Jacob Erlbeck · 10 years ago
  23. 485e28c gbproxy: Rename the field 'enabled_tllis' to 'logical_links' by Jacob Erlbeck · 10 years ago
  24. 2b2406a gbproxy: Use the term 'link' instead of 'tlli' by Jacob Erlbeck · 10 years ago
  25. ee621a7 gbproxy: Rename functions related to tlli_info by Jacob Erlbeck · 10 years ago
  26. 070702b gbproxy: Rename identifiers related to IMSI matching by Jacob Erlbeck · 10 years ago
  27. 49dbcd9 sgsn: Create testcase that verifies that llmes get deleted by Holger Hans Peter Freyther · 10 years ago
  28. 10c8968 mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  29. 0c67169 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  30. 09a0880 gprs_sgsn.h: Add two macros to log details of MM/PDP contexts by Daniel Willmann · 10 years ago
  31. d918f52 gbproxy: Separate SGSN numeric namespaces by Jacob Erlbeck · 10 years ago
  32. f9038d9 gbproxy: Keep tlli_info after detach by Jacob Erlbeck · 10 years ago
  33. c68f66c gbproxy: Remove gbproxy_register_tlli by Jacob Erlbeck · 10 years ago
  34. 550898a gbproxy: Fixed RAI patching in Attach Request messages by Jacob Erlbeck · 10 years ago
  35. 155dc9c gbproxy: Replace 'mi_data' by 'imsi' by Jacob Erlbeck · 10 years ago
  36. 7737aed osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  37. 49f0c3e gbproxy: Remove patch_mode, update initial checks by Jacob Erlbeck · 10 years ago
  38. dab8a6d gbproxy/test: Add assertions, improve test coverage by Jacob Erlbeck · 10 years ago
  39. 6e291e0 gbproxy: Reset IMSI acquisition and free stored messages in tlli_info by Jacob Erlbeck · 10 years ago
  40. 6ea6b60 gbproxy: Check tlli_info when patching, fix APN patching by Jacob Erlbeck · 10 years ago
  41. 3803e9b gbproxy: Support a secondary SGSN by Jacob Erlbeck · 10 years ago
  42. 903dff7 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  43. 4c0f698 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  44. 85a9f54 gbproxy: Create STATUS message with original PDU by Jacob Erlbeck · 10 years ago
  45. cec073e gbproxy: Remove nonnull attributes by Jacob Erlbeck · 10 years ago
  46. 171817c mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  47. 4046126 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  48. db23360 mgcp: Use the rtp_hdr structure and extract ts/seq from there by Holger Hans Peter Freyther · 10 years ago
  49. ebaa2e1 osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  50. fa422c5 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  51. c85a50e nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  52. 1b135d4 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  53. a8c68ad osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  54. 8dab748 osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  55. 98d934b gprs: Attempt to fix distcheck by adding the header file by Holger Hans Peter Freyther · 10 years ago
  56. 0af0a95 port over to libosmocore include/osmocom/gsm/meas_rep.h by Harald Welte · 11 years ago
  57. 642b5c4 move GSM_RESERVED_TMSI to libosmocore by Harald Welte · 10 years ago
  58. 4611660 gsm_data_shared: Add new trx_power_params for osmo-bts by Harald Welte · 10 years ago
  59. 040fabc gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  60. cf11e93 gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  61. 4c47f2f gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  62. 383c841 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  63. 3113287 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  64. c57eddd move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  65. 581728f gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  66. c045ed3 fix missing '\' at end of line in Makefile.am by Harald Welte · 10 years ago
  67. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  68. 97bf1c9 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  69. ccc5970 gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  70. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  71. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  72. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  73. 358491d sysmobts: Add variable for N(S) + 1 needed for the sysmobts by Holger Hans Peter Freyther · 10 years ago
  74. f14bc97 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  75. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  76. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  77. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  78. 0dffe6c gprs: The methods moved to gprs_utils.h remove them here by Holger Hans Peter Freyther · 10 years ago
  79. 2d10ad1 gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  80. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  81. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  82. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  83. c29a9ec gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  84. 98e753f gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  85. c65a659 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  86. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  87. 3ca9af3 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  88. 1045a76 openbsc: Add new fields for the osmo-bts software by Holger Hans Peter Freyther · 10 years ago
  89. 93de622 bts: Remember the last AMR mode that we received by Holger Hans Peter Freyther · 10 years ago
  90. eb2705a gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  91. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  92. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  93. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  94. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  95. bb8627a mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  96. 6a4fdca mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  97. 5ca7c49 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  98. b776e00 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  99. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  100. 0557c00 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago