1. 16c42b5 subscr_conn: store complete_layer3_type in conn, not FSM event arg by Neels Hofmeyr · 6 years ago
  2. 1ba0df2 cosmetic: rename subscr_conn_from to complete_layer3_type by Neels Hofmeyr · 6 years ago
  3. 4d3a66b cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi by Neels Hofmeyr · 6 years ago
  4. 79e580b dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref() by Neels Hofmeyr · 6 years ago
  5. 9d74425 dissolve libcommon: drop gsm_data.c, move code to libmsc by Neels Hofmeyr · 6 years ago
  6. 3cffc20 cosmetic: gsm_04_08.c: drop unused struct gsm_lai by Neels Hofmeyr · 6 years ago
  7. c813355 cosmetic: remove disabled (debug) code gsm_04_08.c by Philipp Maier · 6 years ago
  8. 3a74128 restore sending of optional MM info messages by Stefan Sperling · 6 years ago
  9. d97821f cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH' by Neels Hofmeyr · 6 years ago
  10. 25f69d5 gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response size by Neels Hofmeyr · 6 years ago
  11. 8e0af0b vlr auth: gracefully reject malformed auth response by Neels Hofmeyr · 6 years ago
  12. 48d4ec0 VLR: fix potential NULL dereference by Max · 6 years ago
  13. da21a52 msc_vlr_tests: improve cipher mode coverage by Neels Hofmeyr · 6 years ago
  14. 379d579 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  15. d5db170 remove bsc_api.h and all users - they're all dead code by Harald Welte · 6 years ago
  16. 4804c55 MNCC: Copy bearer_cap from MNCC to gsm_trans by Harald Welte · 6 years ago
  17. 3295887 MT Calls: Copy bearer capabilities from NNCC primitive to trans by Harald Welte · 6 years ago
  18. 69c54a8 Add VTY command to configure destination MSISDN for emergency calls by Harald Welte · 6 years ago
  19. 621ba03 mgcp: use osmo-mgw to switch rtp streams by Philipp Maier · 7 years ago
  20. 98f7467 Wrap osmo_strlcpy() calls by Max · 6 years ago
  21. c200785 Implement checks for duplicate uplink UL L3 message by Harald Welte · 6 years ago
  22. 7133072 MSC: Intersect configured A5 algorithms with MS-supported ones by Harald Welte · 7 years ago
  23. 7b222aa Permit a set of multiple different A5 ciphers by Harald Welte · 7 years ago
  24. 71c51df Shift ciphering algorithm selection from VLR to MSC by Harald Welte · 7 years ago
  25. 51c65e8 remove dead code in auth.h / auth.c by Harald Welte · 6 years ago
  26. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  27. a5e51ec remove unused paging.h and osmo_bsc_grace.h by Harald Welte · 6 years ago
  28. 49f8fcb Properly reject CM Re-Establishment Request by Harald Welte · 6 years ago
  29. 37382ec Reject any CM SERVICE we don't support by Harald Welte · 6 years ago
  30. 3995d2e Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause by Harald Welte · 6 years ago
  31. 0dd0137 Emergency Call: Set MNCC_F_EMERGENCY flag by Harald Welte · 6 years ago
  32. 79826e1 Log difference between SETUP and EMERGENCY_SETUP by Harald Welte · 6 years ago
  33. a263bb2 VLR: log subscriber update by Max · 7 years ago
  34. 753c15d Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  35. facd57a fix: properly cancel all Paging on IMSI Detach by Neels Hofmeyr · 7 years ago
  36. 5282171 fix GSM-Milenage in presence of 2G keys by Neels Hofmeyr · 7 years ago
  37. 2ef2da5 cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used by Neels Hofmeyr · 7 years ago
  38. 703638e cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode() by Neels Hofmeyr · 7 years ago
  39. 82be67d fix use after free: missing conn_get on CC paging response by Neels Hofmeyr · 7 years ago
  40. 6166f29 subscr_conn: introduce usage tokens for ref error tracking by Neels Hofmeyr · 7 years ago
  41. 2f108b0 cosmetic: add missing spaces by Philipp Maier · 7 years ago
  42. 7bbac16 cosmetic: debug log: mncc: detached subscr: show subscriber by Neels Hofmeyr · 7 years ago
  43. fef670b cosmetic: log: CC state transition: log trans id and subscr by Neels Hofmeyr · 7 years ago
  44. e4db08a cosmetic: move log message to else branch by Philipp Maier · 7 years ago
  45. 0906a39 add ';' after OSMO_ASSERT() by Neels Hofmeyr · 7 years ago
  46. 6c8afe1 use separated libosmo-mgcp-client, apply rename to mgcp_client_* by Neels Hofmeyr · 7 years ago
  47. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  48. 91f10c7 libmsc: make pitfall in gsm0408_dispatch() more obvious by Philipp Maier · 7 years ago
  49. 00e82d6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  50. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  51. eac38c3 Support for TS 04.14 conformance test commands by Harald Welte · 7 years ago
  52. 38bb344 04.08: find a portable way to obtain the timezone offset by Benoit Bolsee · 7 years ago
  53. 78ada64 04.08: log protocol discriminators and message types by name by Neels Hofmeyr · 7 years ago
  54. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  55. e2f24d5 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  56. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  57. 3355fd6 logging: auth request: use hexdump without spaces for RAND, AUTN by Neels Hofmeyr · 7 years ago
  58. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/gsm_04_08.c]
  59. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  60. f9685c1 gsm_bts: add version and variant details by Max · 7 years ago
  61. 36891a7 LU counters: count completion and failure, not messages sent by Neels Hofmeyr · 8 years ago
  62. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  63. d3270a9 subscriber conn: add indicator for originating RAN by Neels Hofmeyr · 7 years ago
  64. e0d5caa silent_call: remove unfinished fuzzer interface by Philipp Maier · 7 years ago
  65. 89a8e72 logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  66. f13b3c9 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  67. 8dc8f23 Expand chan allocation logging by Max · 7 years ago
  68. 22a735b gsm_04_08: implement parsing of UMTS Auth responses by Neels Hofmeyr · 7 years ago
  69. d675515 gsm48_tx_mm_auth_req(): support UMTS AUTN by Neels Hofmeyr · 7 years ago
  70. 35706dd gsm0408_rcv_cc: guard against NULL subscriber by Neels Hofmeyr · 8 years ago
  71. cc7db18 various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) by Neels Hofmeyr · 8 years ago
  72. 93bafb6 cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  73. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  74. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  75. d37981e gsm0408: Adding log output for 3g specific RR messages by Philipp · 8 years ago
  76. fbd96f5 fix mistypes, spaces and tabs by Alexander Couzens · 8 years ago
  77. 92f552f msc: add counters to track call attempts/active/success/failed by Alexander Couzens · 8 years ago
  78. a9f2bb5 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  79. ffaed9e Sanity fixes for gsm0408_dispatch(): rc, assertions by Neels Hofmeyr · 8 years ago
  80. 378a492 cosmetic: various comment, whitespace tweaks by Neels Hofmeyr · 8 years ago
  81. b847a21 libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  82. 20423ea libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  83. e6052c4 Make random MSISDN assignment optional by Max · 8 years ago
  84. 0fcd2e2 Make random extension range configurable by Max · 8 years ago
  85. ddee01f Add regexp authorization policy for IMSI by Max · 8 years ago
  86. aea28ce gsm04_08_clear_request(): release loc with arg release=0 by Neels Hofmeyr · 8 years ago
  87. 7184bd0 subscr_name(): Handle case for subscr == NULL by Harald Welte · 9 years ago
  88. e21cf38 Make extending subscriber creation easier by Max · 8 years ago
  89. 121e9a4 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  90. 3ffce19 Disconnect calls with incompatible channel types / modes by Max · 8 years ago
  91. 8db12e4 Add extra debug output with channel mode and type by Max · 8 years ago
  92. d2fa7a5 fix confusing typo in constant (THAN -> THEN) by Neels Hofmeyr · 8 years ago
  93. 961bd0b 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  94. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  95. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  96. 53d51f5 mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGE by Harald Welte · 9 years ago
  97. 53122b0 mncc: Use the default codec from the built-in mncc mode by Holger Hans Peter Freyther · 9 years ago
  98. c21dcb2 mncc: Implement CRCX->MDCX for handover for direct rtp mode by Holger Hans Peter Freyther · 9 years ago
  99. c8a6c13 mncc: Implement the direct RTP mode for ip based systems by Holger Hans Peter Freyther · 9 years ago
  100. b9845f9 GSM/GPRS 04.08: Don't print numeric mobile identity types by Harald Welte · 9 years ago