1. 30495df bsc_api: Fix wrong order of log category and level arguments by Harald Welte · 12 years ago
  2. f89d6c8 bsc_api: log RR STATUS from MS as NOTICE, not DEBUG level by Harald Welte · 12 years ago
  3. b90b4a3 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  4. 45d8b58 bsc_api: Send RR Release and de-activate the SACCH on error by Holger Hans Peter Freyther · 12 years ago
  5. 724ea94 bsc: Allow to run a mixed TCH/H, TCH/F configuration by Holger Hans Peter Freyther · 12 years ago
  6. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  7. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  8. 8737f4c bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 13 years ago
  9. bd171c3 bsc_api: Add some more comments to the code by Harald Welte · 13 years ago
  10. 8416c5f bsc_api: Make sure to use correct MS Power on ASSIGNMENT CMD by Dieter Spaar · 13 years ago
  11. 6bc3631 bsc: Fix a crash in case we get a NACK from the BTS for a new channel by Holger Hans Peter Freyther · 13 years ago
  12. 082222c audio: Move the setting of MultiRateConfig to one place by Holger Hans Peter Freyther · 13 years ago
  13. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  14. 2810481 bsc: Crash fix for the osmo-nitb/MNCC code by Holger Hans Peter Freyther · 13 years ago
  15. 318741f libbsc: Don't free secondary lchan if it is NULL. by Daniel Willmann · 13 years ago
  16. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  17. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  18. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  19. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  20. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/bsc_api.c]
  21. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc_api.c]
  22. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  23. 366a559 bsc: Fix possible crash when the lchan->conn alloc failed by Holger Hans Peter Freyther · 13 years ago
  24. fc0db5c bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  25. 087bcca re-order the sequence of events in bsc_api:handle_release() by Harald Welte · 14 years ago
  26. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  27. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  28. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  29. ca68529 bsc: Some S_LCHAN signals don't provide an lchan by Holger Hans Peter Freyther · 14 years ago
  30. 9444d8a bsc: Avoid crashing when no lchan is present in the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  31. a7a1ea5 BSC API: Make 'Got data in non active state' message as LOGL_INFO by Harald Welte · 14 years ago
  32. 3463f1b misc: Include abis_rsl.h to remove some compiler warnings by Holger Hans Peter Freyther · 14 years ago
  33. 7a3b01b bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  34. b20fb42 bsc_api: Rework the signal handler to be extendable by Holger Hans Peter Freyther · 14 years ago
  35. 5322dbf bsc_api: Clear lchan->conn on lchan_release by Holger Hans Peter Freyther · 14 years ago
  36. 473ba0f bsc_api: Clear the conn->lchan before calling subscr_con_free by Holger Hans Peter Freyther · 14 years ago
  37. f3ddb3c bsc_api: Clear the conn of the failed lchan to avoid a runtime warning by Holger Hans Peter Freyther · 14 years ago
  38. 7518458 bsc_api: Set the lchan->conn to NULL in all of the cases by Holger Hans Peter Freyther · 14 years ago
  39. 9113583 bsc_api: Send a channel modify when we already have a TCH. by Holger Hans Peter Freyther · 14 years ago
  40. 7dec9fb bsc_api: Plug a theoretical window for the RLL callbacks by Holger Hans Peter Freyther · 14 years ago
  41. 6bfcad8 bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  42. 1de909f bsc_api: Clarify the parameters of the assignment command by Holger Hans Peter Freyther · 14 years ago
  43. 0c117b3 bsc_api: Implement sending the cipher mode method by Holger Hans Peter Freyther · 14 years ago
  44. 1b1259e bsc_api: Make the cipher_mode take the 'include imei sv' argument by Holger Hans Peter Freyther · 14 years ago
  45. 9ff6568 bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  46. 767ff3c bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  47. 8dd01ef bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  48. 801ecb6 bsc_api: Look into the msg and call the right API functions by Holger Hans Peter Freyther · 14 years ago
  49. 0aa55a3 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  50. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  51. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  52. 8570887 bsc: Fix the clear to release resources first, then set to NULL by Holger Hans Peter Freyther · 14 years ago
  53. 7d85564 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  54. e519958 bsc: Keep all active subscriber connections in a list. by Holger Hans Peter Freyther · 14 years ago
  55. a212ba5 bsc: Move the subscriber_con code into the bsc_api by Holger Hans Peter Freyther · 14 years ago
  56. 2158893 bsc_api: Add stub for the cipher mode command. by Holger Hans Peter Freyther · 14 years ago
  57. cf863e4 bsc_api: Create dummy stub for the assignment command. by Holger Hans Peter Freyther · 14 years ago
  58. 0e77ba2 bsc_api: Only forward L3 messages when the channel is active by Holger Hans Peter Freyther · 14 years ago
  59. df5f724 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  60. 8a945c8 bsc_api: Avoid use after free kind of error on the lchan. by Holger Hans Peter Freyther · 14 years ago
  61. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  62. 1a95fa8 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  63. 52844c2 Revert "bsc_api: Move debug context for subscriber into the bsc_api.c" by Holger Hans Peter Freyther · 14 years ago
  64. 69fdcd8 bsc_api: Move debug context for subscriber into the bsc_api.c by Holger Hans Peter Freyther · 14 years ago
  65. a76bcb0 bsc_api: Set the l3h header from within the dtap method by Holger Hans Peter Freyther · 14 years ago
  66. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  67. 897ad9a bsc_api: Move BSC API between MSC and RSL code... by Holger Hans Peter Freyther · 14 years ago
  68. ee2be4c bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  69. b2f49a5 bsc_api: Add newline to the end of the file. by Holger Hans Peter Freyther · 14 years ago
  70. 39c90ef bsc_api: Add init, dispatch the clear request when a channel is going missing by Holger Hans Peter Freyther · 14 years ago
  71. a7d3e8e bsc_api: Move some parts over to the BSC API. by Holger Hans Peter Freyther · 14 years ago
  72. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago