1. 6632251 libmsc/gsm_09_11.c: do not abuse LOG_TRANS() in gsm0911_rcv_nc_ss() by Vadim Yanitskiy · 5 years ago
  2. e0da446 libmsc/gsm_09_11.c: fix broken reference counting for vsub by Vadim Yanitskiy · 5 years ago
  3. 944d6a2 libmsc/gsm_09_11.c: avoid double zero-initialization of gsup_msg by Vadim Yanitskiy · 5 years ago
  4. f177590 libmsc/gsm_09_11.c: properly handle OSMO_GSUP_MSGT_PROC_SS_ERROR by Vadim Yanitskiy · 5 years ago
  5. 7480852 libmsc/gsm_09_11.c: inform HLR/EUSE if Paging has failed by Vadim Yanitskiy · 5 years ago
  6. 805eca2 libmsc/msc_net_init.c: pass pointer to gsm_network directly by Vadim Yanitskiy · 5 years ago
  7. 95b040c libmsc/gsm_09_11.c: drop meaningless check for concurrent paging by Vadim Yanitskiy · 5 years ago
  8. ae95436 libmsc/gsm_09_11.c: drop rudimentary vsub->cgi.lai.lac check by Vadim Yanitskiy · 5 years ago
  9. db5bc70 libmsc/gsm_09_11.c: log network-originated session establishment error by Vadim Yanitskiy · 5 years ago
  10. 10c3ce5 libmsc/gsm_09_11.c: do not abuse LOG_TRANS() and early trans allocation by Vadim Yanitskiy · 5 years ago
  11. efb1f60 libmsc/gsm_09_11.c: send GSUP PROS_SS ERROR message when needed by Vadim Yanitskiy · 5 years ago
  12. 04bbfb8 libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans() by Vadim Yanitskiy · 5 years ago
  13. 3d60303 libmsc/gsm_0(4|9)_11_gsup.c: print error message if subscr is not known by Vadim Yanitskiy · 5 years ago
  14. 979b057 add DSS logging category by Neels Hofmeyr · 5 years ago
  15. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  16. ff7074a add LOG_TRANS, proper context for all transactions by Neels Hofmeyr · 5 years ago
  17. 64623e1 libmsc/gsm_09_11.c: implement guard timer for NCSS sessions by Vadim Yanitskiy · 6 years ago
  18. d8daaae transaction: clarify magic 0xff transaction ID by Max · 5 years ago
  19. 30fb97a transaction: drop meaningless ti_flag of trans_assign_trans_id() by Max · 5 years ago
  20. 0df904d Add SGs Interface by Harald Welte · 6 years ago
  21. 3614fd6 Various logging fixes by Max · 5 years ago
  22. 4a5cfa5 Use explicit protocol discriminator for NC SS/USSD session by Max · 5 years ago
  23. 7d41d87 Remove redundancy in LAC processing by Max · 6 years ago
  24. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  25. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 6 years ago
  26. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  27. 87c7ea3 libmsc/gsm_09_11.c: drop redundant assertion of stored msgb by Vadim Yanitskiy · 6 years ago
  28. 1ea6baf Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  29. 0622ef5 libmsc/gsm_09_11.c: clean up the local GSM 04.80 API by Vadim Yanitskiy · 6 years ago
  30. ad64e2a libmsc/gsm_09_11.c: introduce counter for active sessions by Vadim Yanitskiy · 6 years ago
  31. 8e25cc5 libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions by Vadim Yanitskiy · 6 years ago
  32. fcc24ed libmsc/gsm_09_11.c: properly handle MS-initiated release by Vadim Yanitskiy · 6 years ago
  33. f2f83b0 libmsc/gsm_09_11.c: implement network-initiated sessions by Vadim Yanitskiy · 6 years ago
  34. 8a6ef55 libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP by Vadim Yanitskiy · 6 years ago
  35. 5df4e4d libmsc/gsm_04_80.c: make the API abstract from ss_request struct by Vadim Yanitskiy · 6 years ago
  36. 9aec25e libmsc/gsm_09_11.c: properly indicate transaction errors by Vadim Yanitskiy · 6 years ago
  37. 5b860fa Use proper naming for GSM TS 09.11 implementation by Vadim Yanitskiy · 6 years ago[Renamed (93%) from src/libmsc/ussd.c]
  38. 10c6419 libmsc/ussd.c: use connection ref-counting and transactions by Vadim Yanitskiy · 6 years ago
  39. 635f98c libmsc/ussd.c: FIX: properly indicate errors by Vadim Yanitskiy · 6 years ago
  40. 048eb30 libmsc/ussd: don't overwrite rc if decoding failed by Vadim Yanitskiy · 6 years ago
  41. f95d5be libmsc/ussd.c: cosmetic: correct log level and message by Vadim Yanitskiy · 6 years ago
  42. 12d221f libmsc/gsm_04_80.c: drop unused 'in_msg' argument by Vadim Yanitskiy · 6 years ago
  43. b274d56 src/libmsc/ussd.c: drop useless forward declaration by Vadim Yanitskiy · 6 years ago
  44. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  45. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  46. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  47. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/ussd.c]
  48. 5085e0b ussd: Add band-aid for interrogationSS by Holger Hans Peter Freyther · 8 years ago
  49. ea73032 ussd: Reject and release unhandled SS requests/interrogation by Tobias Engel · 11 years ago
  50. 475f513 ussd: Fix test for RELEASE COMPLETE by Alexander Huemer · 11 years ago
  51. c33d7d7 Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  52. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/ussd.c]
  53. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/ussd.c]
  54. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  55. 88a5fa0 ussd: Catch up with libosmocore and pass the gsm48_hdr by Holger Hans Peter Freyther · 14 years ago
  56. 88519ea msc: Add includes to silence a compiler warning. by Holger Hans Peter Freyther · 14 years ago
  57. 2486663 ussd: Release the MSC connection as fast as possible.. by Holger Hans Peter Freyther · 14 years ago
  58. 06abe9f ussd.c: Make sure text is memset to zero.. by Holger Hans Peter Freyther · 14 years ago
  59. d42c3f2 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  60. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  61. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  62. dc329a6 [USSD] eliminate static global variables by Mike Haben · 15 years ago
  63. 6307b85 whitespace fixes for the USSD code by Harald Welte · 15 years ago
  64. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago