1. 2c202cd Add EFR support to TRAU muxer + test case by Andreas Eversberg · 11 years ago
  2. c3daa0f Fix: Nokia requires VTY's "oml e1" parameters also by Andreas Eversberg · 11 years ago
  3. 3408c9c contrib/rtp: Fix default payload case by Jacob Erlbeck · 11 years ago
  4. f31e6ee Merge branch 'jerlbeck/features/mgcp-get-info-from-sdp' by Holger Hans Peter Freyther · 11 years ago
  5. e91324d mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  6. fa3fff4 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  7. 91cf743 mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  8. 07a25f7 mgcp/test: Output the packet duration after MGCP parsing by Jacob Erlbeck · 11 years ago
  9. a03e223 mgcp/rtp: Refactor timestamp offset calculation into own function by Jacob Erlbeck · 11 years ago
  10. da82df8 contrib/rtp: Add tool to create RTP state files by Jacob Erlbeck · 11 years ago
  11. a685344 contrib/rtp: Enhance RTP replay tool by Jacob Erlbeck · 11 years ago
  12. 593b51e build: db_test does not use dlopen/dlsym.. remove LIBRARY_DL from deps by Holger Hans Peter Freyther · 11 years ago
  13. d5ee8d1 build: channel_test does not use dlopen/dlsym remove LIBRARY_DL dep by Holger Hans Peter Freyther · 11 years ago
  14. 6b78421 build: osmo-nitb does not use dlopen/dlsym remove LIBRARY_DL by Holger Hans Peter Freyther · 11 years ago
  15. 94f18c1 build: Remove bogus depends from ipaccess-config by Holger Hans Peter Freyther · 11 years ago
  16. 4e88f6b freebsd: dlopen/dlsym/dlerror is part of libc, use LIBRARY_DL for linking by Nikola · 11 years ago
  17. 52d8f5a si: Make sure to not overwrite orig_arfcn_hi in the range encoding by Holger Hans Peter Freyther · 11 years ago
  18. 0c2cfb8 ipa-proxy: Socket creation can fail, address coverity issue by Holger Hans Peter Freyther · 11 years ago
  19. 7d552fc vty: Address coverity issue with subscr->name never being NULL by Holger Hans Peter Freyther · 11 years ago
  20. 3d5290b subscriber: Address coverity warning and truncate the IMSI by Holger Hans Peter Freyther · 11 years ago
  21. e3a73ab smpp_mirror: Initialize rc when cmd_id is not DELIVER_SM by Holger Hans Peter Freyther · 11 years ago
  22. 7b1c777 build: Ignore file generated by automake by Holger Hans Peter Freyther · 11 years ago
  23. 0f3fa90 mgcp: Address compiler error for sprintf misusage... by Holger Hans Peter Freyther · 11 years ago
  24. 1dc4f97 debian: Enable hardening for the OpenBSC packages by Holger Hans Peter Freyther · 11 years ago
  25. 5cbb44a debian: Build debug packages for each of the target packages by Holger Hans Peter Freyther · 11 years ago
  26. 595b126 Merge remote-tracking branch 'jerlbeck/features/rtp-header-patching' by Holger Hans Peter Freyther · 11 years ago
  27. d69cf60 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  28. 5a1d238 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  29. 2b57b4c mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  30. 866a76d mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  31. 64af5d2 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  32. d7a27bc mgcp/rtp: Only update RTP header field offsets if enabled by Jacob Erlbeck · 11 years ago
  33. 4a14bed mgcp/rtp: Change the log message shown when the SSRC changes by Jacob Erlbeck · 11 years ago
  34. e5546cd mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  35. 5065aef mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  36. eb19f55 mgcp/rtp: Add more test cases for RTP header patching by Jacob Erlbeck · 11 years ago
  37. 45376e9 Merge branch 'jerlbeck/mgcp-cleanups' by Holger Hans Peter Freyther · 11 years ago
  38. e3440c7 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  39. 7a0d87b mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  40. 3c629c6 mgcp: NUL-terminate MGCP message by Jacob Erlbeck · 11 years ago
  41. 9cec667 mgcp: Refactor MGCP/SDP parsing by Jacob Erlbeck · 11 years ago
  42. fe9896f mgcp: Add tests for payload types in MGCP messages by Jacob Erlbeck · 11 years ago
  43. e7060c4 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  44. 7a6510c mgcp: Rename for_each_line to for_each_non_empty_line by Jacob Erlbeck · 11 years ago
  45. faae5b8 osmo-nitb: don't print 'bac_hack' in usage/help output by Harald Welte · 11 years ago
  46. ac9f6ce mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  47. 4516a8a mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  48. a2528da mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  49. 35e6fbb bsc: Add a VTY command to show the paging group for a BSC/IMSI by Holger Hans Peter Freyther · 11 years ago
  50. b99fee1 rtp: Fixed size check in padded RTP packets by Jacob Erlbeck · 11 years ago
  51. 713f43f bsc: Use the right string for the notification by Holger Hans Peter Freyther · 11 years ago
  52. 51d19de rtp: Take the parameter from the arguments by Holger Hans Peter Freyther · 11 years ago
  53. 9e18495 ipa: Explain that one needs to get the IP address of the BTS as argument by Holger Hans Peter Freyther · 11 years ago
  54. 2b697e7 shared: Introduce/Add procedure pending to the MO by Holger Hans Peter Freyther · 11 years ago
  55. f340960 gbproxy: The "[stats]" option was not documented, document it by Holger Hans Peter Freyther · 11 years ago
  56. e4cca68 bsc/ussd: Rename bsc_send_ussd_notification() by Jacob Erlbeck · 11 years ago
  57. 51f814a bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  58. 6bc0d0b bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  59. 8bdc5ee Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  60. 841d19f bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  61. a423591 vty: Enable the end/exit test for libosmocore nodes by Jacob Erlbeck · 11 years ago
  62. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  63. 5f17bf9 bts: Add a flag to remember the kind of activation/release by Holger Hans Peter Freyther · 11 years ago
  64. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  65. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  66. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  67. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  68. b44b873 gbproxy: Fix rate counter group leak in peer_free() by Jacob Erlbeck · 11 years ago
  69. 7553d1c gbproxy: Add basic VTY tests by Jacob Erlbeck · 11 years ago
  70. 5c46e93 vty: Fix whitespace in test script by Jacob Erlbeck · 11 years ago
  71. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  72. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  73. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  74. 700b873 gbproxy: Fix warning and log message by Jacob Erlbeck · 11 years ago
  75. 4501772 gbproxy: Extended test program to simulate SGSN, too by Jacob Erlbeck · 11 years ago
  76. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  77. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  78. b8b1c2a ussd: Fix test for RELEASE COMPLETE by Alexander Huemer · 11 years ago
  79. 5b57413 misc: Require libosmocore 0.6.4 and libosmogb 0.6.4 by Holger Hans Peter Freyther · 11 years ago
  80. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  81. f3f3d30 abis: Consistent usage of LOGP/DEBUGP for "RSL CONNECT NACK" by Alexander Chemeris · 11 years ago
  82. 0d4f964 osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now by Holger Hans Peter Freyther · 11 years ago
  83. e092dec nitb: Add "subscriber create" VTY command. by Alexander Chemeris · 11 years ago
  84. a84faf6 sms: Possiqble meamleak fix gsm340_rx_tpdu() by Alexander Chemeris · 11 years ago
  85. 979d137 Fix typo in console output: "PEROIDOC" -> "PERIODIC". by Alexander Chemeris · 11 years ago
  86. 0d404ca Fix typo ',' -> ';' at the end of a line. by Alexander Chemeris · 11 years ago
  87. 35f1290 Fix copy-paste error in console output in db_test. by Alexander Chemeris · 11 years ago
  88. 64e143a bsc: Add control command to set timezone by Jacob Erlbeck · 11 years ago
  89. 651038f smpp: Fix the make distcheck for smpp by Holger Hans Peter Freyther · 11 years ago
  90. 8c53428 nat: Fix make distcheck for the nat by Holger Hans Peter Freyther · 11 years ago
  91. cc0d884 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  92. 80d5843 bsc: Add vty command for setting Access control classes. by Ivan Kluchnikov · 11 years ago
  93. 21f6d15 ctrl: Set a generic reply when it hasn'n been set by Jacob Erlbeck · 11 years ago
  94. 5741e1f ctrl: Add test script for the BSC control interface by Jacob Erlbeck · 11 years ago
  95. 38c5667 vty: Cosmetic change to the writing of the bts->model by Holger Hans Peter Freyther · 11 years ago
  96. dcce8e8 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  97. 5e22911 vty: Hide unconfigured BTS on 'write' by Jacob Erlbeck · 11 years ago
  98. 3ccb86b ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  99. 323d2f5 bsc_msc: Fix possible null pointer dereference by Holger Hans Peter Freyther · 11 years ago
  100. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago