1. 9554342 Implement support for paging based on LAC and CI. by Stefan Sperling · 7 years ago
  2. c7b0176 Implement support for paging based on a Cell Global Identifier. by Stefan Sperling · 7 years ago
  3. 714c2f9 Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c. by Stefan Sperling · 7 years ago
  4. 74b8cdb Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtran by Harald Welte · 7 years ago
  5. 090550f Implement support for paging based on CI (cell identifier). by Stefan Sperling · 7 years ago
  6. 7985f98 Implement support for CELL_IDENT_NO_CELL. by Stefan Sperling · 7 years ago
  7. 33e9009 Implement support for paging by LAI. by Stefan Sperling · 7 years ago
  8. f56a28d cosmetic: mgcp: remove duplicate logging by Philipp Maier · 7 years ago
  9. f9ca020 mgcp: log file and line of calls to handle_error() by Philipp Maier · 7 years ago
  10. 55a954b Support control connection status query for a particular MSC. by Stefan Sperling · 7 years ago
  11. ff3fad1 vty: fix OML link state printing by Max · 7 years ago
  12. 94059b0 RSL: print link state per-TRX by Max · 7 years ago
  13. 6e4f184 cosmetic: remove duplicated code by Max · 7 years ago
  14. ff8ab0a abisip-find: add --interval option by Neels Hofmeyr · 7 years ago
  15. 3b7a31d osmo_bsc_bssap.c: Fix discard of const qualifier in assignment by Pau Espin Pedrol · 7 years ago
  16. 607f8c4 Fix "CTRL GET msc_connection_status" response. by Stefan Sperling · 7 years ago
  17. 82d25f6 Check and handle SMS encoding failure by Max · 7 years ago
  18. ec54dab Fix .deb builds by Max · 7 years ago
  19. ad1e3cd Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  20. 77a9d4e abisip-find: add timeout option by Neels Hofmeyr · 7 years ago
  21. 89ade63 abisip-find: update copyright by Neels Hofmeyr · 7 years ago
  22. 5bf1e15 abisip-find: add -l to list base stations instead of streaming replies by Neels Hofmeyr · 7 years ago
  23. 2a9ac19 abisip-find: add getopt option parsing in preparation for a new option by Neels Hofmeyr · 7 years ago
  24. 148ee36 cosmetic: Hide all accesses to conn->bts behind conn_get_bts() by Harald Welte · 7 years ago
  25. a8d8969 BSC: Fix bsc_subsc leak on paging by Harald Welte · 7 years ago
  26. 7c29b09 BSC: Add "show subscriber all" command by Harald Welte · 7 years ago
  27. 57d4fe7 mgcp: validate rtp connection data in MGW response (ip/port) by Philipp Maier · 7 years ago
  28. 75f2c8d mgcp: cancel transactions on timeout by Philipp Maier · 7 years ago
  29. 472275c remove unused 'lac' member of 'struct gsm_subscriber_connection' by Harald Welte · 7 years ago
  30. ea0c320 osmo-bsc: Move user plane/voice related bits into sub-structure by Harald Welte · 7 years ago
  31. 45f3ecc osmo_bsc_bssap.c: Spelling fixes in comment by Harald Welte · 7 years ago
  32. e94d7d1 remove libosmo-sccp dependency for osmo-bsc by Harald Welte · 7 years ago
  33. 3edbd0e Remove some more dead code by Harald Welte · 7 years ago
  34. 8311a81 Remove bogus MM INFO configuration by Harald Welte · 7 years ago
  35. c499e5c Remove bogus vty config for LU reject cause by Harald Welte · 7 years ago
  36. faacb09 Remove unused RRLP options/codec by Harald Welte · 7 years ago
  37. d9956d9 Remove dead code left over from NITB split by Harald Welte · 7 years ago
  38. 7abe7ae fix bssmap_handle_cipher_mode()'s encryption decision by Neels Hofmeyr · 7 years ago
  39. 8c6301c debug log: log Cipher Mode info upon sending down RSL/A-bis by Neels Hofmeyr · 7 years ago
  40. 64c2920 log typo fix in gsm0808_cipher_mode() by Neels Hofmeyr · 7 years ago
  41. 00d64fd Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACK by Harald Welte · 7 years ago
  42. 581398a Add a new counter "rsl:ipa_nack" to count number of IPA related NACKs by Harald Welte · 7 years ago
  43. 62d9cb0 Add new per-BTS "rsl:unknown" counter to count unknown RSL messages by Harald Welte · 7 years ago
  44. 4f59892 Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACT by Harald Welte · 7 years ago
  45. cf9d431 libbsc: paging: more reasonable (and detailed) paging statistics by Harald Welte · 7 years ago
  46. 2ed22c8 Fix per-BTS counter group index by Harald Welte · 7 years ago
  47. 256d09d paging: paging_flush_bts: be sure pending_requests is initalized by Philipp Maier · 7 years ago
  48. 7193226 fix segfault upon release paging on BSSMAP Reset: init llist by Neels Hofmeyr · 7 years ago
  49. 61b0c30 Generate SI2bis Rest Octets by Max · 7 years ago
  50. d382bf6 paging: Stop all paging if MSC sends us BSSMAP RESET by Harald Welte · 7 years ago
  51. f4b66fb paging: Remove obsolete paging call-back support by Harald Welte · 7 years ago
  52. 958cccf paging.c: add more documentation on what the functions actually do by Harald Welte · 7 years ago
  53. 4bd710d Generate SI2ter Rest Octets by Max · 7 years ago
  54. eb79614 mgcp: cosmetic fixups by Philipp Maier · 7 years ago
  55. 115e267 OML: expand status reporting checks by Max · 7 years ago
  56. 9311005 Remove 'msc' counter group from BSC by Harald Welte · 7 years ago
  57. d82101e Move many counters from BSC-global to per-BTS granularity by Harald Welte · 7 years ago
  58. f4d0889 cosmetic: use fsm pointer from parameter list by Philipp Maier · 7 years ago
  59. a89e163 cosmetic: correct sourcecode formatting by Philipp Maier · 7 years ago
  60. e941f88 cosmetic: add missing log prefix by Philipp Maier · 7 years ago
  61. 7eeb842 cosmetic: do not cast void pointer by Philipp Maier · 7 years ago
  62. e4cfa74 cosmetic: remove duplicate logging by Philipp Maier · 7 years ago
  63. 06c3f8d mgcp: do not fail silently on snprintf() by Philipp Maier · 7 years ago
  64. 3ada539 mgcp: add missing switch case by Philipp Maier · 7 years ago
  65. fa85d18 mgcp: use mgw assigned connection identifiers by Philipp Maier · 7 years ago
  66. 2c3bf45 mgcp: use hexadecimal digits in endpoint names by Philipp Maier · 7 years ago
  67. 20114aa auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  68. 3b18044 sccp-lite: remove obsolete VTY commands by Philipp Maier · 7 years ago
  69. bad11ae bssap: remove libosmo-legacy-mgcp dependancy by Philipp Maier · 7 years ago
  70. 9c6d011 HO prep: pass gsm_network to gsm_bts_alloc() already by Neels Hofmeyr · 7 years ago
  71. a2733ae cosmetic: handover.h: use "#pragma once", declare structs, comments by Neels Hofmeyr · 7 years ago
  72. 27cd0fe compiler warnings: constify in abis_nm.c by Neels Hofmeyr · 7 years ago
  73. 39d50a7 compiler warnings: drop some unused variables by Neels Hofmeyr · 7 years ago
  74. c8d55f2 cosmetic: mark gsm_objclass2mo as static by Max · 7 years ago
  75. d0ff694 cosmetic: tighten function type signatures by Max · 7 years ago
  76. 8c209c9 cosmetic: bsc_vty: Document bvci reserved values by Pau Espin Pedrol · 7 years ago
  77. c5a8416 cosmetic: bsc_vty: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  78. ad47f71 auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  79. d0f479e cosmetic: remove obsolete ROLE_BSC by Max · 7 years ago
  80. aa954cd OML: consider administrative state when reporting by Max · 7 years ago
  81. e8dda5f vty: Add cmd to configure 3g Early Classmark Sending by Pau Espin Pedrol · 7 years ago
  82. 91c76fd Use type bool for boolean fields in gsm48_si_ro_info by Pau Espin Pedrol · 7 years ago
  83. 4341875 bsc filter: don't ignore imsi-allow on "global" filter level by Neels Hofmeyr · 7 years ago
  84. d663097 bsc_init: fix Werror: define rc for 2quater with si2q_count == 0 by Neels Hofmeyr · 7 years ago
  85. 7e0c269 reset: remove name variable from reset context by Philipp Maier · 7 years ago
  86. 4a3b044 osmo-bsc: Print NOTICE message on unimplemented BSSMAP UDT by Harald Welte · 7 years ago
  87. 4aa2bac mgcp: remove unused variable by Philipp Maier · 7 years ago
  88. 2a4c077 mgcp: add missing out state by Philipp Maier · 7 years ago
  89. 7cbea54 cosmetic: replace term MGCP-GW with MGW by Philipp Maier · 7 years ago
  90. 9b7678d cosmetic: reorder case list by Philipp Maier · 7 years ago
  91. 7c98054 use osmo_sccp_inst_addr_name() instead of looking up ss7 by Neels Hofmeyr · 7 years ago
  92. 46e8750 osmo-bsc vty: be fatal for addressbook entry errors by Neels Hofmeyr · 7 years ago
  93. d317d6d osmo-bsc: SCCP addrs: default only if unset, reject invalid by Neels Hofmeyr · 7 years ago
  94. 13fcdcf osmo-bsc RESET FSM: use distinct struct names by Neels Hofmeyr · 7 years ago
  95. 39c609b mgcp: use osmo-mgw to switch RTP streams by Philipp Maier · 7 years ago
  96. 9eb208f bssap: paging: page entire BSS for unimplemented cell id list by Neels Hofmeyr · 7 years ago
  97. 36bf797 Check OML state per-BTS by Max · 7 years ago
  98. 848e1a5 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  99. 322254f Don't link osmo-bsc_nat against libosmoabis by Harald Welte · 7 years ago
  100. 2d4e976 osmo-bsc_nat: Don't link against libosmonetif by Harald Welte · 7 years ago