1. ba0fbb3 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  2. 85b8364 Sanity fixes for gsm0408_dispatch(): rc, assertions by Neels Hofmeyr · 8 years ago
  3. b1b025d cosmetic: various comment, whitespace tweaks by Neels Hofmeyr · 8 years ago
  4. d8aad3a libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  5. 65bfd76 libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  6. 5872641 Make random MSISDN assignment optional by Max · 8 years ago
  7. 3911533 Make random extension range configurable by Max · 8 years ago
  8. 0a378ba Add regexp authorization policy for IMSI by Max · 8 years ago
  9. 83a3de7 gsm04_08_clear_request(): release loc with arg release=0 by Neels Hofmeyr · 8 years ago
  10. b764f1c subscr_name(): Handle case for subscr == NULL by Harald Welte · 9 years ago
  11. 927d1a4 Make extending subscriber creation easier by Max · 8 years ago
  12. 34ef4c5 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  13. 30aa232 Disconnect calls with incompatible channel types / modes by Max · 8 years ago
  14. 3a816e8 Add extra debug output with channel mode and type by Max · 8 years ago
  15. f013167 fix confusing typo in constant (THAN -> THEN) by Neels Hofmeyr · 8 years ago
  16. f1c283c 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  17. f94dfd5 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  18. dd5012a gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  19. 71a3c39 mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGE by Harald Welte · 9 years ago
  20. 8d88a92 mncc: Use the default codec from the built-in mncc mode by Holger Hans Peter Freyther · 9 years ago
  21. bfe773f mncc: Implement CRCX->MDCX for handover for direct rtp mode by Holger Hans Peter Freyther · 9 years ago
  22. 493d4ee mncc: Implement the direct RTP mode for ip based systems by Holger Hans Peter Freyther · 9 years ago
  23. 7e3e933 GSM/GPRS 04.08: Don't print numeric mobile identity types by Harald Welte · 9 years ago
  24. f214cd3 Add check for non existing lchan at tch_frame_down() by Andreas Eversberg · 11 years ago
  25. 1387df7 nitb: Add a mode to not use TMSI for normal operation by Holger Hans Peter Freyther · 9 years ago
  26. cfc9529 nitb: Be less strict about the reject cause by Holger Hans Peter Freyther · 9 years ago
  27. 89a4fa7 gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging succeeded by Ivan Kluchnikov · 9 years ago
  28. 61623df sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  29. d3af802 nitb: Allow the network to decide if a subscriber should be created by Holger Hans Peter Freyther · 9 years ago
  30. 66f55e6 logging: Set the context for paging requests as well. by Holger Hans Peter Freyther · 10 years ago
  31. 373cb77 convert away from deprecated gsm_7bit_{encode,decode}() functions by Harald Welte · 10 years ago
  32. 59923ae msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  33. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  34. e2d8014 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  35. e0b37e1 msc: Add net back pointer to gsm_trans by Jacob Erlbeck · 10 years ago
  36. bbbc7b3 MNCC: Add IMSI to CALL CONFIRM message by Andreas Eversberg · 11 years ago
  37. a3773f6 Add support for AMR frames to MNCC/RTP interface by Andreas Eversberg · 12 years ago
  38. 4c8fc93 bsc_api/NITB: If TCH/H channel is used, indicate it to bsc_api by Andreas Eversberg · 11 years ago
  39. ac60f20 Add check to tch_map(), if RTP sockets exist by Andreas Eversberg · 10 years ago
  40. 39ff084 mncc: Add support for half rate V1 frames to MNCC/RTP interface by Andreas Eversberg · 10 years ago
  41. c8a9245 sms/dtap: Add log messages to analyse SMS message loss by Jacob Erlbeck · 10 years ago
  42. 0206367 Add function to update TRAU muxer after assignment or handover by Andreas Eversberg · 11 years ago
  43. 65ff986 Remove obsolete check of conn and lchan pointers not beeing NULL by Andreas Eversberg · 10 years ago
  44. 976493b Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  45. e733963 nitb: Set the DST field in generated MM info messages by Jacob Erlbeck · 11 years ago
  46. 0baeca8 mncc: Add the context we get from the MNCC interface by Holger Hans Peter Freyther · 11 years ago
  47. 89e3f8a lu crash: Fix a crash that likely occurred during the LU procedure by Holger Hans Peter Freyther · 11 years ago
  48. 61e7c8c periodic/lu: Attempt to implicitly attach a subscriber instead of rejecting by Holger Hans Peter Freyther · 11 years ago
  49. 2c202cd Add EFR support to TRAU muxer + test case by Andreas Eversberg · 11 years ago
  50. 6bc0d0b bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  51. 8bdc5ee Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  52. 841d19f bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  53. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  54. 979d137 Fix typo in console output: "PEROIDOC" -> "PERIODIC". by Alexander Chemeris · 11 years ago
  55. e36b4c7 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  56. c25021f expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  57. ee99535 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  58. ac009e5 mncc: Remove what we believe to be a tautology from the MNCC code by Holger Hans Peter Freyther · 11 years ago
  59. 7291899 CC: gsm48_cc_tx_release() must not remove callref by Andreas Eversberg · 11 years ago
  60. 59e79ee CC: mncc_release_ind() must send MNCC_REL_CNF in state N19 by Andreas Eversberg · 11 years ago
  61. fe03695 misc: Do not use else when using return in the previous branch by Holger Hans Peter Freyther · 12 years ago
  62. f108741 libmsc: Refuse service to anyone not attached by Sylvain Munaut · 12 years ago
  63. 2be30fe gsm_04_08: Display debug message correctly on DETACH INDICATION by Daniel Willmann · 12 years ago
  64. c3649d2 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  65. 0b28dbc libmsc: Avoid a crash on lchan release during call control by Holger Hans Peter Freyther · 12 years ago
  66. 4989186 nitb: Do not crash on IMSI Detach messages from a phone by Holger Hans Peter Freyther · 12 years ago
  67. 1a9f3ee misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  68. d4f2166 MSC 04.08: RRLP messages are DRR, not DNM ! by Harald Welte · 12 years ago
  69. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  70. e9db44d msc: Attempt to release the lchan immediately on IMSI Detach by Holger Hans Peter Freyther · 12 years ago
  71. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  72. eaf4a52 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  73. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  74. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  75. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  76. 0d91c46 gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  77. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  78. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  79. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  80. c0cf002 Fix MNCC for the NOKIA BTS type by Harald Welte · 13 years ago
  81. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  82. 8099a71 04.08 / MNCC: elevate error messages to LOGL_ERROR by Harald Welte · 13 years ago
  83. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  84. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  85. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  86. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  87. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  88. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  89. f39e3b5 [RBS2000] Enable TRAU frame handling/muxing similar to BS11 by Harald Welte · 13 years ago
  90. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_04_08.c]
  91. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed (99%) from openbsc/src/gsm_04_08.c]
  92. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  93. 3f6430d mncc: Fix crash when memory allocation is failing by Holger Hans Peter Freyther · 13 years ago
  94. 02539b1 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  95. fb68bf3 subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  96. d91346a msc: Attempt to fix a bug with 'stuck' SMS due RF failure on auth by Holger Hans Peter Freyther · 14 years ago
  97. 346074d mncc: Do not print the BTS at all as it might not be present by Holger Hans Peter Freyther · 14 years ago
  98. 50366f2 mncc: bts can be NULL, attempt to find the bts from the transaction by Holger Hans Peter Freyther · 14 years ago
  99. 5bc642d mncc: Do not use bts->nr as it might be NULL. by Holger Hans Peter Freyther · 14 years ago
  100. 02fca86 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 14 years ago