1. 084b421 HO: Add a penalty timer list to the subscriber connection entity by Andreas Eversberg · 11 years ago
  2. 8359484 Fix: meas_rep.c will only use valid DL measurement reports by Andreas Eversberg · 11 years ago
  3. 935e5d7 HO: add queue to cache DTAP messages during handover/assignment by Andreas Eversberg · 11 years ago
  4. 2660c04 HO: make bts_by_arfcn_bsic() public by Neels Hofmeyr · 7 years ago
  5. 1c251f0 HO: rename gsm_bts_neighbor() to bts_by_arfcn_bsic() by Neels Hofmeyr · 7 years ago
  6. df65c9a HO: Count number of free timeslot on a given BTS by Andreas Eversberg · 11 years ago
  7. 81260a6 HO: Change debug category at handover decision: DHO -> DHODEC by Andreas Eversberg · 11 years ago
  8. 87b5eb6 HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configured by Neels Hofmeyr · 7 years ago
  9. c561515 HO: enable handover by initializing at startup; rename init function by Neels Hofmeyr · 7 years ago
  10. 30b6df6 Correctly set T3105 for ipaccess BTS type by Andreas Eversberg · 11 years ago
  11. 5d45c07 Allow assignment to TCH channel with signalling only mode by Andreas Eversberg · 11 years ago
  12. 3106c16 Do not perform assignment, if the new channel equals the current one by Andreas Eversberg · 11 years ago
  13. e0cba56 HO: If handover logic is used to do assignment, signal assignment result by Andreas Eversberg · 11 years ago
  14. 869121c HO: Always update rqd_ta after receiving measurement report by Andreas Eversberg · 11 years ago
  15. 7c41cd1 HO: Changed availablilty of ts_is_usable() from static to extern by Andreas Eversberg · 11 years ago
  16. f9b8cb1 fixup: neigh_meas_avg: fix condition to reduce window size by Neels Hofmeyr · 7 years ago
  17. 186e478 fixup: neigh_meas_avg: detect invalid window size as <=0, log if invalid by Neels Hofmeyr · 7 years ago
  18. 11e31c7 HO: Count neighbor measurements and reduce window of neigh_meas_avg by Andreas Eversberg · 11 years ago
  19. 970b434 HO: Count the actual meas.rep. get_meas_rep_avg fails if not reached by Andreas Eversberg · 11 years ago
  20. 4d3baa6 Fix of checking TCH rate at chan_compat_with_mode by Andreas Eversberg · 11 years ago
  21. 6082a37 HO: Assign SDCCH on channel request by Andreas Eversberg · 11 years ago
  22. c8a7823 Fix: If paging for half rate was requested, use hr, if supported by MS by Andreas Eversberg · 11 years ago
  23. c766c9e cosmetic: explicitly init ho_ref start value by Neels Hofmeyr · 7 years ago
  24. a918000 HO: Add function to count currently ongoing handovers to a given BTS by Andreas Eversberg · 11 years ago
  25. 5eaa4fb HO: add indicators for inter-cell and async ho, use for chan act type by Neels Hofmeyr · 7 years ago
  26. a49d7b2 HO: Send Channel Mode and Multirate IE along with handover command by Andreas Eversberg · 11 years ago
  27. e25018b HO prep: introduce per-BTS handover config, with defaults on net node by Neels Hofmeyr · 7 years ago
  28. be1131d HO: fix recovery from failed handover by Neels Hofmeyr · 7 years ago
  29. b99e025 vty: add various manual handover and assignment trigger commands by Neels Hofmeyr · 7 years ago
  30. 70c5fd2 vty: cosmetic: use common BTS, TRX, TS, LCHAN strings by Neels Hofmeyr · 7 years ago
  31. 0f483f6 vty: change handover command's arg LCHAN_NR to <0-7> by Neels Hofmeyr · 7 years ago
  32. e5b5a89 vty: fix 'show lchan ...' arg [lchan_nr] to [<0-7>] by Neels Hofmeyr · 7 years ago
  33. 1c8b4a5 handover_decision: log HO causes more accurately by Ivan Kluchnikov · 7 years ago
  34. 864f553 handover_decision: Fix condition for power budget handover attempt by Ivan Kluchnikov · 7 years ago
  35. d2474ca Show the BTS number for outgoing paging commands in debug log. by Stefan Sperling · 7 years ago
  36. 74b8cdb Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtran by Harald Welte · 7 years ago
  37. 55a954b Support control connection status query for a particular MSC. by Stefan Sperling · 7 years ago
  38. ff3fad1 vty: fix OML link state printing by Max · 7 years ago
  39. 94059b0 RSL: print link state per-TRX by Max · 7 years ago
  40. 6e4f184 cosmetic: remove duplicated code by Max · 7 years ago
  41. 148ee36 cosmetic: Hide all accesses to conn->bts behind conn_get_bts() by Harald Welte · 7 years ago
  42. 472275c remove unused 'lac' member of 'struct gsm_subscriber_connection' by Harald Welte · 7 years ago
  43. 8311a81 Remove bogus MM INFO configuration by Harald Welte · 7 years ago
  44. c499e5c Remove bogus vty config for LU reject cause by Harald Welte · 7 years ago
  45. faacb09 Remove unused RRLP options/codec by Harald Welte · 7 years ago
  46. d9956d9 Remove dead code left over from NITB split by Harald Welte · 7 years ago
  47. 8c6301c debug log: log Cipher Mode info upon sending down RSL/A-bis by Neels Hofmeyr · 7 years ago
  48. 64c2920 log typo fix in gsm0808_cipher_mode() by Neels Hofmeyr · 7 years ago
  49. 00d64fd Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACK by Harald Welte · 7 years ago
  50. 581398a Add a new counter "rsl:ipa_nack" to count number of IPA related NACKs by Harald Welte · 7 years ago
  51. 62d9cb0 Add new per-BTS "rsl:unknown" counter to count unknown RSL messages by Harald Welte · 7 years ago
  52. 4f59892 Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACT by Harald Welte · 7 years ago
  53. cf9d431 libbsc: paging: more reasonable (and detailed) paging statistics by Harald Welte · 7 years ago
  54. 256d09d paging: paging_flush_bts: be sure pending_requests is initalized by Philipp Maier · 7 years ago
  55. 7193226 fix segfault upon release paging on BSSMAP Reset: init llist by Neels Hofmeyr · 7 years ago
  56. 61b0c30 Generate SI2bis Rest Octets by Max · 7 years ago
  57. d382bf6 paging: Stop all paging if MSC sends us BSSMAP RESET by Harald Welte · 7 years ago
  58. f4b66fb paging: Remove obsolete paging call-back support by Harald Welte · 7 years ago
  59. 958cccf paging.c: add more documentation on what the functions actually do by Harald Welte · 7 years ago
  60. 4bd710d Generate SI2ter Rest Octets by Max · 7 years ago
  61. 115e267 OML: expand status reporting checks by Max · 7 years ago
  62. d82101e Move many counters from BSC-global to per-BTS granularity by Harald Welte · 7 years ago
  63. 20114aa auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  64. a2733ae cosmetic: handover.h: use "#pragma once", declare structs, comments by Neels Hofmeyr · 7 years ago
  65. 27cd0fe compiler warnings: constify in abis_nm.c by Neels Hofmeyr · 7 years ago
  66. 39d50a7 compiler warnings: drop some unused variables by Neels Hofmeyr · 7 years ago
  67. d0ff694 cosmetic: tighten function type signatures by Max · 7 years ago
  68. 8c209c9 cosmetic: bsc_vty: Document bvci reserved values by Pau Espin Pedrol · 7 years ago
  69. c5a8416 cosmetic: bsc_vty: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  70. ad47f71 auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  71. aa954cd OML: consider administrative state when reporting by Max · 7 years ago
  72. e8dda5f vty: Add cmd to configure 3g Early Classmark Sending by Pau Espin Pedrol · 7 years ago
  73. 91c76fd Use type bool for boolean fields in gsm48_si_ro_info by Pau Espin Pedrol · 7 years ago
  74. d663097 bsc_init: fix Werror: define rc for 2quater with si2q_count == 0 by Neels Hofmeyr · 7 years ago
  75. 36bf797 Check OML state per-BTS by Max · 7 years ago
  76. 848e1a5 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  77. f6e8e66 libbsc: Use correct printf formatting for uint64_t by Pau Espin Pedrol · 7 years ago
  78. 73ab3f0 bsc_api: Fix NULL secondary_lchan access in handle_ass_fail by Pau Espin Pedrol · 7 years ago
  79. 39999a7 SI1q: fix EARFCN appender by Max · 7 years ago
  80. 25cc407 ctrl: add oml-uptime command by Max · 7 years ago
  81. 7d73cc7 SI2q: fix generation for multiple UARFCNs by Max · 7 years ago
  82. 3d049d2 OML: consider RSL link state by Max · 7 years ago
  83. 081ceba SI2q: cleanup UARFCN addition by Max · 7 years ago
  84. aa70d9d Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1' by Harald Welte · 7 years ago
  85. d6a52e9 libbsc: document arguments of generate_bcch_chan_list() by Harald Welte · 7 years ago
  86. d1f70ed Show OML link uptime in vty by Max · 7 years ago
  87. 9cc7044 Further cleanup leftovers from BSC/MSC split by Max · 7 years ago
  88. dc10ce9 Wrap channel state assignment in macro by Max · 7 years ago
  89. 72fbc95 SI13: drop PBCCH-related bits by Max · 7 years ago
  90. be356ed Make TRX rf locking more visible by Max · 7 years ago
  91. c016479 move include/openbsc to include/osmocom/bsc by Neels Hofmeyr · 7 years ago
  92. 7b65688 split off osmo-bsc: remove files, apply build by Neels Hofmeyr · 7 years ago
  93. 39f62bb Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  94. e4dd94d Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH by Harald Welte · 7 years ago
  95. 04fc75f handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another bts by Ivan Kluchnikov · 7 years ago
  96. 18f4af8 timer vty: also print the default value in cmd doc by Neels Hofmeyr · 7 years ago
  97. f704a6e vty: add 'default' keyword to timer config by Neels Hofmeyr · 7 years ago
  98. 5ca0a81 cosmetic: vty for timers: remove obsolete range check by Neels Hofmeyr · 7 years ago
  99. f4f6772 remove code disabling T3109 if configured to 0 by Harald Welte · 7 years ago
  100. bb87100 bsc_vty: Don't allow timers of zero (0) by Harald Welte · 7 years ago