1. 72b8c38 doc: do not use random ip-address for MGW by Philipp Maier · 4 years, 3 months ago
  2. 5b19f6e libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMM by Vadim Yanitskiy · 4 years, 5 months ago
  3. fc2b019 libmsc: move subscriber expiration timer T3212 to libvlr by Vadim Yanitskiy · 4 years, 6 months ago
  4. baf71a7 libvlr: use generic osmo_tdef API for T3250, T3260, and T3270 by Vadim Yanitskiy · 4 years, 5 months ago
  5. ffc7f39 VTY: add osmo_tdef introspection and configuration commands by Vadim Yanitskiy · 4 years, 6 months ago
  6. 6dbdf14 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 7 months ago
  7. 63b2464 gsup: indicate CN-Domain in SendAuthInfo Requests by Neels Hofmeyr · 4 years, 7 months ago
  8. 11bf0bc msc_vlr_test_call: rename lu_utran_tmsi by Neels Hofmeyr · 4 years, 9 months ago
  9. 35fb679 msc_vlr_tests: log descriptions in color with -v by Neels Hofmeyr · 4 years, 9 months ago
  10. 07351d8 msc_vlr_test_call.c: add MNCC logging by Neels Hofmeyr · 4 years, 9 months ago
  11. e0f906c msc_vlr_tests: better err logging for dtap msgs by Neels Hofmeyr · 4 years, 9 months ago
  12. b455205 MNCC v6: add optional SDP to the socket protocol by Neels Hofmeyr · 4 years, 9 months ago
  13. eef4578 add sdp_msg API: SDP parsing/composition by Neels Hofmeyr · 4 years, 9 months ago
  14. 3f07dac Fix some typos by Martin Hauke · 4 years, 8 months ago
  15. 3f391dd fix msc_vlr_test_call.c by Neels Hofmeyr · 4 years, 10 months ago
  16. c67b483 also log MNCC_SETUP_REQ by Neels Hofmeyr · 4 years, 9 months ago
  17. a7ec369 tests: only check IU configs if IU is enabled by Oliver Smith · 4 years, 8 months ago
  18. c192c0b log which DTAP messages are sent to RAN by Neels Hofmeyr · 4 years, 9 months ago
  19. f636e6c LOG_TRANS for CC: always log CC state by Neels Hofmeyr · 4 years, 9 months ago
  20. 0165325 msc_a fsm: ignore state chg to same state by Neels Hofmeyr · 4 years, 10 months ago
  21. 991bb42 Implement a global switch on the network to disable call waiting. by Keith Whyte · 5 years ago
  22. be5f033 msc_vlr_tests: GSUP: don't care about extra IEs by Neels Hofmeyr · 6 years ago
  23. 38816da log, cosmetic: add "RR" to "Ciphering Mode Complete" by Neels Hofmeyr · 4 years, 10 months ago
  24. 364f927 vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD by Neels Hofmeyr · 4 years, 10 months ago
  25. 4dfb2ba add 'encryption uea 1 2' cfg / fix ttcn3 iu tests by Neels Hofmeyr · 4 years, 11 months ago
  26. 14c34d8 add msc_vlr tests for UMTS without ciphering by Neels Hofmeyr · 5 years ago
  27. a4d7a76 do not force encryption on UTRAN by Neels Hofmeyr · 5 years ago
  28. ff17f8f Set coding in mncc_set_cause() by Keith Whyte · 5 years ago
  29. c0a5e71 vlr_lu_fsm.c: don't send LU reject twice by Oliver Smith · 5 years ago
  30. efa7b97 replace osmo_counter with stat_items by Alexander Couzens · 5 years ago
  31. d14422a Fix: add missing semicolons to OSMO_ASSERT statements by Vadim Yanitskiy · 5 years ago
  32. 188dd5f tests/msc_vlr: fix: do not pass RAT type to expect_bssap_clear() by Vadim Yanitskiy · 5 years ago
  33. e0da446 libmsc/gsm_09_11.c: fix broken reference counting for vsub by Vadim Yanitskiy · 5 years ago
  34. 10c3ce5 libmsc/gsm_09_11.c: do not abuse LOG_TRANS() and early trans allocation by Vadim Yanitskiy · 5 years ago
  35. 04bbfb8 libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans() by Vadim Yanitskiy · 5 years ago
  36. 570b4c8 libmsc/db.c: get rid of hard-coded SMS expiry threshold by Vadim Yanitskiy · 5 years ago
  37. 4474f35 db_sms_test: Remove libdbi expected driver load errors by Pau Espin Pedrol · 5 years ago
  38. 17aa464 db_sms_test: Do not print exact memcmp result by Pau Espin Pedrol · 5 years ago
  39. 9d61db7 libmsc/db.c: fix storing SMS with empty TP-User-Data by Vadim Yanitskiy · 5 years ago
  40. e1e7247 Introduce initial unit test for db_sms_* API by Vadim Yanitskiy · 5 years ago
  41. 98f0675 tests: share stubs.h from msc_vlr_test as stubs.c by Vadim Yanitskiy · 5 years ago
  42. 8b0737f Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm by Vadim Yanitskiy · 5 years ago
  43. 4faff9e vty: Add option to enable osmux towards BSCs by Pau Espin Pedrol · 5 years ago
  44. cbf2c93 vlr: optionally send IMEI early to HLR by Oliver Smith · 5 years ago
  45. b8077b0 vlr: when setting IMEISV, also set IMEI by Oliver Smith · 5 years ago
  46. d103705 vlr: fix IMEI length by Oliver Smith · 5 years ago
  47. 03ded91 vty: make retrieve-imeisv-early configurable by Oliver Smith · 5 years ago
  48. 678354f sms_queue_test: assert return value of osmo_use_count_get_put() by Vadim Yanitskiy · 5 years ago
  49. dcd7099 tests/.../Makefile.am avoid redundant linkage with librt by Vadim Yanitskiy · 5 years ago
  50. 979b057 add DSS logging category by Neels Hofmeyr · 5 years ago
  51. c11342e libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMs by Vadim Yanitskiy · 5 years ago
  52. 7f85ace LOG_TRANS: store subsys in trans, unify USSD logging back to DMM by Neels Hofmeyr · 5 years ago
  53. 880b950 vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config by Neels Hofmeyr · 5 years ago
  54. 5255874 fix regression: fix internal MNCC operation by Neels Hofmeyr · 5 years ago
  55. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  56. ff7074a add LOG_TRANS, proper context for all transactions by Neels Hofmeyr · 5 years ago
  57. 7c5346c vlr_subscr: use osmo_use_count by Neels Hofmeyr · 5 years ago
  58. e4f7e71 enable osmo_fsm_term_safely(), apply logging changes by Neels Hofmeyr · 5 years ago
  59. 6c766c6 tests/sms_queue: track the use of NULL talloc memory contexts by Vadim Yanitskiy · 5 years ago
  60. 96262a7 libmsc/sms_queue.c: fix memleak in smsq_take_next_sms() by Vadim Yanitskiy · 5 years ago
  61. 4d75877 libmsc/sgs_vty.c: always write server address and VLR name by Vadim Yanitskiy · 5 years ago
  62. 64623e1 libmsc/gsm_09_11.c: implement guard timer for NCSS sessions by Vadim Yanitskiy · 6 years ago
  63. 390d140 a_iface: Fix hexdumping of N-DATA.req by Harald Welte · 5 years ago
  64. 977b548 a_iface: Centralize/wrap BSSAP / N-DATA transmission by Harald Welte · 5 years ago
  65. 34d306b VLR tests: use msgb_eq_data_print() for comparison by Max · 5 years ago
  66. 0df904d Add SGs Interface by Harald Welte · 6 years ago
  67. 4813152 Enable SMS-related log in VLR tests by Max · 5 years ago
  68. 7d05309 VLR: send CHECK-IMEI to EIR/HLR by Oliver Smith · 6 years ago
  69. 39cb0dd msc_vlr_tests: tweak logging in verbose mode by Neels Hofmeyr · 6 years ago
  70. b62289a mm_rx_id_resp(): use osmo_mi_name() by Neels Hofmeyr · 5 years ago
  71. 361e571 refactor log ctx for vlr_subscr and ran_conn by Neels Hofmeyr · 5 years ago
  72. 7ce21dc rx CM Service Req: reject double use sooner by Neels Hofmeyr · 5 years ago
  73. 46c06e2 add LOG_RAN_CONN() to use the conn->fi->id for context by Neels Hofmeyr · 5 years ago
  74. 55d22d9 use osmo_lu_type_name() from libosmocore by Neels Hofmeyr · 5 years ago
  75. 0fec28a msc_vty.c: make check-imei-rqd configurable by Oliver Smith · 6 years ago
  76. 7814a83 use osmo_rat_type from libosmocore by Neels Hofmeyr · 6 years ago
  77. 3a3ed9b vty cfg: move 'ipa-name' from 'msc' to 'hlr' section by Neels Hofmeyr · 6 years ago
  78. b16259f remove code dup: add msc_mgcp_try_call_assignment() by Neels Hofmeyr · 6 years ago
  79. f40e46f libmsc/VTY: introduce kill-switch for routing SMS over GSUP by Vadim Yanitskiy · 6 years ago
  80. b12b6cb fix test_nodes.vty after libosmo-mgcp-client vty changes by Neels Hofmeyr · 6 years ago
  81. 7d41d87 Remove redundancy in LAC processing by Max · 6 years ago
  82. 33b6d0c VLR tests: avoid leaking LAC access details by Max · 6 years ago
  83. bb53a3f VLR tests: add logging macro with explicit value description by Max · 6 years ago
  84. afa030d make gsup ipa name configurable in osmo-msc.cfg by Stefan Sperling · 6 years ago
  85. aa14bac LU: do not always invoke sub_pres_vlr_fsm_start() by Neels Hofmeyr · 6 years ago
  86. 80447eb add VTY commands: mncc internal / external (== -M) by Neels Hofmeyr · 6 years ago
  87. 05c5680 vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout' by Neels Hofmeyr · 6 years ago
  88. 18333fa add test_nodes.vty transcript test by Neels Hofmeyr · 6 years ago
  89. 1231fdb make: prepare for adding transcript tests by Neels Hofmeyr · 6 years ago
  90. e3033b3 python tests: use py shebang instead of $(PYTHON) by Neels Hofmeyr · 6 years ago
  91. 7b61ffe GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH by Neels Hofmeyr · 6 years ago
  92. 8b6e536 move gsm_auth_tuple to vlr.h as vlr_auth_tuple by Neels Hofmeyr · 6 years ago
  93. 7992122 combine several small .h in msc_common.h by Neels Hofmeyr · 6 years ago
  94. 3c20a5e rename some RAN conn related stuff to ran_conn_* by Neels Hofmeyr · 6 years ago
  95. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  96. c62c6d5 drop unused tests/db/* by Neels Hofmeyr · 6 years ago
  97. 24e025e libmsc/gsm_04_11.c: refactor MT SMS message handling by Vadim Yanitskiy · 6 years ago
  98. 54729d6 osmo_msc: remove unused parameter from msc_dtap() by Philipp Maier · 6 years ago
  99. b7e5201 msc_vlr_tests.c: drop duplicating DMM category definition by Vadim Yanitskiy · 6 years ago
  100. ba8a007 msc_vlr_tests: tweak conn_exists() by Max · 6 years ago