1. 7f85ace LOG_TRANS: store subsys in trans, unify USSD logging back to DMM by Neels Hofmeyr · 5 years ago
  2. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  3. ff7074a add LOG_TRANS, proper context for all transactions by Neels Hofmeyr · 5 years ago
  4. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  5. baeeb90 transaction: fix description of trans_assign_trans_id() by Vadim Yanitskiy · 5 years ago
  6. d8daaae transaction: clarify magic 0xff transaction ID by Max · 5 years ago
  7. 30fb97a transaction: drop meaningless ti_flag of trans_assign_trans_id() by Max · 5 years ago
  8. 36c44b2 transaction: change arguments of trans_find_by_sm_rp_mr() by Vadim Yanitskiy · 5 years ago
  9. e4574f0 transaction.c: cosmetic: use 'default' branch in trans_free() by Vadim Yanitskiy · 5 years ago
  10. 3614fd6 Various logging fixes by Max · 5 years ago
  11. c065ca3 Fix trans_has_conn() doxygen description by Max · 5 years ago
  12. 7916ca1 Constify transaction helpers parameters by Max · 5 years ago
  13. b099a7f cosmetic: drop duplicated #include by Max · 6 years ago
  14. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  15. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 6 years ago
  16. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  17. 9bd4fd6 libmsc/transaction: introduce trans_find_by_sm_rp_mr() by Ivan Kluchnikov · 9 years ago
  18. 380b219 libmsc/transaction.c: cosmetic: fix typo by Vadim Yanitskiy · 6 years ago
  19. c350c09 msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free() by Vadim Yanitskiy · 6 years ago
  20. f2f83b0 libmsc/gsm_09_11.c: implement network-initiated sessions by Vadim Yanitskiy · 6 years ago
  21. 10c6419 libmsc/ussd.c: use connection ref-counting and transactions by Vadim Yanitskiy · 6 years ago
  22. e3d3dc6 refactor subscr_conn and subscr_conn_fsm de-/alloc by Neels Hofmeyr · 6 years ago
  23. dc2514b CC: intentionally release T308 on BSSMAP Clear Request from BSC by Neels Hofmeyr · 6 years ago
  24. f840e6f trans_free: drop bad assertion by Neels Hofmeyr · 6 years ago
  25. 4d3a66b cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi by Neels Hofmeyr · 6 years ago
  26. d6a769b trans_free: tear down conn when last transaction is done by Neels Hofmeyr · 6 years ago
  27. 5c56bc5 trans_free: safeguard against a still running CC timer on free by Neels Hofmeyr · 6 years ago
  28. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  29. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  30. d1ec111 cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrs by Neels Hofmeyr · 7 years ago
  31. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  32. e7cf5e7 transaction: reject calls from unidentified subscribers by Benoit Bolsee · 7 years ago
  33. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  34. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  35. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/transaction.c]
  36. a9f2bb5 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  37. d6d7aff sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  38. af792d6 msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  39. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  40. dae1f64 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  41. f07c605 msc: Add net back pointer to gsm_trans by Jacob Erlbeck · 10 years ago
  42. 8effcb7 libmsc: Set the "trans->conn" to NULL to catch invalid usage by Holger Hans Peter Freyther · 11 years ago
  43. 405824c libmsc: Set trans->subscr = NULL after we release it by Holger Hans Peter Freyther · 12 years ago
  44. 70ae5d3 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  45. d447e99 bsc: Move transaction.c from the libbsc to the libmsc by Holger Hans Peter Freyther · 13 years ago[Renamed (99%) from openbsc/src/libbsc/transaction.c]
  46. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  47. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  48. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/transaction.c]
  49. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/transaction.c]
  50. 49b3ed2 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  51. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  52. c7ff257 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  53. 88519ea msc: Add includes to silence a compiler warning. by Holger Hans Peter Freyther · 14 years ago
  54. e071ab7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  55. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  56. a69d923 bsc_api: Use conn->bts directly... by Holger Hans Peter Freyther · 14 years ago
  57. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  58. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  59. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  60. 926fcec transaction: Change id allocator method to be 'circular' by Sylvain Munaut · 15 years ago
  61. b9f3dce Never allocate transaction ID 7 by Sylvain Munaut · 15 years ago
  62. 18750cf [handover] lchan use count handling in case of trans_lchan_change() by Harald Welte · 15 years ago
  63. cc9beb5 introduce trans_lchan_change() to update transaction about lchan change by Harald Welte · 15 years ago
  64. dc1e105 Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  65. 927f056 [paging] Use paging_request_stop to stop all paging requests by Holger Hans Peter Freyther · 15 years ago
  66. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  67. 86b1717 fix sms layer timer leak/corruiption using trans_free() by Harald Welte (local) · 15 years ago
  68. 34e9749 misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  69. b8b4073 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  70. 78283ef move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  71. 9ee4825 add missing files to git by Harald Welte · 15 years ago