1. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  2. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  3. 3547045 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 14 years ago
  4. abf962b bsc_api: Clear lchan->conn on lchan_release by Holger Hans Peter Freyther · 14 years ago
  5. a2aedad bsc: Move the subscriber_con code into the bsc_api by Holger Hans Peter Freyther · 14 years ago
  6. 1502dde chan_alloc: Allocate a subscriber connection as child of the network by Holger Hans Peter Freyther · 14 years ago
  7. 457c2a8 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  8. 4b85a32 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  9. aeb45f5 chan_alloc: After freeing set the pointer to NULL. by Holger Hans Peter Freyther · 14 years ago
  10. f2553a6 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  11. e071ab7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  12. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  13. 2412a07 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  14. f7a1c23 lchan: Document why lchan_reset is there... at least try to. by Holger Hans Peter Freyther · 14 years ago
  15. 5ba05f4 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  16. b2be195 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  17. ea01ca7 chan_alloc: Make the lchan_find(bts,subscr) private/internal.. by Holger Hans Peter Freyther · 14 years ago
  18. de4b0a2 chan_alloc: Stop the channel timers in the reset by Holger Hans Peter Freyther · 14 years ago
  19. 4f5848d abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  20. 135f797 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  21. 63d18b5 [rsl] Set the release state from within the lchan class by Holger Hans Peter Freyther · 14 years ago
  22. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  23. c0d83b0 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  24. 18b63f4 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  25. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  26. 0b11414 print full lchan name when recycling it by Harald Welte (local) · 15 years ago
  27. 1f6c11f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  28. 83579ca keep 'silent call' state in struct lchan by Harald Welte · 15 years ago
  29. 82ff397 export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  30. 3e46031 Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  31. 4c70454 channel allocator: don't allocate channels of unavalable TRXs by Harald Welte · 15 years ago
  32. b908cb7 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  33. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  34. f77af1f chan_alloc: Delete T3101 on lchan_free as well by Sylvain Munaut · 15 years ago
  35. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  36. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  37. 487e6be make speech calls with NECI=1 work by Harald Welte · 15 years ago
  38. 210c850 If we're trying to allocate TCH/H but don't have it, fallback to TCH/F by Harald Welte · 15 years ago
  39. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  40. 45b0243 [lchan] Fix the SAPI reset in the chan allocation... by Holger Hans Peter Freyther · 15 years ago
  41. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  42. ba92587 misc: Use NULL instead of integer value for a NULL pointer by Holger Hans Peter Freyther · 15 years ago
  43. 65676fe when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4 by Harald Welte · 15 years ago
  44. fc0d952 introduce bts->chan_alloc_reverse flag by Harald Welte · 15 years ago
  45. 8836726 use list iteration macros to iterate over list of TRX by Harald Welte · 15 years ago
  46. 21bd3a5 move chcomb4pchan to public abis_nm_chcomb4pchan() function by Harald Welte · 15 years ago
  47. 89e9d59 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  48. 1a6f798 move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  49. d2dc1de start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  50. d46299d make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  51. f165716 Merge branch 'master' into talloc by Harald Welte · 15 years ago
  52. 560982b fix typos by Harald Welte · 15 years ago
  53. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  54. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  55. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/chan_alloc.c]
  56. 7c19f74 lchan: Handle the abnormal case of channel getting closed by Holger Freyther · 15 years ago
  57. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  58. e64a7a3 [rr] Send a Channel Release before deactivating the channel by Holger Freyther · 15 years ago
  59. 44227dd typo by Harald Welte · 15 years ago
  60. c627afc Reset the use_count to zero in chan_free by Harald Welte · 15 years ago
  61. d0e38c3 Add implementation to find a lchan by the struct gsm_subscriber by Holger Freyther · 15 years ago
  62. 12aa50d Change the subscriber and database backend by Holger Freyther · 16 years ago
  63. 67b4b9a Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 16 years ago
  64. f85497c get rid of gcc warnings about function prototype by Harald Welte · 16 years ago
  65. 41ed300 We have freed the channel there is no subscriber associated anymore by Holger Freyther · 16 years ago
  66. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 16 years ago
  67. 75a983f * add database handling * fix IMSI handling by Harald Welte · 16 years ago
  68. 4b63454 now we get up to the SETUP of MO calls by Harald Welte · 16 years ago
  69. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago