1. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  2. b847a21 libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  3. 20423ea libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  4. 9f8f9b8 libbsc: skip channel state LCHAN_S_INACTIVE while handover by Alexander Couzens · 8 years ago
  5. 3e62d41 comment tweak for bsc_handover_start() by Neels Hofmeyr · 8 years ago
  6. 7326652 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 10 years ago
  7. 22fd3cd ho: Copy the multirate config to the new lchan by Holger Hans Peter Freyther · 10 years ago
  8. d30ed6b ho: Make sure the timer is always stopped by Holger Hans Peter Freyther · 10 years ago
  9. 723a751 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  10. dcf38e1 Add function to update TRAU muxer after assignment or handover by Andreas Eversberg · 11 years ago
  11. c121bb3 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  12. d66777f rsl: Call the release function with the enum name and not the number by Holger Hans Peter Freyther · 12 years ago
  13. a5050b1 misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  14. 25cf824 handover: Not finding a HO record on CHAN ACT NACK is not an error by Harald Welte · 12 years ago
  15. 1d7f7c8 ho: Remove rtp_proxy.h include, no proxy code in here by Holger Hans Peter Freyther · 12 years ago
  16. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  17. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  18. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  19. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  20. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  21. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/handover_logic.c]
  22. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/handover_logic.c]
  23. ebd50a6 bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  24. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  25. 04d362f fix spelling mistake in log message by Harald Welte · 14 years ago
  26. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  27. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  28. 9d3e2ec ho: Access the network after we are known to have an entry. by Holger Hans Peter Freyther · 14 years ago
  29. c839667 ho: Set the conn to NULL before calling lchan_release by Holger Hans Peter Freyther · 14 years ago
  30. 2391b4c ho: On ho failure clear the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  31. 90cdd28 ho: Make this allocation a child of the BSC talloc context by Holger Hans Peter Freyther · 14 years ago
  32. 457c2a8 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  33. d9c9f07 handover: lchan_free will only free the local resources. by Holger Hans Peter Freyther · 14 years ago
  34. f2553a6 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  35. e071ab7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  36. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  37. 2412a07 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  38. 5eec9d9 [rsl] Set the right state when asking for the activation. by Holger Hans Peter Freyther · 14 years ago
  39. 7441949 [rsl] Introduce a method to set the state of the lchan by Holger Hans Peter Freyther · 14 years ago
  40. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  41. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  42. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  43. 7c639a0 [handover] print INFO message when doing handover by Harald Welte · 15 years ago
  44. e98d427 [handover] CRCX ACK without HO reference is normal, not an error by Harald Welte · 15 years ago
  45. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  46. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  47. ade773f handover: set old channel to INACTIVE state by Harald Welte · 15 years ago
  48. a037902 [handover] implement TCH RTP stream handover by Harald Welte · 15 years ago
  49. 9f16c87 handover: don't create negative lchan use counts by Harald Welte · 15 years ago
  50. a9fa8dc [handover]: make sure the new lchan keeps the subscriber pointer of the old lchan by Harald Welte · 15 years ago
  51. 6f7a5a7 handover: use correct handover lookup function by Harald Welte · 15 years ago
  52. e47f96b fix segfault in case of handover timer expiration by Harald Welte · 15 years ago
  53. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  54. 6670681 don't try multiple concurrent handovers for 1 channel by Harald Welte · 15 years ago
  55. fe18d5c call trans_lchan_change() from ho_gsm48_ho_compl() by Harald Welte · 15 years ago
  56. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  57. 798418a [handover] Implement handover control logic by Harald Welte · 15 years ago