1. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  2. 1f47744 Introduce new BSSAP logging category/subsystem by Harald Welte · 6 years ago
  3. 6de4659 a_iface_bssap.c: Use LOGPCONN() whenever possible by Harald Welte · 6 years ago
  4. 54a10ef Don't answer to BSC-originated RESET with another RESET by Harald Welte · 6 years ago
  5. b6777fb a_reset: Add additional "a_reset_alloc" argument by Harald Welte · 6 years ago
  6. 770fbd2 GSUP: check osmo_gsup_encode() result by Max · 6 years ago
  7. d83b17b Constify msc_subscr_conn_is_accepted() parameter by Max · 6 years ago
  8. 621ba03 mgcp: use osmo-mgw to switch rtp streams by Philipp Maier · 7 years ago
  9. 64dbc54 a_iface: correct data type for a.conn_id in gsm_subscriber_connection by Philipp Maier · 6 years ago
  10. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  11. cd31f7a Remove unused code by Max · 6 years ago
  12. 327c2f5 Change GSUP re-connect interval to 1s by Harald Welte · 6 years ago
  13. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 7 years ago
  14. 71c51df Shift ciphering algorithm selection from VLR to MSC by Harald Welte · 7 years ago
  15. 14e0517 Delete expired SMS automatically. by Stefan Sperling · 6 years ago
  16. 87cba1f Add a VTY command which deletes all expired SMS. by Stefan Sperling · 6 years ago
  17. 703f2ec debug: Remove dead log categories by Harald Welte · 6 years ago
  18. 45f234c remove dead ctrl.h header file by Harald Welte · 6 years ago
  19. b752cc5 signal.h: Remove unused/dead signal definitions by Harald Welte · 6 years ago
  20. 4bd35d4 remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h by Harald Welte · 6 years ago
  21. 51c65e8 remove dead code in auth.h / auth.c by Harald Welte · 6 years ago
  22. 6ffc95c remove unused ipaccess.h by Harald Welte · 6 years ago
  23. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  24. a3ab1de remove traces of bsc_subscriber by Harald Welte · 6 years ago
  25. 4ab0a49 debug: Remove code for filters that don't exist in OsmoMSC by Harald Welte · 6 years ago
  26. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  27. a1c5de4 Remove traces of meas_feed by Harald Welte · 6 years ago
  28. 923a239 VLR: constify GSUP-related function parameters by Max · 6 years ago
  29. 5718429 MNCC: Add input validation by Harald Welte · 6 years ago
  30. 6ba2d5a Delete SMS from the database once they were sent successfully by Stefan Sperling · 6 years ago
  31. 6e19d1b msc/gsm_04_80.h: use '#pragma once' instead of includes by Vadim Yanitskiy · 6 years ago
  32. 0774a53 msc/gsm_04_80.h: cosmetic: whitespace fix by Vadim Yanitskiy · 6 years ago
  33. 7c93591 msc/gsm_04_80.h: clean up useless declarations by Vadim Yanitskiy · 6 years ago
  34. dcc193d Add control command to expire subscriber by Max · 7 years ago
  35. a263bb2 VLR: log subscriber update by Max · 7 years ago
  36. 7772c7d VLR: remove unused parameter by Max · 7 years ago
  37. facd57a fix: properly cancel all Paging on IMSI Detach by Neels Hofmeyr · 7 years ago
  38. 2ff5bcd fix paging: add timeout to discard unsuccessful paging by Neels Hofmeyr · 7 years ago
  39. c1d6925 cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_* by Neels Hofmeyr · 7 years ago
  40. 76a10f5 drop unused T* timers (BSC land, not MSC) by Neels Hofmeyr · 7 years ago
  41. 2ef2da5 cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used by Neels Hofmeyr · 7 years ago
  42. e3d72d7 cosmetic prep: publish vlr_use_umts_aka() decision by Neels Hofmeyr · 7 years ago
  43. 703638e cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode() by Neels Hofmeyr · 7 years ago
  44. cf30913 fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms by Neels Hofmeyr · 7 years ago
  45. fb21d9d compiler warning: drop double 'const' in a_iface_tx_cipher_mode() by Neels Hofmeyr · 7 years ago
  46. fe6acd6 mncc: re-add lchan members to structs by Philipp Maier · 7 years ago
  47. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  48. 1a5bcd5 sub_pres_vlr_fsm_start: fix heap use after free by Neels Hofmeyr · 7 years ago
  49. c6bf274 rate_ctr: don't use . as separator by Neels Hofmeyr · 7 years ago
  50. 33f5341 cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_ by Neels Hofmeyr · 7 years ago
  51. 61cacb0 Remove pkg-config file by Max · 7 years ago
  52. 5c76e0a remove further files and autotest/autoconf bits irrelevant to osmo-msc by Harald Welte · 7 years ago
  53. a8b1aac Remove unused osmo_bsc_rf.h header by Max · 7 years ago
  54. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  55. f953d8b Remove SI-related code by Max · 7 years ago
  56. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  57. 4502f5f a_iface: fix memory leaks by Philipp Maier · 7 years ago
  58. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  59. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  60. bac2276 split off osmo-msc: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  61. 979cd26 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  62. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  63. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  64. c601adc libmsc: Use actual delivery time in delivery reports. by Keith · 7 years ago
  65. 586e681 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  66. e93fad8 mgcp_osmux: Remove unused parameter by Pau Espin Pedrol · 7 years ago
  67. 3d18dda libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  68. adae859 libmsc: add support for SMPP delivery receipts by Pablo Neira Ayuso · 7 years ago
  69. 5d1fa89 GSM timers: User reasonable defaults; don't save if equal default by Harald Welte · 7 years ago
  70. eac38c3 Support for TS 04.14 conformance test commands by Harald Welte · 7 years ago
  71. 9d6f062 sgsn: Fill the cch_pdp with a value coming from the tlv structure by Holger Hans Peter Freyther · 7 years ago
  72. 4df7205 mgcp: hack RAB success from nano3G: patch first RTP payload by Neels Hofmeyr · 7 years ago
  73. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  74. 4283675 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config by Neels Hofmeyr · 7 years ago
  75. e2f24d5 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  76. 54a706c vlr: LU FSM: enable Retrieve_IMEISV_If_Required by Neels Hofmeyr · 7 years ago
  77. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  78. b8b85a1 Add libvlr implementation by Harald Welte · 8 years ago
  79. f2ba813 gsup_client: allow passing a unit id to identify with HLR by Neels Hofmeyr · 7 years ago
  80. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago
  81. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago
  82. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  83. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  84. 6d9f77a openbscdefines.h: Add header file to control visibility of symbols by Holger Freyther · 15 years ago
  85. 7c19f74 lchan: Handle the abnormal case of channel getting closed by Holger Freyther · 15 years ago
  86. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  87. 8b697c7 BS11: add nm_state for EnveBTES, PA and BBSIG physical objects by Harald Welte · 15 years ago
  88. c3d4b2d [subscr] Remove the struct gsm_bts pointer from subscriber by Holger Freyther · 15 years ago
  89. 862cfff gsm_subscriber.h: Remove trailing whitespace... by Holger Freyther · 15 years ago
  90. 213b20b [subscriber] Change id to long long unsigned int (Andreas Eversberg) by Holger Freyther · 15 years ago
  91. 4f584c3 [lchan] Log increase/decrease of channel use count (Andreas Eversberg) by Holger Freyther · 15 years ago
  92. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  93. 40f8289 show and edit subscribers from the vty interface by Harald Welte · 15 years ago
  94. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  95. 110c0ab * replace some more hex bytes in init msgs by #defines by Harald Welte · 15 years ago
  96. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  97. be99149 add new function gsm_bts_by_lac() to search for BTS based on location area by Harald Welte · 15 years ago
  98. c125a68 A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network Call by Harald Welte · 15 years ago
  99. a4d49e9 Some messages have one or two length-value information elements. The is by Harald Welte · 15 years ago
  100. f55b49f To slow down transmission of many ABIS frames at a time, a delay timer by Harald Welte · 15 years ago