1. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  2. 0f52319 msc/gsm_data.h: drop unused SMS_HDR_SIZE macro by Vadim Yanitskiy · 5 years ago
  3. 64623e1 libmsc/gsm_09_11.c: implement guard timer for NCSS sessions by Vadim Yanitskiy · 6 years ago
  4. f40e46f libmsc/VTY: introduce kill-switch for routing SMS over GSUP by Vadim Yanitskiy · 6 years ago
  5. afa030d make gsup ipa name configurable in osmo-msc.cfg by Stefan Sperling · 6 years ago
  6. 80447eb add VTY commands: mncc internal / external (== -M) by Neels Hofmeyr · 6 years ago
  7. 1263bc8 move gsm_cbfn to gsm_subscriber.h, the only user by Neels Hofmeyr · 6 years ago
  8. 8b6e536 move gsm_auth_tuple to vlr.h as vlr_auth_tuple by Neels Hofmeyr · 6 years ago
  9. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  10. a8945ce move ran_conn declarations to new ran_conn.h by Neels Hofmeyr · 6 years ago
  11. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  12. f41658d rename gsm_encr to geran_encr, it is only applicable on GERAN by Neels Hofmeyr · 6 years ago
  13. f9773b0 drop unused gsm_network->handover.active by Neels Hofmeyr · 6 years ago
  14. 344ee30 drop unused gsm_subscr_conn->mncc_rtp_bridge by Neels Hofmeyr · 6 years ago
  15. 366390d Add counters for BSSMAP cipher mode messages by Max · 6 years ago
  16. 9ca7b31 gsm_04_08_cc: Add global guard timer for MNCC by Philipp Maier · 6 years ago
  17. 68cf957 fix Classmark Update without VLR subscriber by Neels Hofmeyr · 6 years ago
  18. 3117b70 A5/n Ciph: request Classmark Update if missing by Neels Hofmeyr · 6 years ago
  19. 986fe7e store classmark in vlr_subscr, not conn by Neels Hofmeyr · 6 years ago
  20. 8ad3dac mgcp: use codec information returned with ASSIGNMENT COMPL. by Philipp Maier · 6 years ago
  21. ad64e2a libmsc/gsm_09_11.c: introduce counter for active sessions by Vadim Yanitskiy · 6 years ago
  22. 8e25cc5 libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions by Vadim Yanitskiy · 6 years ago
  23. 21adb2b cosmetic: use enum ranap_nsap_addr_enc instead of int by Neels Hofmeyr · 6 years ago
  24. 4068ab2 properly receive BSSMAP Clear Complete and Iu Release Complete by Neels Hofmeyr · 6 years ago
  25. e3d3dc6 refactor subscr_conn and subscr_conn_fsm de-/alloc by Neels Hofmeyr · 6 years ago
  26. 0e2fa5d DTAP: Ensure proper DLCI is used in MSC-originated DTAP by Harald Welte · 6 years ago
  27. 93c7463 unify allocation of gsm_subscriber_connection by Neels Hofmeyr · 6 years ago
  28. 16c42b5 subscr_conn: store complete_layer3_type in conn, not FSM event arg by Neels Hofmeyr · 6 years ago
  29. 4d3a66b cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi by Neels Hofmeyr · 6 years ago
  30. 80d1101 drop some dead definitions (gsm_data.h, gsup_client.c) by Neels Hofmeyr · 6 years ago
  31. 9d74425 dissolve libcommon: drop gsm_data.c, move code to libmsc by Neels Hofmeyr · 6 years ago
  32. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 6 years ago
  33. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  34. 098aa71 remove unused "auth policy" VTY command by Harald Welte · 6 years ago
  35. 2346619 remove unused "authorized-regexp" VTY command by Harald Welte · 6 years ago
  36. 27b40c6 remove unused VTY command "location updating reject cause" by Harald Welte · 6 years ago
  37. 7421a6e remove unused dyn_ts_allow_tch_f VTY option by Harald Welte · 6 years ago
  38. 9199f8b dead code removal by Harald Welte · 6 years ago
  39. d5db170 remove bsc_api.h and all users - they're all dead code by Harald Welte · 6 years ago
  40. c93ce02 gsm_data: remove unused gsm_subscriber_connection members by Harald Welte · 6 years ago
  41. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  42. 621ba03 mgcp: use osmo-mgw to switch rtp streams by Philipp Maier · 7 years ago
  43. 64dbc54 a_iface: correct data type for a.conn_id in gsm_subscriber_connection by Philipp Maier · 6 years ago
  44. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  45. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 7 years ago
  46. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  47. a3ab1de remove traces of bsc_subscriber by Harald Welte · 6 years ago
  48. 2ff5bcd fix paging: add timeout to discard unsuccessful paging by Neels Hofmeyr · 7 years ago
  49. 76a10f5 drop unused T* timers (BSC land, not MSC) by Neels Hofmeyr · 7 years ago
  50. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  51. c6bf274 rate_ctr: don't use . as separator by Neels Hofmeyr · 7 years ago
  52. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  53. f953d8b Remove SI-related code by Max · 7 years ago
  54. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  55. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  56. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago[Renamed (99%) from include/openbsc/gsm_data.h]
  57. 979cd26 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  58. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  59. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  60. c601adc libmsc: Use actual delivery time in delivery reports. by Keith · 7 years ago
  61. adae859 libmsc: add support for SMPP delivery receipts by Pablo Neira Ayuso · 7 years ago
  62. 5d1fa89 GSM timers: User reasonable defaults; don't save if equal default by Harald Welte · 7 years ago
  63. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  64. e2f24d5 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  65. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  66. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/include/openbsc/gsm_data.h]
  67. 2f8b9d2 Add vty command "radio-link-timeout infinite" for uplink rx testing by Harald Welte · 7 years ago
  68. 70fdd24 Update SI data structures and generation by Max · 7 years ago
  69. 71d082b Adjust BTS model feature check by Max · 7 years ago
  70. 93ffbd0 libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESP by Pablo Neira Ayuso · 7 years ago
  71. f9685c1 gsm_bts: add version and variant details by Max · 7 years ago
  72. 7f3724e VTY: add the dyn_ts_allow_tch_f option by Vadim Yanitskiy · 7 years ago
  73. 36891a7 LU counters: count completion and failure, not messages sent by Neels Hofmeyr · 8 years ago
  74. 1136811 libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  75. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  76. d3270a9 subscriber conn: add indicator for originating RAN by Neels Hofmeyr · 7 years ago
  77. 0e5d807 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 7 years ago
  78. fe291de cosmetic: gsm_data.h, README: rename CSCN to MSC by Neels Hofmeyr · 7 years ago
  79. ce090f8 gsm_subscriber_connection: mark BSC specific items by Neels Hofmeyr · 8 years ago
  80. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  81. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  82. 2d521a0 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  83. 27681a3 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  84. 402006d define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  85. 8c53c59 bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  86. 5275c15 Revert "bsc: count the usage of codec by setting the lchan active" by Neels Hofmeyr · 8 years ago
  87. 92f552f msc: add counters to track call attempts/active/success/failed by Alexander Couzens · 8 years ago
  88. 38e9ea3 bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  89. 5e0b0a6 mscsplit: add gsm_network backpointer to gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  90. c13e687 mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctx by Neels Hofmeyr · 8 years ago
  91. 77c8d5f mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  92. d90fa42 mscsplit: move subscriber conns list into struct gsm_network by Neels Hofmeyr · 8 years ago
  93. 378a492 cosmetic: various comment, whitespace tweaks by Neels Hofmeyr · 8 years ago
  94. aa386d2 sms: change rp err cause of smpp_try_deliver errors by Alexander Couzens · 8 years ago
  95. b847a21 libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  96. 20423ea libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  97. 5f0c71b dyn TS: OS#1778 workaround: disable TCH/F on dyn TS for nitb by Neels Hofmeyr · 8 years ago
  98. e6052c4 Make random MSISDN assignment optional by Max · 8 years ago
  99. 0fcd2e2 Make random extension range configurable by Max · 8 years ago
  100. ddee01f Add regexp authorization policy for IMSI by Max · 8 years ago