1. 2ff5bcd fix paging: add timeout to discard unsuccessful paging by Neels Hofmeyr · 7 years ago
  2. c1d6925 cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_* by Neels Hofmeyr · 7 years ago
  3. c22e54d libmsc: db.c: Replace dbi APIs marked as deprecated by Pau Espin Pedrol · 7 years ago
  4. 04960b1 log: a_iface.c: revisit logging, use LOGPCONN by Neels Hofmeyr · 7 years ago
  5. 26c218d smpp_smsc: fix truncated string copy into bind_r.system_id by Neels Hofmeyr · 7 years ago
  6. 9baedaf a_iface_bssap: compiler warning: cast const away from TLV val for l2h by Neels Hofmeyr · 7 years ago
  7. 4390777 compiler warning: extend #if 0 to include unused array by Neels Hofmeyr · 7 years ago
  8. 5282171 fix GSM-Milenage in presence of 2G keys by Neels Hofmeyr · 7 years ago
  9. 7fca2ce cosmetic: msc_paging_request: drop obsolete comment by Neels Hofmeyr · 7 years ago
  10. 2ef2da5 cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used by Neels Hofmeyr · 7 years ago
  11. e3d72d7 cosmetic prep: publish vlr_use_umts_aka() decision by Neels Hofmeyr · 7 years ago
  12. 703638e cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode() by Neels Hofmeyr · 7 years ago
  13. cf30913 fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms by Neels Hofmeyr · 7 years ago
  14. 4cf4fdd vlr: debug log: log Ciphering Mode details by Neels Hofmeyr · 7 years ago
  15. f879fc9 debug log: a_iface_tx_cipher_mode(): log cipher and key by Neels Hofmeyr · 7 years ago
  16. fb21d9d compiler warning: drop double 'const' in a_iface_tx_cipher_mode() by Neels Hofmeyr · 7 years ago
  17. c5981b3 fix vty write: add missing 'authentication optional/required' output by Neels Hofmeyr · 7 years ago
  18. db82729 sms.db: silence libdbi warnings on out-of-range index by Neels Hofmeyr · 7 years ago
  19. 50d0900 sms db: properly quote MSISDN in various SQL queries by Neels Hofmeyr · 7 years ago
  20. f6704f1 sms db: don't attempt to query pending SMS for unset MSISDN by Neels Hofmeyr · 7 years ago
  21. a55dda7 Remove utils imported from openbsc, fix building remaining util smpp_mirror by Alexander Huemer · 7 years ago
  22. f6d6a57 Add missing CFLAGS by Alexander Huemer · 7 years ago
  23. c4e7bd3 mncc: remove deprecated commandline option. by Philipp Maier · 7 years ago
  24. b8acdcd cosmetic: remove duplicate logging by Philipp Maier · 7 years ago
  25. 82be67d fix use after free: missing conn_get on CC paging response by Neels Hofmeyr · 7 years ago
  26. 785fadc cosmetic: log error when using a conn that's in release by Neels Hofmeyr · 7 years ago
  27. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  28. 2f108b0 cosmetic: add missing spaces by Philipp Maier · 7 years ago
  29. c875f84 use only 0.23.1 as point code for both A and Iu by Neels Hofmeyr · 7 years ago
  30. 7bbac16 cosmetic: debug log: mncc: detached subscr: show subscriber by Neels Hofmeyr · 7 years ago
  31. d1ec111 cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrs by Neels Hofmeyr · 7 years ago
  32. fef670b cosmetic: log: CC state transition: log trans id and subscr by Neels Hofmeyr · 7 years ago
  33. 5900c84 libmsc/vty: don't access old bsc rate counters by Alexander Couzens · 7 years ago
  34. 3bae836 vlr_subscr_conn_timeout(): don't fire events to discarded fi by Neels Hofmeyr · 7 years ago
  35. 3ddd742 subscr_conn: don't close after conn timeout by Neels Hofmeyr · 7 years ago
  36. b3fa355 vlr_gsupc_read_cb: fix use after free of GSUP msgb by Neels Hofmeyr · 7 years ago
  37. 1a5bcd5 sub_pres_vlr_fsm_start: fix heap use after free by Neels Hofmeyr · 7 years ago
  38. e4db08a cosmetic: move log message to else branch by Philipp Maier · 7 years ago
  39. 8ae3c92 reset: remove name variable from reset context by Philipp Maier · 7 years ago
  40. 0f2555e sms_route_mt_sms: Don't return uninitialized variable by Harald Welte · 7 years ago
  41. c698ab9 vlr: auth_fsm_start: check return value of fsm alloc by Neels Hofmeyr · 7 years ago
  42. 84ad185 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  43. 0b8dec7 defaults: assign TMSI by default by Neels Hofmeyr · 7 years ago
  44. 26a3e25 vty: drop deprecated 'logging level sms...' by Neels Hofmeyr · 7 years ago
  45. 97ce015 vty: make auth tuple reuse configurable by Neels Hofmeyr · 7 years ago
  46. 33f5341 cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_ by Neels Hofmeyr · 7 years ago
  47. 6a9d9ba Depend on both libosmo-sigtran-dev and libosmo-sccp-dev by Harald Welte · 7 years ago
  48. 8f042b9 osmo-msc: Don't link against libasn1c by Harald Welte · 7 years ago
  49. 6556d3cb Rename osmo_fsm to avoid illegal space in name + more meaningful name by Harald Welte · 7 years ago
  50. 0906a39 add ';' after OSMO_ASSERT() by Neels Hofmeyr · 7 years ago
  51. bffa684 cosmetic: vlr: declare a struct in .h; drop unused header by Neels Hofmeyr · 7 years ago
  52. 834f94a fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free() by Neels Hofmeyr · 7 years ago
  53. 6e0f7d1 fix build: remove obsolete header legacy_mgcp/mgcp.h by Neels Hofmeyr · 7 years ago
  54. 165a7d7 ctrl: remove unimplemented cmds subscriber-{modify,delete} by Neels Hofmeyr · 7 years ago
  55. 952a926 vty: fix: missing default cmds at hlr node by Neels Hofmeyr · 7 years ago
  56. b323cd2 main: remove cmdline args no longer available for osmo-msc by Neels Hofmeyr · 7 years ago
  57. a8b1aac Remove unused osmo_bsc_rf.h header by Max · 7 years ago
  58. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  59. f953d8b Remove SI-related code by Max · 7 years ago
  60. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  61. a3351e0 a_iface: fix typo by Philipp Maier · 7 years ago
  62. 4502f5f a_iface: fix memory leaks by Philipp Maier · 7 years ago
  63. b305a00 ctrl: subscriber-list-active: list only attached subscribers by Neels Hofmeyr · 7 years ago
  64. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  65. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  66. 91f10c7 libmsc: make pitfall in gsm0408_dispatch() more obvious by Philipp Maier · 7 years ago
  67. bac2276 split off osmo-msc: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  68. 4585317 add msg type to SMS rx logging by Neels Hofmeyr · 7 years ago
  69. bc5dd49 gsup client: move not-connected to error loglevel by Neels Hofmeyr · 7 years ago
  70. 979cd26 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  71. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  72. 3b96ea6 mgcp: add VTY Option to force-realloc endpoints by Philipp Maier · 7 years ago
  73. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  74. 28cd944 Treat SIGTERM just like SIGINT in our programs by Harald Welte · 7 years ago
  75. df772e2 NITB: remove 'help' output about '-a' option that is removed for ages by Harald Welte · 7 years ago
  76. c601adc libmsc: Use actual delivery time in delivery reports. by Keith · 7 years ago
  77. 4e4ddff gbproxy: log signal value as text by Max · 7 years ago
  78. f6450bb gbproxy: log unhandled BSSGP PDU as text by Max · 7 years ago
  79. d5c4339 libmsc: Fix wrong handling of user_message_reference parameter by Pau Espin Pedrol · 7 years ago
  80. 7e16e72 smpp: Fix compilation warning by Pau Espin Pedrol · 7 years ago
  81. 04982bd LIBMSC: Use sms->text, not sms->user_data to construct report body by Keith · 7 years ago
  82. ab9d863 LIBMSC: Place correct dst address in status report by Keith · 7 years ago
  83. 4f03b47 libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34 by Pablo Neira Ayuso · 7 years ago
  84. 586e681 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  85. 0f70132 sgsn_vty: Don't assume pdp->lib is always valid by Harald Welte · 7 years ago
  86. ac587f0 Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH by Harald Welte · 7 years ago
  87. 030e197 SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE by Harald Welte · 7 years ago
  88. babd38d mgcp: Fix uplink activation of Osmux stream by Pau Espin Pedrol · 7 years ago
  89. 9f84139 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
  90. e93fad8 mgcp_osmux: Remove unused parameter by Pau Espin Pedrol · 7 years ago
  91. 3d18dda libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  92. d7e14da libmsc: use new smpp34 esm_class definitions by Pablo Neira Ayuso · 7 years ago
  93. 9a3ed85 libmsc: use smpp34_tlv_for_each() to avoid suboptimal TLV handling by Pablo Neira Ayuso · 7 years ago
  94. f113bcd libmsc: Remove comment not applying anymore by Pau Espin Pedrol · 7 years ago
  95. 4b50924 libmsc: gsm340_gen_oa_sub() may return negative value by Pablo Neira Ayuso · 7 years ago
  96. 27aed14 libmsc: support GSM 03.40 status report for nitb by Pablo Neira Ayuso · 7 years ago
  97. bd71d32 libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report by Pablo Neira Ayuso · 7 years ago
  98. eacb400 utils: smpp_mirror: bounce Delivery Receipts as Delivery Acknowledgments by Pablo Neira Ayuso · 7 years ago
  99. 9891dae libmsc: update database to accomodate SMS status-report fields by Pablo Neira Ayuso · 7 years ago
  100. adae859 libmsc: add support for SMPP delivery receipts by Pablo Neira Ayuso · 7 years ago