1. 65a8daa contrib: fix makedistcheck with disabled systemd by Oliver Smith · 6 years ago
  2. 80447eb add VTY commands: mncc internal / external (== -M) by Neels Hofmeyr · 6 years ago
  3. 05c5680 vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout' by Neels Hofmeyr · 6 years ago
  4. fb153cb msc_main: mncc: move mncc socket decision to after read_cfg by Neels Hofmeyr · 6 years ago
  5. a2ed9b5 cosmetic: msc_main.c: default args definition style by Neels Hofmeyr · 6 years ago
  6. 18333fa add test_nodes.vty transcript test by Neels Hofmeyr · 6 years ago
  7. 1231fdb make: prepare for adding transcript tests by Neels Hofmeyr · 6 years ago
  8. e3033b3 python tests: use py shebang instead of $(PYTHON) by Neels Hofmeyr · 6 years ago
  9. 425bb8e gsm_subscriber: make function msc_paging_request() static by Philipp Maier · 6 years ago
  10. 42a6c39 contrib/jenkins.sh: build and publish manuals by Oliver Smith · 6 years ago
  11. 9d4b5ca Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 6 years ago
  12. 1263bc8 move gsm_cbfn to gsm_subscriber.h, the only user by Neels Hofmeyr · 6 years ago
  13. 9587759 drop cruft from gsm_subscriber.h by Neels Hofmeyr · 6 years ago
  14. 7b61ffe GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH by Neels Hofmeyr · 6 years ago
  15. 8b6e536 move gsm_auth_tuple to vlr.h as vlr_auth_tuple by Neels Hofmeyr · 6 years ago
  16. df6d2e3 cosmetic: drop some unused opaque struct defs by Neels Hofmeyr · 6 years ago
  17. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  18. a8945ce move ran_conn declarations to new ran_conn.h by Neels Hofmeyr · 6 years ago
  19. 69d4395 move subscr_conn.c to ran_conn.c by Neels Hofmeyr · 6 years ago
  20. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 6 years ago
  21. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  22. d03e728 drop msc_compl_l3() return value by Neels Hofmeyr · 6 years ago
  23. f41658d rename gsm_encr to geran_encr, it is only applicable on GERAN by Neels Hofmeyr · 6 years ago
  24. b0779bb populate gsm_subscriber_connection->encr during Ciph by Neels Hofmeyr · 6 years ago
  25. dbaab50 adjust copyright in subscr_conn.c by Neels Hofmeyr · 6 years ago
  26. 7486a94 cosmetic: subscr_conn_fsm_auth_ciph() should be static by Neels Hofmeyr · 6 years ago
  27. c62c6d5 drop unused tests/db/* by Neels Hofmeyr · 6 years ago
  28. 81f6959 drop unused gsm0408_allow_everyone() declaration by Neels Hofmeyr · 6 years ago
  29. e777b5f drop unused SUBSCR_CONN_E_INVALID by Neels Hofmeyr · 6 years ago
  30. 29ab4a7 drop unused openbscdefines.h by Neels Hofmeyr · 6 years ago
  31. 14e32a4 libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMS by Vadim Yanitskiy · 6 years ago
  32. f9773b0 drop unused gsm_network->handover.active by Neels Hofmeyr · 6 years ago
  33. 344ee30 drop unused gsm_subscr_conn->mncc_rtp_bridge by Neels Hofmeyr · 6 years ago
  34. 24e025e libmsc/gsm_04_11.c: refactor MT SMS message handling by Vadim Yanitskiy · 6 years ago
  35. 9bd4fd6 libmsc/transaction: introduce trans_find_by_sm_rp_mr() by Ivan Kluchnikov · 9 years ago
  36. 87c7ea3 libmsc/gsm_09_11.c: drop redundant assertion of stored msgb by Vadim Yanitskiy · 6 years ago
  37. 3909376 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  38. d9fb156 Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago
  39. ab3ade7 msc: update vty reference by Neels Hofmeyr · 6 years ago
  40. 020a485 OsmoBSC/HLR/MSC: Fix default config file name by Daniel Willmann · 6 years ago
  41. 732443c add SGs / CSFB related dot + msc files by Harald Welte · 6 years ago
  42. d89f1d1 vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 6 years ago
  43. df7d7ff OsmoMSC: update VTY reference by Neels Hofmeyr · 6 years ago
  44. 593bbb5 share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR by Harald Welte · 6 years ago
  45. 7fd0e0f OsmoMSC: add rate counter documentation by Alexander Couzens · 7 years ago
  46. adfbd3b refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  47. fee9dd7 add OsmoHLR manual, OsmoHLR VTY reference by Neels Hofmeyr · 7 years ago
  48. 8c8ebb1 add OsmoMSC manual by Neels Hofmeyr · 7 years ago
  49. 8450319 Importing history from osmo-gsm-manuals by Neels Hofmeyr · 6 years ago
  50. 380b219 libmsc/transaction.c: cosmetic: fix typo by Vadim Yanitskiy · 6 years ago
  51. 535f110 libmsc/gsm_04_11.c: refactor RP-DATA header validation by Vadim Yanitskiy · 6 years ago
  52. 0c8998f libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error} by Vadim Yanitskiy · 6 years ago
  53. 54729d6 osmo_msc: remove unused parameter from msc_dtap() by Philipp Maier · 6 years ago
  54. b7e5201 msc_vlr_tests.c: drop duplicating DMM category definition by Vadim Yanitskiy · 6 years ago
  55. c350c09 msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free() by Vadim Yanitskiy · 6 years ago
  56. fb05bb4 msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref() by Vadim Yanitskiy · 6 years ago
  57. 0cd761c libmsc/db.c: cosmetic: mark missing breaks in switch as intended by Vadim Yanitskiy · 6 years ago
  58. 58099f6 Use libosmocore to function to parse cipher mode reject cause by Max · 6 years ago
  59. f1329c5 Use BSSAP-specific TLV parser from libosmocore by Max · 6 years ago
  60. 3710623 msc: vty: Fix integer printf formatting by Pau Espin Pedrol · 6 years ago
  61. 48a595e Fix build with latest libosmocore by Max · 6 years ago
  62. bea25f1 libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it. by Keith Whyte · 6 years ago
  63. ba8a007 msc_vlr_tests: tweak conn_exists() by Max · 6 years ago
  64. 6038ad4 vlr: drop unused is_ps parameter in vlr_subscr_req_lu() by Philipp Maier · 6 years ago
  65. c51609a vty: add command to show all known BSC by Max · 6 years ago
  66. 5b6ccce cosmetic: remove forgotten debug printf by Philipp Maier · 6 years ago
  67. 366390d Add counters for BSSMAP cipher mode messages by Max · 6 years ago
  68. 662e2ba Properly parse cause in cipher mode reject by Max · 6 years ago
  69. dd2aeba lu_fsm: result cb: use proper cause type (warning/coverity) by Neels Hofmeyr · 6 years ago
  70. 9ca7b31 gsm_04_08_cc: Add global guard timer for MNCC by Philipp Maier · 6 years ago
  71. f640073 gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin() by Harald Welte · 6 years ago
  72. 782ccec msc_mgcp: move mncc struct initalization to where its actually needed by Philipp Maier · 6 years ago
  73. d0756b1 GSUP client: send CN domain IE on LU request by Neels Hofmeyr · 6 years ago
  74. 722f2b4 fix a use-after-free in msc_mgcp.c:_handle_error() by Stefan Sperling · 6 years ago
  75. e2497f7 mncc: fix byte ordering of IP-Address in mncc by Philipp Maier · 6 years ago
  76. 86ed06c vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  77. 68cf957 fix Classmark Update without VLR subscriber by Neels Hofmeyr · 6 years ago
  78. 3117b70 A5/n Ciph: request Classmark Update if missing by Neels Hofmeyr · 6 years ago
  79. d28ea6c msc_vlr_tests: cosmetically tweak perm algo printing by Neels Hofmeyr · 6 years ago
  80. 986fe7e store classmark in vlr_subscr, not conn by Neels Hofmeyr · 6 years ago
  81. 5e91deb Install sample cfg file to /etc/osmocom by Pau Espin Pedrol · 6 years ago pespin/systemd
  82. f282f33 Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  83. 36115c9 cosmetic: mute "COMPLETE_LAYER_3 not permitted" by Neels Hofmeyr · 6 years ago
  84. c36e61e use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  85. 060a6c4 msc: Set talloc ctx for osmo_signal structures by Pau Espin Pedrol · 6 years ago
  86. 381370b osmo-msc: track the use of talloc NULL memory contexts by Vadim Yanitskiy · 6 years ago
  87. d8d4d8c osmo-msc: free the VTY talloc context on exit by Vadim Yanitskiy · 6 years ago
  88. b874486 osmo-msc: Improve shutdown due to signal and print talloc report on exit by Pau Espin Pedrol · 6 years ago
  89. f02d17f libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello() by Keith · 6 years ago
  90. f896c69 doc: update mgw settings in example config file by Philipp Maier · 6 years ago
  91. 8ad3dac mgcp: use codec information returned with ASSIGNMENT COMPL. by Philipp Maier · 6 years ago
  92. 6cc377d RRLP: print log when sending a position request by Vadim Yanitskiy · 6 years ago
  93. 1b89130 RRLP: migrate and share mode definitions from msc_vty.c by Vadim Yanitskiy · 6 years ago
  94. 1f9b086 RRLP: fix: actually init the RRLP signal handlers by Vadim Yanitskiy · 6 years ago
  95. d01b594 RRLP: properly name the init function by Vadim Yanitskiy · 6 years ago
  96. 1ea6baf Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  97. 0622ef5 libmsc/gsm_09_11.c: clean up the local GSM 04.80 API by Vadim Yanitskiy · 6 years ago
  98. 096be50 libmsc/rrlp.c: add missing include by Vadim Yanitskiy · 6 years ago
  99. 0d2e9be msc/rrlp.h: use #pragma once include guard by Vadim Yanitskiy · 6 years ago
  100. 29e8930 msc/signal.h: use #pragma once include guard by Vadim Yanitskiy · 6 years ago