1. 714c2f9 Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c. by Stefan Sperling · 7 years ago
  2. 74b8cdb Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtran by Harald Welte · 7 years ago
  3. 090550f Implement support for paging based on CI (cell identifier). by Stefan Sperling · 7 years ago
  4. 6b103e1 bsc/gsm_04_80.h: clean up useless declarations by Vadim Yanitskiy · 7 years ago
  5. d783a75 bsc/gsm_04_80.h: use '#pragma once' instead of includes by Vadim Yanitskiy · 7 years ago
  6. 7985f98 Implement support for CELL_IDENT_NO_CELL. by Stefan Sperling · 7 years ago
  7. 80b88e0 Add TAGS files (produced by 'make tags') to .gitignore file. by Stefan Sperling · 7 years ago
  8. 33e9009 Implement support for paging by LAI. by Stefan Sperling · 7 years ago
  9. f56a28d cosmetic: mgcp: remove duplicate logging by Philipp Maier · 7 years ago
  10. f9ca020 mgcp: log file and line of calls to handle_error() by Philipp Maier · 7 years ago
  11. 55a954b Support control connection status query for a particular MSC. by Stefan Sperling · 7 years ago
  12. ff3fad1 vty: fix OML link state printing by Max · 7 years ago
  13. 94059b0 RSL: print link state per-TRX by Max · 7 years ago
  14. 6e4f184 cosmetic: remove duplicated code by Max · 7 years ago
  15. ff8ab0a abisip-find: add --interval option by Neels Hofmeyr · 7 years ago
  16. 3b7a31d osmo_bsc_bssap.c: Fix discard of const qualifier in assignment by Pau Espin Pedrol · 7 years ago
  17. 607f8c4 Fix "CTRL GET msc_connection_status" response. by Stefan Sperling · 7 years ago
  18. ed23c1d Reduce T3109 default from 19s to 5s by Harald Welte · 7 years ago
  19. f93b31a Remove obsolete ./configure option by Max · 7 years ago
  20. 82d25f6 Check and handle SMS encoding failure by Max · 7 years ago
  21. ec54dab Fix .deb builds by Max · 7 years ago
  22. 0bd729f Add optional profiling support by Max · 7 years ago
  23. ad1e3cd Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  24. 77a9d4e abisip-find: add timeout option by Neels Hofmeyr · 7 years ago
  25. 89ade63 abisip-find: update copyright by Neels Hofmeyr · 7 years ago
  26. 5bf1e15 abisip-find: add -l to list base stations instead of streaming replies by Neels Hofmeyr · 7 years ago
  27. 2a9ac19 abisip-find: add getopt option parsing in preparation for a new option by Neels Hofmeyr · 7 years ago
  28. 148ee36 cosmetic: Hide all accesses to conn->bts behind conn_get_bts() by Harald Welte · 7 years ago
  29. 9f7b195 bsc_test.c: Use proper network/bts/lchan structures by Harald Welte · 7 years ago
  30. a8d8969 BSC: Fix bsc_subsc leak on paging by Harald Welte · 7 years ago
  31. 7c29b09 BSC: Add "show subscriber all" command by Harald Welte · 7 years ago
  32. 09653a0 Enable sanitize for CI tests by Max · 7 years ago
  33. 57d4fe7 mgcp: validate rtp connection data in MGW response (ip/port) by Philipp Maier · 7 years ago
  34. 75f2c8d mgcp: cancel transactions on timeout by Philipp Maier · 7 years ago
  35. 472275c remove unused 'lac' member of 'struct gsm_subscriber_connection' by Harald Welte · 7 years ago
  36. 4a8ebc8 gsm_data.h: Document all fields of gsm_subscriber_connection by Harald Welte · 7 years ago
  37. ea0c320 osmo-bsc: Move user plane/voice related bits into sub-structure by Harald Welte · 7 years ago
  38. ca494f3 osmo_bsc.h: document every field in 'struct osmo_bsc_sccp_con' by Harald Welte · 7 years ago
  39. 95464c7 Remove unused struct osmo_bsc_sccp_con member sccp_queue_size by Harald Welte · 7 years ago
  40. 45f3ecc osmo_bsc_bssap.c: Spelling fixes in comment by Harald Welte · 7 years ago
  41. e94d7d1 remove libosmo-sccp dependency for osmo-bsc by Harald Welte · 7 years ago
  42. 3edbd0e Remove some more dead code 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. f8dc526 Remove unneeded .py scripts by Max · 7 years ago
  48. 4ab7268 Fix tests after rate_ctr change by Max · 7 years ago
  49. 7abe7ae fix bssmap_handle_cipher_mode()'s encryption decision by Neels Hofmeyr · 7 years ago
  50. 8c6301c debug log: log Cipher Mode info upon sending down RSL/A-bis by Neels Hofmeyr · 7 years ago
  51. 64c2920 log typo fix in gsm0808_cipher_mode() by Neels Hofmeyr · 7 years ago
  52. 00d64fd Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACK by Harald Welte · 7 years ago
  53. 581398a Add a new counter "rsl:ipa_nack" to count number of IPA related NACKs by Harald Welte · 7 years ago
  54. 62d9cb0 Add new per-BTS "rsl:unknown" counter to count unknown RSL messages by Harald Welte · 7 years ago
  55. 4f59892 Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACT by Harald Welte · 7 years ago
  56. 6e59ced Reduce T3113 default from 60s to 10s by Harald Welte · 7 years ago
  57. cf9d431 libbsc: paging: more reasonable (and detailed) paging statistics by Harald Welte · 7 years ago
  58. 2ed22c8 Fix per-BTS counter group index by Harald Welte · 7 years ago
  59. 66d2ef8 cosmetic: osmo_bsc_mgcp: improve comments by Philipp Maier · 7 years ago
  60. 256d09d paging: paging_flush_bts: be sure pending_requests is initalized by Philipp Maier · 7 years ago
  61. 7193226 fix segfault upon release paging on BSSMAP Reset: init llist by Neels Hofmeyr · 7 years ago
  62. 61b0c30 Generate SI2bis Rest Octets by Max · 7 years ago
  63. d382bf6 paging: Stop all paging if MSC sends us BSSMAP RESET by Harald Welte · 7 years ago
  64. f4b66fb paging: Remove obsolete paging call-back support by Harald Welte · 7 years ago
  65. 958cccf paging.c: add more documentation on what the functions actually do by Harald Welte · 7 years ago
  66. dea252d Change T3101 default from 10s to 3s. by Harald Welte · 7 years ago
  67. 4bd710d Generate SI2ter Rest Octets by Max · 7 years ago
  68. eb79614 mgcp: cosmetic fixups by Philipp Maier · 7 years ago
  69. 115e267 OML: expand status reporting checks by Max · 7 years ago
  70. 9311005 Remove 'msc' counter group from BSC by Harald Welte · 7 years ago
  71. 1ef46d9 rate_ctr: Use ':' as separator, not '.' by Harald Welte · 7 years ago
  72. d82101e Move many counters from BSC-global to per-BTS granularity by Harald Welte · 7 years ago
  73. 547c207 use _NUM_CHREQ_T to define the size of ctype_by_chreq by Alexander Couzens · 7 years ago
  74. f4d0889 cosmetic: use fsm pointer from parameter list by Philipp Maier · 7 years ago
  75. a89e163 cosmetic: correct sourcecode formatting by Philipp Maier · 7 years ago
  76. e941f88 cosmetic: add missing log prefix by Philipp Maier · 7 years ago
  77. 7eeb842 cosmetic: do not cast void pointer by Philipp Maier · 7 years ago
  78. e4cfa74 cosmetic: remove duplicate logging by Philipp Maier · 7 years ago
  79. 06c3f8d mgcp: do not fail silently on snprintf() by Philipp Maier · 7 years ago
  80. 3ada539 mgcp: add missing switch case by Philipp Maier · 7 years ago
  81. fa85d18 mgcp: use mgw assigned connection identifiers by Philipp Maier · 7 years ago
  82. 2c3bf45 mgcp: use hexadecimal digits in endpoint names by Philipp Maier · 7 years ago
  83. 20114aa auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  84. ad38110 auth: remove unused structs by Philipp Maier · 7 years ago
  85. 3b18044 sccp-lite: remove obsolete VTY commands by Philipp Maier · 7 years ago
  86. bad11ae bssap: remove libosmo-legacy-mgcp dependancy by Philipp Maier · 7 years ago
  87. 9c6d011 HO prep: pass gsm_network to gsm_bts_alloc() already by Neels Hofmeyr · 7 years ago
  88. 17f2adb examples: add osmo-bsc-minimal.cfg by Neels Hofmeyr · 7 years ago
  89. a2733ae cosmetic: handover.h: use "#pragma once", declare structs, comments by Neels Hofmeyr · 7 years ago
  90. f0ea05e compiler warnings: add includes in abis_rsl.h, gsm_data_shared.h by Neels Hofmeyr · 7 years ago
  91. 3d0b76d cleanup: drop unused gsm_bts.role by Neels Hofmeyr · 7 years ago
  92. 27cd0fe compiler warnings: constify in abis_nm.c by Neels Hofmeyr · 7 years ago
  93. 39d50a7 compiler warnings: drop some unused variables by Neels Hofmeyr · 7 years ago
  94. c8d55f2 cosmetic: mark gsm_objclass2mo as static by Max · 7 years ago
  95. c87dc3e cosmetic: drop unused include by Max · 7 years ago
  96. d0ff694 cosmetic: tighten function type signatures by Max · 7 years ago
  97. 8c209c9 cosmetic: bsc_vty: Document bvci reserved values by Pau Espin Pedrol · 7 years ago
  98. c5a8416 cosmetic: bsc_vty: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  99. ad47f71 auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  100. d0f479e cosmetic: remove obsolete ROLE_BSC by Max · 7 years ago