1. 97d110e vty: 'show bts': fix indenting by Neels Hofmeyr · 7 years ago
  2. 9abc652 vty: 'show bts': write '(none)' if none are found. by Neels Hofmeyr · 7 years ago
  3. 91004ab gsm_network: drop unused subscr_epxire_timer by Neels Hofmeyr · 7 years ago
  4. 28838e9 drop unused common.h by Neels Hofmeyr · 7 years ago
  5. d23ce86 drop libcommon-cs completely by Neels Hofmeyr · 7 years ago
  6. 92b9f2e common_cs.h: mv gsm_encr to gsm_data.h by Neels Hofmeyr · 7 years ago
  7. 6dd5a9b libcommon-cs: move vty bits to libbsc/bsc_vty.c by Neels Hofmeyr · 7 years ago
  8. b540077 libcommon_cs: move gsm48 bits to libbsc by Neels Hofmeyr · 7 years ago
  9. d85e4cb gsm_network: drop unused trans_list by Neels Hofmeyr · 7 years ago
  10. ab1b381 libcommon-cs: move gsm_network_init() into bsc_network_init() by Neels Hofmeyr · 7 years ago
  11. f088e79 libcommon-cs: move a_reset.c into libbsc by Neels Hofmeyr · 7 years ago
  12. 421059a drop libcommon completely, move remaining files to libbsc by Neels Hofmeyr · 7 years ago
  13. 1048516 libcommon: join gsm_data_shared.* into gsm_data.* by Neels Hofmeyr · 7 years ago
  14. 87592b8 ipaccess-proxy: don't redefine tall_bsc_ctx by Neels Hofmeyr · 7 years ago
  15. cc6240a libcommon: eliminate talloc_ctx.c by Neels Hofmeyr · 7 years ago
  16. 978f58c libcommon: eliminate socket.c by Neels Hofmeyr · 7 years ago
  17. 7997bf4 libcommon: eliminate debug.c by Neels Hofmeyr · 7 years ago
  18. ec1bb16 libcommon: eliminate common_vty.c by Neels Hofmeyr · 7 years ago
  19. e161bca libcommon: eliminate bsc_version.c by Neels Hofmeyr · 7 years ago
  20. 2f4f4b8 osmo-bsc: Add talloc context introspection via VTY by Harald Welte · 7 years ago
  21. 73acbca Make RSL connection attempts time out. by Stefan Sperling · 7 years ago
  22. aa4adb8 abis_rsl: do not allow SACCH in MF mode on SAPI=0 by Philipp Maier · 7 years ago
  23. cc48efe abis_rsl: permit first EstablishInd only on SAPI=0 by Philipp Maier · 7 years ago
  24. 81dc9e7 Add stat items for the BTS's channel load average and T3122. by Stefan Sperling · 7 years ago
  25. 5f45a4a vty: print RTP IP of lchan if actually bound; print remote (mgw) IP by Harald Welte · 7 years ago
  26. d9cc21c gsm_data_shared.h: Remove unused sacch_deact member field by Harald Welte · 7 years ago
  27. 6cee893 Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic. by Stefan Sperling · 7 years ago
  28. 068e2ec update.gitignore with 'tags' files and 'deps' directory by Harald Welte · 7 years ago
  29. b794887 remove obsolete gsm_subscriber_connection.bts member by Harald Welte · 7 years ago
  30. 720de68 bssmap_handle_assignm_req(): Decode channel type as first step by Harald Welte · 7 years ago
  31. c751513 cosmetic: Remove data/len variables in bssmap_handle_assignm_req() by Harald Welte · 7 years ago
  32. 56dd981 Improve an error message in page_lai_and_lac() by Stefan Sperling · 7 years ago
  33. 774020a Remove an unused variable. by Stefan Sperling · 7 years ago
  34. 537b655 cosmetic: log prim operation as text by Max · 7 years ago
  35. 084b421 HO: Add a penalty timer list to the subscriber connection entity by Andreas Eversberg · 11 years ago
  36. 8359484 Fix: meas_rep.c will only use valid DL measurement reports by Andreas Eversberg · 11 years ago
  37. 935e5d7 HO: add queue to cache DTAP messages during handover/assignment by Andreas Eversberg · 11 years ago
  38. 2660c04 HO: make bts_by_arfcn_bsic() public by Neels Hofmeyr · 7 years ago
  39. 1c251f0 HO: rename gsm_bts_neighbor() to bts_by_arfcn_bsic() by Neels Hofmeyr · 7 years ago
  40. df65c9a HO: Count number of free timeslot on a given BTS by Andreas Eversberg · 11 years ago
  41. 81260a6 HO: Change debug category at handover decision: DHO -> DHODEC by Andreas Eversberg · 11 years ago
  42. 87b5eb6 HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configured by Neels Hofmeyr · 7 years ago
  43. c561515 HO: enable handover by initializing at startup; rename init function by Neels Hofmeyr · 7 years ago
  44. 9869203 HO: fix: increase the number of measurement report history to 10 by Andreas Eversberg · 11 years ago
  45. 30b6df6 Correctly set T3105 for ipaccess BTS type by Andreas Eversberg · 11 years ago
  46. 5d45c07 Allow assignment to TCH channel with signalling only mode by Andreas Eversberg · 11 years ago
  47. 3106c16 Do not perform assignment, if the new channel equals the current one by Andreas Eversberg · 11 years ago
  48. 7df80d3 HO: Add handover decision debugging category by Andreas Eversberg · 11 years ago
  49. e0cba56 HO: If handover logic is used to do assignment, signal assignment result by Andreas Eversberg · 11 years ago
  50. 869121c HO: Always update rqd_ta after receiving measurement report by Andreas Eversberg · 11 years ago
  51. 7c41cd1 HO: Changed availablilty of ts_is_usable() from static to extern by Andreas Eversberg · 11 years ago
  52. f9b8cb1 fixup: neigh_meas_avg: fix condition to reduce window size by Neels Hofmeyr · 7 years ago
  53. 186e478 fixup: neigh_meas_avg: detect invalid window size as <=0, log if invalid by Neels Hofmeyr · 7 years ago
  54. 11e31c7 HO: Count neighbor measurements and reduce window of neigh_meas_avg by Andreas Eversberg · 11 years ago
  55. 970b434 HO: Count the actual meas.rep. get_meas_rep_avg fails if not reached by Andreas Eversberg · 11 years ago
  56. 4d3baa6 Fix of checking TCH rate at chan_compat_with_mode by Andreas Eversberg · 11 years ago
  57. 6082a37 HO: Assign SDCCH on channel request by Andreas Eversberg · 11 years ago
  58. c8a7823 Fix: If paging for half rate was requested, use hr, if supported by MS by Andreas Eversberg · 11 years ago
  59. c766c9e cosmetic: explicitly init ho_ref start value by Neels Hofmeyr · 7 years ago
  60. a918000 HO: Add function to count currently ongoing handovers to a given BTS by Andreas Eversberg · 11 years ago
  61. 5eaa4fb HO: add indicators for inter-cell and async ho, use for chan act type by Neels Hofmeyr · 7 years ago
  62. a49d7b2 HO: Send Channel Mode and Multirate IE along with handover command by Andreas Eversberg · 11 years ago
  63. e25018b HO prep: introduce per-BTS handover config, with defaults on net node by Neels Hofmeyr · 7 years ago
  64. be1131d HO: fix recovery from failed handover by Neels Hofmeyr · 7 years ago
  65. 9af36d7 osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm init by Neels Hofmeyr · 7 years ago
  66. b99e025 vty: add various manual handover and assignment trigger commands by Neels Hofmeyr · 7 years ago
  67. 70c5fd2 vty: cosmetic: use common BTS, TRX, TS, LCHAN strings by Neels Hofmeyr · 7 years ago
  68. 0f483f6 vty: change handover command's arg LCHAN_NR to <0-7> by Neels Hofmeyr · 7 years ago
  69. e5b5a89 vty: fix 'show lchan ...' arg [lchan_nr] to [<0-7>] by Neels Hofmeyr · 7 years ago
  70. e740384 Split paging cases in bssmap_handle_paging() off into helper functions. by Stefan Sperling · 7 years ago
  71. 1c8b4a5 handover_decision: log HO causes more accurately by Ivan Kluchnikov · 7 years ago
  72. 864f553 handover_decision: Fix condition for power budget handover attempt by Ivan Kluchnikov · 7 years ago
  73. d2474ca Show the BTS number for outgoing paging commands in debug log. by Stefan Sperling · 7 years ago
  74. 9554342 Implement support for paging based on LAC and CI. by Stefan Sperling · 7 years ago
  75. c7b0176 Implement support for paging based on a Cell Global Identifier. by Stefan Sperling · 7 years ago
  76. 714c2f9 Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c. by Stefan Sperling · 7 years ago
  77. 74b8cdb Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtran by Harald Welte · 7 years ago
  78. 090550f Implement support for paging based on CI (cell identifier). by Stefan Sperling · 7 years ago
  79. 6b103e1 bsc/gsm_04_80.h: clean up useless declarations by Vadim Yanitskiy · 7 years ago
  80. d783a75 bsc/gsm_04_80.h: use '#pragma once' instead of includes by Vadim Yanitskiy · 7 years ago
  81. 7985f98 Implement support for CELL_IDENT_NO_CELL. by Stefan Sperling · 7 years ago
  82. 80b88e0 Add TAGS files (produced by 'make tags') to .gitignore file. by Stefan Sperling · 7 years ago
  83. 33e9009 Implement support for paging by LAI. by Stefan Sperling · 7 years ago
  84. f56a28d cosmetic: mgcp: remove duplicate logging by Philipp Maier · 7 years ago
  85. f9ca020 mgcp: log file and line of calls to handle_error() by Philipp Maier · 7 years ago
  86. 55a954b Support control connection status query for a particular MSC. by Stefan Sperling · 7 years ago
  87. ff3fad1 vty: fix OML link state printing by Max · 7 years ago
  88. 94059b0 RSL: print link state per-TRX by Max · 7 years ago
  89. 6e4f184 cosmetic: remove duplicated code by Max · 7 years ago
  90. ff8ab0a abisip-find: add --interval option by Neels Hofmeyr · 7 years ago
  91. 3b7a31d osmo_bsc_bssap.c: Fix discard of const qualifier in assignment by Pau Espin Pedrol · 7 years ago
  92. 607f8c4 Fix "CTRL GET msc_connection_status" response. by Stefan Sperling · 7 years ago
  93. ed23c1d Reduce T3109 default from 19s to 5s by Harald Welte · 7 years ago
  94. f93b31a Remove obsolete ./configure option by Max · 7 years ago
  95. 82d25f6 Check and handle SMS encoding failure by Max · 7 years ago
  96. ec54dab Fix .deb builds by Max · 7 years ago
  97. 0bd729f Add optional profiling support by Max · 7 years ago
  98. ad1e3cd Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  99. 77a9d4e abisip-find: add timeout option by Neels Hofmeyr · 7 years ago
  100. 89ade63 abisip-find: update copyright by Neels Hofmeyr · 7 years ago