1. 1ed84d2 fix mistypes, spaces and tabs by Alexander Couzens · 8 years ago
  2. 7c0b45b Revert "bts: extend bts_chan_load to allow counting tch only" by Neels Hofmeyr · 8 years ago
  3. 92866f0 bts: extend bts_chan_load to allow counting tch only by Alexander Couzens · 8 years ago
  4. 8fdcaf9 move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts by Neels Hofmeyr · 8 years ago
  5. c1110e1 chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[] by Neels Hofmeyr · 8 years ago
  6. 5d01f96 dyn TS: bts_chan_load: use correct nr of subslots for dyn ts by Neels Hofmeyr · 8 years ago
  7. f8d6053 dyn TS: OS#1778 workaround: disable TCH/F on dyn TS for nitb by Neels Hofmeyr · 8 years ago
  8. 6c5f278 dyn TS: implement pchan switchover logic by Neels Hofmeyr · 8 years ago
  9. ff4ebd8 dyn TS: enhance channel allocator for dynamic TS by Neels Hofmeyr · 8 years ago
  10. 9eee2cd log lchan_alloc() result by Neels Hofmeyr · 8 years ago
  11. b3985cf comments: clarify some dynamic TS comments by Neels Hofmeyr · 8 years ago
  12. 10b0f1d dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACT by Neels Hofmeyr · 8 years ago
  13. 05955e4 dyn PDCH: allow allocating TCH/F on TCH/F_PDCH slots by Neels Hofmeyr · 8 years ago
  14. e34707e dyn PDCH: Fix free slot search for chan_alloc_reverse == true by Andreas Eversberg · 11 years ago
  15. bb17dbc lchan_alloc(): on alloc failure, report original type by Neels Hofmeyr · 8 years ago
  16. fa163e8 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 10 years ago
  17. 960adfe lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  18. 6468793 chan_alloc: remove ts_alloc() and ts_free() by Harald Welte · 10 years ago
  19. 0e3d01b chan_alloc: Fix missing break statement by Harald Welte · 10 years ago
  20. ea003cd chan_alloc.c: Don't remove SDCCH/8 without CBCH by Harald Welte · 10 years ago
  21. bf4ba72 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  22. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  23. 64e68df chan_alloc: Fall-back to TCH/H, if we cannot find a TCH/F by Harald Welte · 10 years ago
  24. 8834689 libbsc: With the new SAPI states we don't need sacch_deact anymore by Daniel Willmann · 12 years ago
  25. c63cb86 gsm: Do not attempt to release SAPI=0 if it was never allocated by Holger Hans Peter Freyther · 12 years ago
  26. 969a405 lchan: Introduce T3109 handling for the release procedure by Holger Hans Peter Freyther · 13 years ago
  27. e38af68 lchan: Release the lchan more quickly, align with GSM 04.08 by Holger Hans Peter Freyther · 13 years ago
  28. 704109f lchan: Release all higher sapis on the local end. by Holger Hans Peter Freyther · 13 years ago
  29. 2806c79 rsl: Rename the reason to release_mode and use the enum value by Holger Hans Peter Freyther · 12 years ago
  30. b90b4a3 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  31. 00452c4 lchan: Close a possible still open RTP Socket by Holger Hans Peter Freyther · 12 years ago
  32. e3be5ca lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 13 years ago
  33. c65933d Revert "libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE" by Holger Hans Peter Freyther · 13 years ago
  34. b02b813 libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE by Daniel Willmann · 13 years ago
  35. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  36. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  37. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  38. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  39. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  40. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/chan_alloc.c]
  41. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/chan_alloc.c]
  42. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  43. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  44. d300106 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 14 years ago
  45. 5322dbf bsc_api: Clear lchan->conn on lchan_release by Holger Hans Peter Freyther · 14 years ago
  46. a212ba5 bsc: Move the subscriber_con code into the bsc_api by Holger Hans Peter Freyther · 14 years ago
  47. 3bfc06c chan_alloc: Allocate a subscriber connection as child of the network by Holger Hans Peter Freyther · 14 years ago
  48. db39203 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  49. 3fdf5b9 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  50. e1c05ff chan_alloc: After freeing set the pointer to NULL. by Holger Hans Peter Freyther · 14 years ago
  51. df5f724 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  52. bac7ff7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  53. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  54. 1a95fa8 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  55. 66a3c77 lchan: Document why lchan_reset is there... at least try to. by Holger Hans Peter Freyther · 14 years ago
  56. c08f6f0 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  57. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  58. 8bf60d4 chan_alloc: Make the lchan_find(bts,subscr) private/internal.. by Holger Hans Peter Freyther · 14 years ago
  59. fb03622 chan_alloc: Stop the channel timers in the reset by Holger Hans Peter Freyther · 14 years ago
  60. bcea9a7 abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  61. 5a8b2b4 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  62. 79a62f4 [rsl] Set the release state from within the lchan class by Holger Hans Peter Freyther · 14 years ago
  63. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  64. 8f72544 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  65. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  66. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  67. 0a77fa1 print full lchan name when recycling it by Harald Welte (local) · 15 years ago
  68. ca3e04f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  69. 51bd066 keep 'silent call' state in struct lchan by Harald Welte · 15 years ago
  70. 43db2bf export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  71. c3be50c Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  72. edc7b2f channel allocator: don't allocate channels of unavalable TRXs by Harald Welte · 15 years ago
  73. fe96f38 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  74. 92d8891 [handover] Real handover algorithm by Harald Welte · 15 years ago
  75. fe787f0 chan_alloc: Delete T3101 on lchan_free as well by Sylvain Munaut · 15 years ago
  76. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  77. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  78. 5ea9e8e make speech calls with NECI=1 work by Harald Welte · 15 years ago
  79. 1250337 If we're trying to allocate TCH/H but don't have it, fallback to TCH/F by Harald Welte · 15 years ago
  80. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  81. 29afdc4 [lchan] Fix the SAPI reset in the chan allocation... by Holger Hans Peter Freyther · 15 years ago
  82. d831805 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  83. 3265b1a misc: Use NULL instead of integer value for a NULL pointer by Holger Hans Peter Freyther · 15 years ago
  84. af86c0f when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4 by Harald Welte · 15 years ago
  85. ceb3c04 introduce bts->chan_alloc_reverse flag by Harald Welte · 15 years ago
  86. 351ff12 use list iteration macros to iterate over list of TRX by Harald Welte · 15 years ago
  87. 35cd5e9 move chcomb4pchan to public abis_nm_chcomb4pchan() function by Harald Welte · 15 years ago
  88. 7f863f5 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  89. aa60edb move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  90. 0f2e3c1 start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  91. 3a9c2c0 make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  92. 91192ee Merge branch 'master' into talloc by Harald Welte · 15 years ago
  93. c3217a1 fix typos by Harald Welte · 15 years ago
  94. e712a5f switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  95. 0374084 reworked MNCC codebase by Harald Welte · 15 years ago
  96. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago