1. 09a0880 gprs_sgsn.h: Add two macros to log details of MM/PDP contexts by Daniel Willmann · 10 years ago
  2. d918f52 gbproxy: Separate SGSN numeric namespaces by Jacob Erlbeck · 10 years ago
  3. f9038d9 gbproxy: Keep tlli_info after detach by Jacob Erlbeck · 10 years ago
  4. c68f66c gbproxy: Remove gbproxy_register_tlli by Jacob Erlbeck · 10 years ago
  5. 550898a gbproxy: Fixed RAI patching in Attach Request messages by Jacob Erlbeck · 10 years ago
  6. 155dc9c gbproxy: Replace 'mi_data' by 'imsi' by Jacob Erlbeck · 10 years ago
  7. 7737aed osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  8. 49f0c3e gbproxy: Remove patch_mode, update initial checks by Jacob Erlbeck · 10 years ago
  9. dab8a6d gbproxy/test: Add assertions, improve test coverage by Jacob Erlbeck · 10 years ago
  10. 6e291e0 gbproxy: Reset IMSI acquisition and free stored messages in tlli_info by Jacob Erlbeck · 10 years ago
  11. 6ea6b60 gbproxy: Check tlli_info when patching, fix APN patching by Jacob Erlbeck · 10 years ago
  12. 3803e9b gbproxy: Support a secondary SGSN by Jacob Erlbeck · 10 years ago
  13. 903dff7 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  14. 4c0f698 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  15. 85a9f54 gbproxy: Create STATUS message with original PDU by Jacob Erlbeck · 10 years ago
  16. cec073e gbproxy: Remove nonnull attributes by Jacob Erlbeck · 10 years ago
  17. 171817c mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  18. 4046126 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  19. db23360 mgcp: Use the rtp_hdr structure and extract ts/seq from there by Holger Hans Peter Freyther · 10 years ago
  20. ebaa2e1 osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  21. fa422c5 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  22. c85a50e nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  23. 1b135d4 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  24. a8c68ad osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  25. 8dab748 osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  26. 98d934b gprs: Attempt to fix distcheck by adding the header file by Holger Hans Peter Freyther · 10 years ago
  27. 0af0a95 port over to libosmocore include/osmocom/gsm/meas_rep.h by Harald Welte · 11 years ago
  28. 642b5c4 move GSM_RESERVED_TMSI to libosmocore by Harald Welte · 10 years ago
  29. 4611660 gsm_data_shared: Add new trx_power_params for osmo-bts by Harald Welte · 10 years ago
  30. 040fabc gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  31. cf11e93 gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  32. 4c47f2f gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  33. 383c841 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  34. 3113287 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  35. c57eddd move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  36. 581728f gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  37. c045ed3 fix missing '\' at end of line in Makefile.am by Harald Welte · 10 years ago
  38. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  39. 97bf1c9 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  40. ccc5970 gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  41. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  42. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  43. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  44. 358491d sysmobts: Add variable for N(S) + 1 needed for the sysmobts by Holger Hans Peter Freyther · 10 years ago
  45. f14bc97 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  46. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  47. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  48. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  49. 0dffe6c gprs: The methods moved to gprs_utils.h remove them here by Holger Hans Peter Freyther · 10 years ago
  50. 2d10ad1 gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  51. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  52. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  53. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  54. c29a9ec gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  55. 98e753f gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  56. c65a659 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  57. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  58. 3ca9af3 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  59. 1045a76 openbsc: Add new fields for the osmo-bts software by Holger Hans Peter Freyther · 10 years ago
  60. 93de622 bts: Remember the last AMR mode that we received by Holger Hans Peter Freyther · 10 years ago
  61. eb2705a gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  62. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  63. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  64. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  65. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  66. bb8627a mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  67. 6a4fdca mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  68. 5ca7c49 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  69. b776e00 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  70. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  71. 0557c00 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  72. 535173a mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  73. 16491a9 mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  74. fe0301a mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  75. 8f518d6 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  76. 6a16305 mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  77. e41a14b gprs: Separate LLC parsing from LLC state handling by Jacob Erlbeck · 10 years ago
  78. 278c305 mgcp: Use #pragma once instead of a possible clashing #ifdef by Holger Hans Peter Freyther · 10 years ago
  79. 4a2f659 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  80. 446356a ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGE by Holger Hans Peter Freyther · 10 years ago
  81. 1890cf2 ctrl: Reduce code duplication and add a define to create the struct by Holger Hans Peter Freyther · 10 years ago
  82. 53af322 ctrl: Remove the param parameter as it was never used/implemented by Holger Hans Peter Freyther · 10 years ago
  83. 3b27ec9 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  84. 114c532 bsc: Fix compilation on FreeBSD by Nikola Kolev · 10 years ago
  85. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  86. d262daa sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  87. 44b977e openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX by Álvaro Neira Ayuso · 10 years ago
  88. e9c9415 gprs: Fix compiler warnings in sgsn_main.c by Holger Hans Peter Freyther · 10 years ago
  89. b32f34a gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  90. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  91. 1f67232 ctrl/abis: When the max_power_reduction changes, send it to the BTS by Holger Hans Peter Freyther · 10 years ago
  92. e8e5ef2 sgsn/ctrl: Add ctrl interface, implement listing subscribers by Holger Hans Peter Freyther · 10 years ago
  93. e53ccac ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  94. d41b7b7 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  95. c652a5d nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  96. fba0316 nitb/ctrl: Add command to add/modify a subscriber to the database by Holger Hans Peter Freyther · 10 years ago
  97. 5e2832e mncc: Use helper function to check if an MNCC frame is data (speech/traffic) by Andreas Eversberg · 11 years ago
  98. eca4145 mncc: Complete definitions for all speech traffic frames at MNCC interface by Andreas Eversberg · 10 years ago
  99. 5c3e05f db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  100. 1ba8fa6 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 12 years ago