1. 0a104d8 bsc: Implement scanning and changing messages from the MSC by Holger Hans Peter Freyther · 14 years ago
  2. a6af88f bsc: Add a method to scan messages coming from the MSC. by Holger Hans Peter Freyther · 14 years ago
  3. 5035bba bsc: Look for location updating requests in messages by Holger Hans Peter Freyther · 14 years ago
  4. b408d79 bsc: Add a hook where we can scan for LU and other messages. by Holger Hans Peter Freyther · 14 years ago
  5. 1b8e90a bsc: Call into the SCCP layer to create a new connection. by Holger Hans Peter Freyther · 14 years ago
  6. 5f2184c bsc: Reduce duplication with a macro. by Holger Hans Peter Freyther · 14 years ago
  7. cfa3747 bsc: Implement sending an assignment failure by Holger Hans Peter Freyther · 14 years ago
  8. ef2d1bf bsc: Send a Clear Reques on RF Failures to the MSC. by Holger Hans Peter Freyther · 14 years ago
  9. 313324e bsc: Implement sending a SAPI n Reject. by Holger Hans Peter Freyther · 14 years ago
  10. 3623d6b bsc: Implement the DTAP callback and forward the data to the MSC by Holger Hans Peter Freyther · 14 years ago
  11. 03a61d1 bsc: Implement sending the assignment complete to the network by Holger Hans Peter Freyther · 14 years ago
  12. a62919e bsc: Implement sending a Cipher Mode Complete message by Holger Hans Peter Freyther · 14 years ago
  13. 13cde94 bsc: Add a method that will queue the message on a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  14. b6d7014 bsc: Add some basic checks to see if a SCCP connection is established by Holger Hans Peter Freyther · 14 years ago
  15. e0f3bb5 bsc: Complain about unimplemented stuff. by Holger Hans Peter Freyther · 14 years ago
  16. 9ff6568 bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  17. 40b8902 bsc_api: Nuke the clear complete from the API. by Holger Hans Peter Freyther · 14 years ago
  18. 767ff3c bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  19. 8dd01ef bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  20. 47cd8ed bsc_api: The cipher mode is not a message on the air interface by Holger Hans Peter Freyther · 14 years ago
  21. 3d4d2c7 bsc_api: Change the cause to a uint8_t for now by Holger Hans Peter Freyther · 14 years ago
  22. 0aa55a3 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  23. 16bdb14 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  24. 689e3cc bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  25. b0746fe bsc: Fix crash when making a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  26. 5ce6517 bsc: Add the audio codec list command to list preferred codecs by Holger Hans Peter Freyther · 14 years ago
  27. 7dcd8e3 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  28. f43e3db bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  29. 21a1cf3 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  30. f3ce67d bsc: Fix the name of the local vty variable. by Holger Hans Peter Freyther · 14 years ago
  31. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  32. 7c831f6 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  33. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  34. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  35. 7d23130 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  36. 74ff36f msc: Send a signal when the connections to the MSC dropped by Holger Hans Peter Freyther · 14 years ago
  37. 9bfd6e8 bsc: Reorder the includes... should be alphabetically now by Holger Hans Peter Freyther · 14 years ago
  38. 054928d bsc: Make the write method public it will be used by other modules by Holger Hans Peter Freyther · 14 years ago
  39. 05394bc bsc: Add code responsible for connecting, reconnecting to the MSC by Holger Hans Peter Freyther · 14 years ago
  40. e60a0a9 bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  41. db60d0a osmo_rf: Keep the current policy inside the RF struct.. by Holger Hans Peter Freyther · 14 years ago
  42. cdcb600 bsc: Move the rf_ctl into the msc data struct by Holger Hans Peter Freyther · 14 years ago
  43. 8c4dca2 bsc: Register a new MSC group with data for the MSC connection by Holger Hans Peter Freyther · 14 years ago
  44. b4bba07 bsc: Remove the old msc parameter, everything is in the VTY config now by Holger Hans Peter Freyther · 14 years ago
  45. 58b3df5 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  46. 971532f bsc: Set the copyright for the real BSC. by Holger Hans Peter Freyther · 14 years ago
  47. 19ce77c vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  48. c4ae176 Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  49. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  50. a8dffc1 sccp: Use the external libosmo-sccp as sccp implementation by Holger Hans Peter Freyther · 14 years ago
  51. 9bf4cec osmo_bsc_rf: Add a grace command, send a signal by Holger Hans Peter Freyther · 14 years ago
  52. 22e9ac3 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago
  53. 58ef6e4 osmo_bsc: Add option parsing, vty dummy by Holger Hans Peter Freyther · 14 years ago
  54. 770954e osmo_bsc: Add empty osmo_bsc_main.c and hook it into the build by Holger Hans Peter Freyther · 14 years ago
  55. b01b533 osmo-bsc: Start adding code for the osmo_bsc.. by Holger Hans Peter Freyther · 14 years ago