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