1. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 6 years ago
  2. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  3. d03e728 drop msc_compl_l3() return value by Neels Hofmeyr · 6 years ago
  4. f41658d rename gsm_encr to geran_encr, it is only applicable on GERAN by Neels Hofmeyr · 6 years ago
  5. b0779bb populate gsm_subscriber_connection->encr during Ciph by Neels Hofmeyr · 6 years ago
  6. dbaab50 adjust copyright in subscr_conn.c by Neels Hofmeyr · 6 years ago
  7. 7486a94 cosmetic: subscr_conn_fsm_auth_ciph() should be static by Neels Hofmeyr · 6 years ago
  8. e777b5f drop unused SUBSCR_CONN_E_INVALID by Neels Hofmeyr · 6 years ago
  9. 14e32a4 libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMS by Vadim Yanitskiy · 6 years ago
  10. f9773b0 drop unused gsm_network->handover.active by Neels Hofmeyr · 6 years ago
  11. 344ee30 drop unused gsm_subscr_conn->mncc_rtp_bridge by Neels Hofmeyr · 6 years ago
  12. 24e025e libmsc/gsm_04_11.c: refactor MT SMS message handling by Vadim Yanitskiy · 6 years ago
  13. 9bd4fd6 libmsc/transaction: introduce trans_find_by_sm_rp_mr() by Ivan Kluchnikov · 9 years ago
  14. 87c7ea3 libmsc/gsm_09_11.c: drop redundant assertion of stored msgb by Vadim Yanitskiy · 6 years ago
  15. 380b219 libmsc/transaction.c: cosmetic: fix typo by Vadim Yanitskiy · 6 years ago
  16. 535f110 libmsc/gsm_04_11.c: refactor RP-DATA header validation by Vadim Yanitskiy · 6 years ago
  17. 0c8998f libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error} by Vadim Yanitskiy · 6 years ago
  18. 54729d6 osmo_msc: remove unused parameter from msc_dtap() by Philipp Maier · 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. 0cd761c libmsc/db.c: cosmetic: mark missing breaks in switch as intended by Vadim Yanitskiy · 6 years ago
  21. 58099f6 Use libosmocore to function to parse cipher mode reject cause by Max · 6 years ago
  22. f1329c5 Use BSSAP-specific TLV parser from libosmocore by Max · 6 years ago
  23. 3710623 msc: vty: Fix integer printf formatting by Pau Espin Pedrol · 6 years ago
  24. 48a595e Fix build with latest libosmocore by Max · 6 years ago
  25. bea25f1 libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it. by Keith Whyte · 6 years ago
  26. 6038ad4 vlr: drop unused is_ps parameter in vlr_subscr_req_lu() by Philipp Maier · 6 years ago
  27. c51609a vty: add command to show all known BSC by Max · 6 years ago
  28. 5b6ccce cosmetic: remove forgotten debug printf by Philipp Maier · 6 years ago
  29. 366390d Add counters for BSSMAP cipher mode messages by Max · 6 years ago
  30. 662e2ba Properly parse cause in cipher mode reject by Max · 6 years ago
  31. dd2aeba lu_fsm: result cb: use proper cause type (warning/coverity) by Neels Hofmeyr · 6 years ago
  32. 9ca7b31 gsm_04_08_cc: Add global guard timer for MNCC by Philipp Maier · 6 years ago
  33. f640073 gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin() by Harald Welte · 6 years ago
  34. 782ccec msc_mgcp: move mncc struct initalization to where its actually needed by Philipp Maier · 6 years ago
  35. d0756b1 GSUP client: send CN domain IE on LU request by Neels Hofmeyr · 6 years ago
  36. 722f2b4 fix a use-after-free in msc_mgcp.c:_handle_error() by Stefan Sperling · 6 years ago
  37. e2497f7 mncc: fix byte ordering of IP-Address in mncc by Philipp Maier · 6 years ago
  38. 86ed06c vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  39. 68cf957 fix Classmark Update without VLR subscriber by Neels Hofmeyr · 6 years ago
  40. 3117b70 A5/n Ciph: request Classmark Update if missing by Neels Hofmeyr · 6 years ago
  41. 986fe7e store classmark in vlr_subscr, not conn by Neels Hofmeyr · 6 years ago
  42. 36115c9 cosmetic: mute "COMPLETE_LAYER_3 not permitted" by Neels Hofmeyr · 6 years ago
  43. 060a6c4 msc: Set talloc ctx for osmo_signal structures by Pau Espin Pedrol · 6 years ago
  44. 381370b osmo-msc: track the use of talloc NULL memory contexts by Vadim Yanitskiy · 6 years ago
  45. d8d4d8c osmo-msc: free the VTY talloc context on exit by Vadim Yanitskiy · 6 years ago
  46. b874486 osmo-msc: Improve shutdown due to signal and print talloc report on exit by Pau Espin Pedrol · 6 years ago
  47. f02d17f libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello() by Keith · 6 years ago
  48. 8ad3dac mgcp: use codec information returned with ASSIGNMENT COMPL. by Philipp Maier · 6 years ago
  49. 6cc377d RRLP: print log when sending a position request by Vadim Yanitskiy · 6 years ago
  50. 1b89130 RRLP: migrate and share mode definitions from msc_vty.c by Vadim Yanitskiy · 6 years ago
  51. 1f9b086 RRLP: fix: actually init the RRLP signal handlers by Vadim Yanitskiy · 6 years ago
  52. d01b594 RRLP: properly name the init function by Vadim Yanitskiy · 6 years ago
  53. 1ea6baf Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  54. 0622ef5 libmsc/gsm_09_11.c: clean up the local GSM 04.80 API by Vadim Yanitskiy · 6 years ago
  55. 096be50 libmsc/rrlp.c: add missing include by Vadim Yanitskiy · 6 years ago
  56. a44b970 migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  57. ad64e2a libmsc/gsm_09_11.c: introduce counter for active sessions by Vadim Yanitskiy · 6 years ago
  58. 8e25cc5 libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions by Vadim Yanitskiy · 6 years ago
  59. fcc24ed libmsc/gsm_09_11.c: properly handle MS-initiated release by Vadim Yanitskiy · 6 years ago
  60. f2f83b0 libmsc/gsm_09_11.c: implement network-initiated sessions by Vadim Yanitskiy · 6 years ago
  61. 8a6ef55 libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP by Vadim Yanitskiy · 6 years ago
  62. 8a0e258 libvlr/vlr.c: forward unhandled GSUP messages towards MSC by Vadim Yanitskiy · 6 years ago
  63. a4efe3f cosmetic: typos in log and comment by Neels Hofmeyr · 6 years ago
  64. c18c2bf Iu MGCP: no need to loopback on the cn side by Neels Hofmeyr · 6 years ago
  65. fa391ee vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error by Neels Hofmeyr · 6 years ago
  66. 27989d4 libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c) by Harald Welte · 6 years ago
  67. 9fbb600 VLR: reject overlong IMSIs in ID RESP messages by Stefan Sperling · 6 years ago
  68. a232eeb msc_main: Fix typo in description of version param by Pau Espin Pedrol · 6 years ago
  69. 5df4e4d libmsc/gsm_04_80.c: make the API abstract from ss_request struct by Vadim Yanitskiy · 6 years ago
  70. 9aec25e libmsc/gsm_09_11.c: properly indicate transaction errors by Vadim Yanitskiy · 6 years ago
  71. f5b9e6c libmsc/gsm_04_08.c: expose gsm48_tx_simple() by Vadim Yanitskiy · 6 years ago
  72. 5b860fa Use proper naming for GSM TS 09.11 implementation by Vadim Yanitskiy · 6 years ago
  73. 10c6419 libmsc/ussd.c: use connection ref-counting and transactions by Vadim Yanitskiy · 6 years ago
  74. 846efcb libmsc: properly name the MSC_CONN_USE token for SS by Vadim Yanitskiy · 6 years ago
  75. 635f98c libmsc/ussd.c: FIX: properly indicate errors by Vadim Yanitskiy · 6 years ago
  76. 5046db9 mgcp: hack to keep IuUP working by Philipp Maier · 6 years ago
  77. 65d8d0d mgcp: do not start connections in loopback mode by Philipp Maier · 6 years ago
  78. defc3c8 implement periodic Location Update expiry in the VLR by Stefan Sperling · 6 years ago
  79. 2d95ab6 remove redundant unconditional PKG_CHECK_MODULES for libsmpp by Stefan Sperling · 6 years ago
  80. f913e5f a_reset: cleanup + remove dead code by Philipp Maier · 6 years ago
  81. 6f4752e vlr_access_req_fsm: use correct cause codes by Philipp Maier · 6 years ago
  82. 86f2126 setup_trig_pag_evt: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago
  83. 3f8cec8 setup_trig_pag_evt: Always log correct paging failure case by Pau Espin Pedrol · 6 years ago
  84. 25adebe setup_trig_pag_evt: Remove uneeded default case in switch statement by Pau Espin Pedrol · 6 years ago
  85. 4cf452f Remove unused GSM_PAGING_OOM by Pau Espin Pedrol · 6 years ago
  86. 7e300d8 smpp_smsc_conf: Fix heap-use-after-free by Pau Espin Pedrol · 6 years ago pespin/fix-smsc-use-after-free
  87. 21adb2b cosmetic: use enum ranap_nsap_addr_enc instead of int by Neels Hofmeyr · 6 years ago
  88. 37a3ae8 sms_queue: fix use-after-free on 'pending' by Harald Welte · 6 years ago
  89. ce96928 smpp: Unset esme->acl on socket close by Harald Welte · 6 years ago
  90. 99a8d23 msc conn ref counts: log human readable list of conn owners by Neels Hofmeyr · 6 years ago
  91. 1580959 refactor VLR FSM result handling by Neels Hofmeyr · 6 years ago
  92. 048eb30 libmsc/ussd: don't overwrite rc if decoding failed by Vadim Yanitskiy · 6 years ago
  93. fe4ba7c cosmetic: embed compl_l3_type in FSM id by Neels Hofmeyr · 6 years ago
  94. 2a5cd93 fix BSC Clear Request by Neels Hofmeyr · 6 years ago
  95. 4068ab2 properly receive BSSMAP Clear Complete and Iu Release Complete by Neels Hofmeyr · 6 years ago
  96. e3d3dc6 refactor subscr_conn and subscr_conn_fsm de-/alloc by Neels Hofmeyr · 6 years ago
  97. dc2514b CC: intentionally release T308 on BSSMAP Clear Request from BSC by Neels Hofmeyr · 6 years ago
  98. 79beccd msc_mgcp: do not send wildcarded DLCX messages by Philipp Maier · 6 years ago
  99. d997fa1 msc_mgcp.c: log endpoint name instead of pointer by Philipp Maier · 6 years ago
  100. f840e6f trans_free: drop bad assertion by Neels Hofmeyr · 6 years ago