1. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  2. eb62301 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  3. 5e68ecf gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  4. 7b821d0 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  5. 291f050 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  6. 89d3d34 gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  7. 2c6b59c sysmobts: Add variable for N(S) + 1 needed for the sysmobts by Holger Hans Peter Freyther · 10 years ago
  8. 93dfa24 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  9. 0196c99 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  10. 3fa2644 gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  11. eece6277 gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  12. fa7a8bc gprs: The methods moved to gprs_utils.h remove them here by Holger Hans Peter Freyther · 10 years ago
  13. ce1b22e gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  14. 7127b02 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  15. 1ddd9e5 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  16. b900459 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  17. 16f30b5 gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  18. a7027a0 gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  19. d4d36f2 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  20. 18739ea gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  21. 723a751 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  22. 9b62580 openbsc: Add new fields for the osmo-bts software by Holger Hans Peter Freyther · 10 years ago
  23. 922ef5d bts: Remember the last AMR mode that we received by Holger Hans Peter Freyther · 10 years ago
  24. 7dd498d gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  25. 7c101d9 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  26. 7368528 gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  27. 91fb680 gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  28. 67a4445 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  29. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  30. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  31. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  32. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  33. b32d3c0 gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  34. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  35. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  36. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  37. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  38. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  39. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  40. b492d39 gprs: Separate LLC parsing from LLC state handling by Jacob Erlbeck · 10 years ago
  41. f6b61e6 mgcp: Use #pragma once instead of a possible clashing #ifdef by Holger Hans Peter Freyther · 10 years ago
  42. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  43. 20f6e94 ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGE by Holger Hans Peter Freyther · 10 years ago
  44. b66f158 ctrl: Reduce code duplication and add a define to create the struct by Holger Hans Peter Freyther · 10 years ago
  45. 6e36255 ctrl: Remove the param parameter as it was never used/implemented by Holger Hans Peter Freyther · 10 years ago
  46. 1159005 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  47. b9f4598 bsc: Fix compilation on FreeBSD by Nikola Kolev · 10 years ago
  48. abddd6a nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  49. ca3c256 sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  50. 1b148ec openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX by Álvaro Neira Ayuso · 10 years ago
  51. 90e9a44 gprs: Fix compiler warnings in sgsn_main.c by Holger Hans Peter Freyther · 10 years ago
  52. 1768a57 gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  53. e827812 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  54. 8a158bb ctrl/abis: When the max_power_reduction changes, send it to the BTS by Holger Hans Peter Freyther · 10 years ago
  55. a273030 sgsn/ctrl: Add ctrl interface, implement listing subscribers by Holger Hans Peter Freyther · 10 years ago
  56. 49f9e5b ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  57. d883db0 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  58. 2d99eeb nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  59. 9dbc3f8 nitb/ctrl: Add command to add/modify a subscriber to the database by Holger Hans Peter Freyther · 10 years ago
  60. 9acbe4c mncc: Use helper function to check if an MNCC frame is data (speech/traffic) by Andreas Eversberg · 11 years ago
  61. f78fc4e mncc: Complete definitions for all speech traffic frames at MNCC interface by Andreas Eversberg · 10 years ago
  62. 1e77e3d db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  63. f8c4219 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 11 years ago
  64. 98258db bsc: Add vty command to send location trap through VTY by Holger Hans Peter Freyther · 10 years ago
  65. ca11443 sms: Increment the RP Message Reference for each transaction by Holger Hans Peter Freyther · 10 years ago
  66. 6ab5d4f trau: Fix compiler warning about decoded_trau_frame by Holger Hans Peter Freyther · 10 years ago
  67. 8cedb11 ctrl: Make it possible to re-use the string get and set routine by Holger Hans Peter Freyther · 11 years ago
  68. 2c7032e ctrl: Make the int range set, get and verify methods available by Holger Hans Peter Freyther · 11 years ago
  69. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  70. dcf38e1 Add function to update TRAU muxer after assignment or handover by Andreas Eversberg · 11 years ago
  71. 88012b6 Use 'defines' for length and duration of RTP payload by Andreas Eversberg · 10 years ago
  72. 415cd2e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  73. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  74. 1fe2412 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  75. 903aaea Do not expect all BTSs support TSC != BCC by Harald Welte · 10 years ago
  76. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  77. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  78. 45014a0 si: Fix range1024 encoding by Jacob Erlbeck · 10 years ago
  79. 65d114f si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messages by Jacob Erlbeck · 10 years ago
  80. a83d511 Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  81. 7d8fa34 Add VTY option for Nokia BTS that does not send RELease CONFirm message by Andreas Eversberg · 11 years ago
  82. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  83. d074f8f Add EFR support to TRAU muxer + test case by Andreas Eversberg · 11 years ago
  84. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  85. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  86. f6ec0e9 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  87. 58340e5 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  88. e2292f3 mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  89. 30ce422 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  90. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  91. 3dff27d mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  92. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  93. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  94. 49976f4 shared: Introduce/Add procedure pending to the MO by Holger Hans Peter Freyther · 11 years ago
  95. 24d3b91 bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  96. 28e183f Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  97. 61bd965 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  98. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  99. fc7a75f bts: Add a flag to remember the kind of activation/release by Holger Hans Peter Freyther · 11 years ago
  100. 72b401f gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago