1. a44b970 migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  2. ad64e2a libmsc/gsm_09_11.c: introduce counter for active sessions by Vadim Yanitskiy · 6 years ago
  3. 8e25cc5 libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions by Vadim Yanitskiy · 6 years ago
  4. fcc24ed libmsc/gsm_09_11.c: properly handle MS-initiated release by Vadim Yanitskiy · 6 years ago
  5. f2f83b0 libmsc/gsm_09_11.c: implement network-initiated sessions by Vadim Yanitskiy · 6 years ago
  6. 8a6ef55 libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP by Vadim Yanitskiy · 6 years ago
  7. 8a0e258 libvlr/vlr.c: forward unhandled GSUP messages towards MSC by Vadim Yanitskiy · 6 years ago
  8. 2760585 msc_vlr_tests: don't abuse USSD-request to conclude connections by Vadim Yanitskiy · 6 years ago
  9. a4efe3f cosmetic: typos in log and comment by Neels Hofmeyr · 6 years ago
  10. c18c2bf Iu MGCP: no need to loopback on the cn side by Neels Hofmeyr · 6 years ago
  11. fa391ee vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error by Neels Hofmeyr · 6 years ago
  12. 27989d4 libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c) by Harald Welte · 6 years ago
  13. 153cd39 git-version-gen: Don't check for .git directory by Daniel Willmann · 6 years ago
  14. 1c6ab61 configure.ac: drop unused dependencies by Vadim Yanitskiy · 6 years ago
  15. 9fbb600 VLR: reject overlong IMSIs in ID RESP messages by Stefan Sperling · 6 years ago
  16. caf2fe5 jenkins.sh: Use --enable-werror only when iu support is disabled by Pau Espin Pedrol · 6 years ago
  17. c2ba38c .gitignore: ignore src/libgsupclient/gsup_test_client by Vadim Yanitskiy · 6 years ago
  18. a232eeb msc_main: Fix typo in description of version param by Pau Espin Pedrol · 6 years ago
  19. 5df4e4d libmsc/gsm_04_80.c: make the API abstract from ss_request struct by Vadim Yanitskiy · 6 years ago
  20. 9aec25e libmsc/gsm_09_11.c: properly indicate transaction errors by Vadim Yanitskiy · 6 years ago
  21. f5b9e6c libmsc/gsm_04_08.c: expose gsm48_tx_simple() by Vadim Yanitskiy · 6 years ago
  22. 5b860fa Use proper naming for GSM TS 09.11 implementation by Vadim Yanitskiy · 6 years ago
  23. 10c6419 libmsc/ussd.c: use connection ref-counting and transactions by Vadim Yanitskiy · 6 years ago
  24. 846efcb libmsc: properly name the MSC_CONN_USE token for SS by Vadim Yanitskiy · 6 years ago
  25. 635f98c libmsc/ussd.c: FIX: properly indicate errors by Vadim Yanitskiy · 6 years ago
  26. 5046db9 mgcp: hack to keep IuUP working by Philipp Maier · 6 years ago
  27. 65d8d0d mgcp: do not start connections in loopback mode by Philipp Maier · 6 years ago
  28. defc3c8 implement periodic Location Update expiry in the VLR by Stefan Sperling · 6 years ago
  29. 2d95ab6 remove redundant unconditional PKG_CHECK_MODULES for libsmpp by Stefan Sperling · 6 years ago
  30. f913e5f a_reset: cleanup + remove dead code by Philipp Maier · 6 years ago
  31. 6f4752e vlr_access_req_fsm: use correct cause codes by Philipp Maier · 6 years ago
  32. cb8c75b Bump version: 1.1.2.269-86f21-dirty → 1.2.0 by Pau Espin Pedrol · 6 years ago 1.2.0
  33. 86f2126 setup_trig_pag_evt: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago
  34. 3f8cec8 setup_trig_pag_evt: Always log correct paging failure case by Pau Espin Pedrol · 6 years ago
  35. 25adebe setup_trig_pag_evt: Remove uneeded default case in switch statement by Pau Espin Pedrol · 6 years ago
  36. 4cf452f Remove unused GSM_PAGING_OOM by Pau Espin Pedrol · 6 years ago
  37. 7e300d8 smpp_smsc_conf: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago pespin/fix-smsc-use-after-free
  38. 7d7ee42 tests/msc_vlr: fix expected SS message names by Vadim Yanitskiy · 6 years ago
  39. 21adb2b cosmetic: use enum ranap_nsap_addr_enc instead of int by Neels Hofmeyr · 6 years ago
  40. 37a3ae8 sms_queue: fix use-after-free on 'pending' by Harald Welte · 6 years ago
  41. ce96928 smpp: Unset esme->acl on socket close by Harald Welte · 6 years ago
  42. 99a8d23 msc conn ref counts: log human readable list of conn owners by Neels Hofmeyr · 6 years ago
  43. 1580959 refactor VLR FSM result handling by Neels Hofmeyr · 6 years ago
  44. 048eb30 libmsc/ussd: don't overwrite rc if decoding failed by Vadim Yanitskiy · 6 years ago
  45. fe4ba7c cosmetic: embed compl_l3_type in FSM id by Neels Hofmeyr · 6 years ago
  46. 2a5cd93 fix BSC Clear Request by Neels Hofmeyr · 6 years ago
  47. 4068ab2 properly receive BSSMAP Clear Complete and Iu Release Complete by Neels Hofmeyr · 6 years ago
  48. e3d3dc6 refactor subscr_conn and subscr_conn_fsm de-/alloc by Neels Hofmeyr · 6 years ago
  49. dc2514b CC: intentionally release T308 on BSSMAP Clear Request from BSC by Neels Hofmeyr · 6 years ago
  50. 79beccd msc_mgcp: do not send wildcarded DLCX messages by Philipp Maier · 6 years ago
  51. d997fa1 msc_mgcp.c: log endpoint name instead of pointer by Philipp Maier · 6 years ago
  52. cbcf89c msc_vlr_test_call: reproduce OS#3062 by Neels Hofmeyr · 6 years ago
  53. f840e6f trans_free: drop bad assertion by Neels Hofmeyr · 6 years ago
  54. f95d5be libmsc/ussd.c: cosmetic: correct log level and message by Vadim Yanitskiy · 6 years ago
  55. 12d221f libmsc/gsm_04_80.c: drop unused 'in_msg' argument by Vadim Yanitskiy · 6 years ago
  56. 01c0549 ussd.h: cosmetic: use '#pragma once' include guard by Vadim Yanitskiy · 6 years ago
  57. b7d4065 ussd.h: cosmetic: remove useless comment by Vadim Yanitskiy · 6 years ago
  58. 39b5548 Permit any Sender MSISDN when sending SMS from VTY by Harald Welte · 6 years ago
  59. 0e2fa5d DTAP: Ensure proper DLCI is used in MSC-originated DTAP by Harald Welte · 6 years ago
  60. 93c7463 unify allocation of gsm_subscriber_connection by Neels Hofmeyr · 6 years ago
  61. 16c42b5 subscr_conn: store complete_layer3_type in conn, not FSM event arg by Neels Hofmeyr · 6 years ago
  62. 1ba0df2 cosmetic: rename subscr_conn_from to complete_layer3_type by Neels Hofmeyr · 6 years ago
  63. 4d3a66b cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi by Neels Hofmeyr · 6 years ago
  64. ae73d2b cosmetic: rx_bssmap: read message type once into local var by Neels Hofmeyr · 6 years ago
  65. 9fe52e4 test_reject_concurrency: missing assert by Neels Hofmeyr · 6 years ago
  66. 80d1101 drop some dead definitions (gsm_data.h, gsup_client.c) by Neels Hofmeyr · 6 years ago
  67. 08b3828 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  68. 053e275 gsup_test_client: gsupc_read_cb: fix uninitialized value 'io' by Neels Hofmeyr · 6 years ago
  69. 7fdfad2 contrib: osmo-msc.service: Depend on osmo-mgw.service by Pau Espin Pedrol · 6 years ago
  70. a6ac98b remove empty libcommon-cs by Neels Hofmeyr · 6 years ago
  71. 79e580b dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref() by Neels Hofmeyr · 6 years ago
  72. 55014d0 dissolve libcommon-cs: move gsm_network_init() to libmsc by Neels Hofmeyr · 6 years ago
  73. 67fa909 dissolve libcommon-cs: mv a_reset.c to libmsc by Neels Hofmeyr · 6 years ago
  74. 8ea65b3 rename libcommon to libgsupclient by Neels Hofmeyr · 6 years ago
  75. 9d74425 dissolve libcommon: drop gsm_data.c, move code to libmsc by Neels Hofmeyr · 6 years ago
  76. 7a2f58e dissolve libcommon: drop gsm_subscriber_base.c, move vlr_subscr_* to vlr.c by Neels Hofmeyr · 6 years ago
  77. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 6 years ago
  78. 6a8b9c7 dissolve libcommon: drop debug.c by Neels Hofmeyr · 6 years ago
  79. 34fd0c6 dissolve libcommon: drop unused bsc_version.c by Neels Hofmeyr · 6 years ago
  80. 84a1f7a cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty() by Neels Hofmeyr · 6 years ago
  81. 7c075a2 dissolve libcommon,libcommon-cs: clean up vty definitions by Neels Hofmeyr · 6 years ago
  82. d6a769b trans_free: tear down conn when last transaction is done by Neels Hofmeyr · 6 years ago
  83. 3cffc20 cosmetic: gsm_04_08.c: drop unused struct gsm_lai by Neels Hofmeyr · 6 years ago
  84. a2f6331 cosmetic: remove unused variable by Philipp Maier · 6 years ago
  85. 8a991ed a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connection by Harald Welte · 6 years ago
  86. 4de0115 a_iface_bssap: Treat inbound RESET as implicit RESET ACK by Harald Welte · 6 years ago
  87. 5060f56 BSSAP: Return error code if COMPL L3 with no or too short L3 payload by Harald Welte · 6 years ago
  88. 9fac985 msc_mgcp.c: Fix several wrong ptr printf fmt by Pau Espin Pedrol · 6 years ago
  89. 04d6ddb2 msc_mgcp: to not access higher layers after release by Philipp Maier · 6 years ago
  90. eb1cfdb msc_vlr_tests: add CC Release test and test to catch OS#2779 by Neels Hofmeyr · 6 years ago
  91. e9e2f5c cosmetic: rename conn_fsm "bump" event to "release_when_unused" by Neels Hofmeyr · 6 years ago
  92. 12e17be cosmetic: msc_vlr_tests: enable CC logging in debug by Neels Hofmeyr · 6 years ago
  93. fe718bc cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challenge by Neels Hofmeyr · 6 years ago
  94. c813355 cosmetic: remove disabled (debug) code gsm_04_08.c by Philipp Maier · 6 years ago
  95. be7e069 use libosmocom to parse cell identifier in bssmap_rx_l3_compl() by Stefan Sperling · 6 years ago
  96. a2353c6 mcgp: let the MGW allocate the MGCP endpoint by Philipp Maier · 6 years ago
  97. 3a77652 msc_mgcp: use more conceise error msg on truncation by Philipp Maier · 6 years ago
  98. 5c56bc5 trans_free: safeguard against a still running CC timer on free by Neels Hofmeyr · 6 years ago
  99. addf63b mgcp: be sure that pending mgcp transactions are canceled before free by Philipp Maier · 6 years ago
  100. 4eef20b msc_mgcp: fix mgw timeout handling by Philipp Maier · 6 years ago