1. bc6c43f sms: Replaced the SMR process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  2. f7396ea sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  3. 07dec13 sms: Remove the susbcr_put_lchan logic from the SMS code by Holger Hans Peter Freyther · 12 years ago
  4. 70ae5d3 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  5. 6d81883 Merge branch 'zecke/mgcp-dtmf' by Holger Hans Peter Freyther · 12 years ago
  6. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  7. 0d0c9ec use DLSMS and not DSMS in SMPP related code (merge with master) by Harald Welte · 12 years ago
  8. c648368 tests: Fix build of 'db' test after smpp merge by Harald Welte · 12 years ago
  9. b8a1f96 SMPP: fix handling of UDH / multi-part for 7-bit messages by Harald Welte · 12 years ago
  10. c0de14d SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  11. e07b6a7 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  12. 338e3b3 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  13. eff40949 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  14. 366c331 sms: Use the definitions from the libosmogsm by Holger Hans Peter Freyther · 12 years ago
  15. 0a1a312 Merge branch 'laforge/smpp' by Harald Welte · 12 years ago
  16. 6c7680d SMPP: build the smpp interface only in case of ./configure --enable-smpp by Harald Welte · 12 years ago
  17. 1a2993a SMPP: fix subscriber reference leak. by Harald Welte · 12 years ago
  18. 9122c13 SMPP: More logging in error cases, fix UDH in 7bit ASCII by Harald Welte · 12 years ago
  19. 874f9f1 SMPP: More consistent logging / error reporting by Harald Welte · 12 years ago
  20. 8a1b056 SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribers by Harald Welte · 12 years ago
  21. 9ad0362 SMPP: Deal with DCS according to 03.38 and respect TP-PID by Harald Welte · 12 years ago
  22. 4dbcdad SMPP: Introduce wrapper macro to memset all structures to zero by Harald Welte · 12 years ago
  23. e94db49 SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  24. d4bdee7 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  25. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  26. 90d7f26 Makefile: just a slight re-order / breaking of a line by Harald Welte · 12 years ago
  27. eedb453 mgcp: Print both receivd and expected address in the error statement by Holger Hans Peter Freyther · 12 years ago
  28. 98da544 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  29. 88c06bc Merge branch 'zecke/mgcp-rtp-statistics' by Holger Hans Peter Freyther · 12 years ago
  30. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  31. 30690ad mgcp: Calculate the jitter with the formula/code from the appendix by Holger Hans Peter Freyther · 12 years ago
  32. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  33. 769912c mgcp: Calculate the wrap around as of Appendix A in RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  34. 1e85af6 mgcp: Document a difference between RFC 3550 and this code by Holger Hans Peter Freyther · 12 years ago
  35. ed3a661 mgcp: Align the variable naming with Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  36. 0bf15a8 mgcp: Include statistics at the end of a connection by Holger Hans Peter Freyther · 12 years ago
  37. 2e8e659 mgcp: Remember the initial sequence number of the stream by Holger Hans Peter Freyther · 12 years ago
  38. 952f752 mgcp: Count the received octets as of the MGCP specification by Holger Hans Peter Freyther · 12 years ago
  39. 2a60a11 mgcp: Remove the lost_no from the mgcp statistics by Holger Hans Peter Freyther · 12 years ago
  40. de1674a bts: Really drop the BTS in case of an OML NACK by Holger Hans Peter Freyther · 12 years ago
  41. 7517212 sms: Re-order the include files after the separationf OpenBSC and osmocore by Holger Hans Peter Freyther · 12 years ago
  42. 3dfe8a1 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  43. e2f34d5 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  44. 93fda87 debian: Make the package creation work on debian squeeze (stable) by Holger Hans Peter Freyther · 12 years ago
  45. e0b5972 debian: We require libdbi-sqlite3 for running the tests by Holger Hans Peter Freyther · 12 years ago
  46. f3a317c debian: Update the rules to work from the toplevel directory by Holger Hans Peter Freyther · 12 years ago
  47. e600eed debian: Move debian directory to ease building packages by Holger Hans Peter Freyther · 12 years ago
  48. 6b55f60 sms_queue: It is a bad idea to detach a subscriber on failed delivery by Holger Hans Peter Freyther · 12 years ago
  49. 7456891 mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  50. cb3c2c9 nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  51. 07fc097 nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  52. aff2071 Set byte order defines when compiled on OSX by Tobias Engel · 12 years ago
  53. 511f9c3 si: Partially implement the range encoding for the SI. by Holger Hans Peter Freyther · 12 years ago
  54. d49eb74 libbsc: fix message leaks on several error paths by Pablo Neira Ayuso · 12 years ago
  55. 2ee7ecd Allow setting of Control Channel Description parameters via VTY by Andreas Eversberg · 12 years ago
  56. 94c2b05 bsc: Do not print "SI 18" but SI2ter when the SI generation fails by Holger Hans Peter Freyther · 12 years ago
  57. c15d0ac SI13: Set alpha value to a safer default of 0 instead of 10 by Harald Welte · 12 years ago
  58. d9173c3 bsc_init: Don't drop all BTSs because a single BTS had an error by Harald Welte · 12 years ago
  59. 8936d00 tests: Remove the debug/logging test as it is in libosmocore now by Holger Hans Peter Freyther · 12 years ago
  60. becc89a Fix: T3192 and T3193 must be similar by Andreas Eversberg · 12 years ago
  61. 778695d mgcp: Add the disable color option to the mgcp binary by Holger Hans Peter Freyther · 12 years ago
  62. 221ff66 systemd: Add service units for the BSC, NITB and MGCP by Holger Hans Peter Freyther · 12 years ago
  63. bf0a7c9 nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDING by Harald Welte · 12 years ago
  64. 34203bd abis_nm: Provide a reason when an invalid channel configuration is used by Holger Hans Peter Freyther · 12 years ago
  65. 9ceea68 abis_nm: Log an error when the channel combination can not be set. by Holger Hans Peter Freyther · 12 years ago
  66. ca5d211 Merge branch 'feature/local-mscs' by Holger Hans Peter Freyther · 12 years ago
  67. 31b245b bsc: Add vty code for allowing emergency by Holger Hans Peter Freyther · 13 years ago
  68. cbaa880 bsc: Add vty function for the MSC type by Holger Hans Peter Freyther · 13 years ago
  69. 18fa70a bsc: Look for CM Service Requests with emergency cause by Holger Hans Peter Freyther · 13 years ago
  70. 210565e bsc: Introduce a local MSC type and forbid it from being selected by Holger Hans Peter Freyther · 13 years ago
  71. c11889f Merge branch 'feature/multiple-msc-connections' by Holger Hans Peter Freyther · 12 years ago
  72. f67d9a9 bsc: Attempt to respond to paging to the MSC that paged by Holger Hans Peter Freyther · 13 years ago
  73. 644b0bf bsc: Hand the msc_connection to the UDT handling, pass it to paging by Holger Hans Peter Freyther · 13 years ago
  74. 076af1c bsc: Move the finding of a MSC into the filter code by Holger Hans Peter Freyther · 13 years ago
  75. 354c87c bsc: Select a MSC in a round-robin fashion by Holger Hans Peter Freyther · 13 years ago
  76. 8b902d7 bsc: Allow to configure more than one MSC in the VTY by Holger Hans Peter Freyther · 13 years ago
  77. 8c176cc msc: Only kill connections belonging to the given MSC by Holger Hans Peter Freyther · 13 years ago
  78. ffd6856 gbproxy: Address two unaligned memory access warnings by Holger Hans Peter Freyther · 12 years ago
  79. 7a7c2f8 osmo-bsc: Command bts_connection_status with TRAPS by Daniel Willmann · 13 years ago
  80. 806d654 osmo-bsc: Introduce command msc_connection_status and send TRAPs for it by Daniel Willmann · 13 years ago
  81. 6dc6910 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  82. 6088f14 libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  83. 65924a5 osmo-bsc: Include rf statistics in the location-state TRAP as well by Daniel Willmann · 13 years ago
  84. 1162011 osmo-bsc: Prepare to send more than just the location in the TRAP by Daniel Willmann · 13 years ago
  85. d08ad7d ctrl: Use strtol instead of atoi to detect conversion errors by Daniel Willmann · 13 years ago
  86. ebe2237 ctrl: Improve error messages in ctrl_cmd_handle by Daniel Willmann · 13 years ago
  87. 7aa4f0a ctrl: Change the paths to bts.%i. instead of bts%i by Daniel Willmann · 13 years ago
  88. fa0ec15 ctrl: Do not allow to set the RF Lock for a single trx by Holger Hans Peter Freyther · 13 years ago
  89. a5352a0 osmo-bsc: Change variable name to better reflect current/last location by Daniel Willmann · 13 years ago
  90. 47b5b3e gsm_data: Include a structure for the geographical location in gsm_bts by Daniel Willmann · 13 years ago
  91. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  92. 5ff06af osmo-bsc: Put the control commands in osmo_bsc_ctrl.c by Daniel Willmann · 13 years ago
  93. d5eb431 osmo-bsc: Only send a TRAP if the location changes by Daniel Willmann · 13 years ago
  94. adcde9f osmo-bsc: Add support for traps to the location command by Daniel Willmann · 13 years ago
  95. 4782454 osmo-bsc: Allow location tstamp to be zero if fix is invalid by Daniel Willmann · 13 years ago
  96. ad2946c osmo-nitb: Update control interface API in osmo-nitb by Daniel Willmann · 13 years ago
  97. d79da3b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  98. 721f032 libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  99. 114a010 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  100. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago