1. e36b4c7 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  2. c25021f expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  3. ee99535 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  4. ac009e5 mncc: Remove what we believe to be a tautology from the MNCC code by Holger Hans Peter Freyther · 11 years ago
  5. 7291899 CC: gsm48_cc_tx_release() must not remove callref by Andreas Eversberg · 11 years ago
  6. 59e79ee CC: mncc_release_ind() must send MNCC_REL_CNF in state N19 by Andreas Eversberg · 11 years ago
  7. fe03695 misc: Do not use else when using return in the previous branch by Holger Hans Peter Freyther · 12 years ago
  8. f108741 libmsc: Refuse service to anyone not attached by Sylvain Munaut · 12 years ago
  9. 2be30fe gsm_04_08: Display debug message correctly on DETACH INDICATION by Daniel Willmann · 12 years ago
  10. c3649d2 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  11. 0b28dbc libmsc: Avoid a crash on lchan release during call control by Holger Hans Peter Freyther · 12 years ago
  12. 4989186 nitb: Do not crash on IMSI Detach messages from a phone by Holger Hans Peter Freyther · 12 years ago
  13. 1a9f3ee misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  14. d4f2166 MSC 04.08: RRLP messages are DRR, not DNM ! by Harald Welte · 12 years ago
  15. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  16. e9db44d msc: Attempt to release the lchan immediately on IMSI Detach by Holger Hans Peter Freyther · 12 years ago
  17. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  18. eaf4a52 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  19. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  20. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  21. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  22. 0d91c46 gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  23. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  24. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  25. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  26. c0cf002 Fix MNCC for the NOKIA BTS type by Harald Welte · 13 years ago
  27. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  28. 8099a71 04.08 / MNCC: elevate error messages to LOGL_ERROR by Harald Welte · 13 years ago
  29. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  30. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  31. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  32. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  33. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  34. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  35. f39e3b5 [RBS2000] Enable TRAU frame handling/muxing similar to BS11 by Harald Welte · 13 years ago
  36. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_04_08.c]
  37. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed (99%) from openbsc/src/gsm_04_08.c]
  38. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  39. 3f6430d mncc: Fix crash when memory allocation is failing by Holger Hans Peter Freyther · 13 years ago
  40. 02539b1 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  41. fb68bf3 subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  42. d91346a msc: Attempt to fix a bug with 'stuck' SMS due RF failure on auth by Holger Hans Peter Freyther · 14 years ago
  43. 346074d mncc: Do not print the BTS at all as it might not be present by Holger Hans Peter Freyther · 14 years ago
  44. 50366f2 mncc: bts can be NULL, attempt to find the bts from the transaction by Holger Hans Peter Freyther · 14 years ago
  45. 5bc642d mncc: Do not use bts->nr as it might be NULL. by Holger Hans Peter Freyther · 14 years ago
  46. 02fca86 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 14 years ago
  47. c51b192 MNCC: avoid segfault in DEBUGP due to non-existing conn->lchan by Harald Welte · 14 years ago
  48. 45d6e4d MNCC: fix copy+paste mistake in log message and change it to DEBUG by Harald Welte · 14 years ago
  49. bd0f33c mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  50. 17b5652 GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitives by Harald Welte · 14 years ago
  51. e8d1617 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  52. f4e4b8a MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  53. be0cb68 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  54. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  55. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  56. 8f35157 auth: Release the security operation after we sent out a message by Holger Hans Peter Freyther · 14 years ago
  57. ab2a933 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  58. c56006b BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  59. 857e15d Authentication: use ENUM instead of magic numbers by Harald Welte · 14 years ago
  60. f08a1d7 gsm48: Release the LU procedure only after the TMSI REALL_COMPL by Holger Hans Peter Freyther · 14 years ago
  61. 26e5886 MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  62. bed0709 gsm48: Use NULL instead of 0 for pointers in C. by Holger Hans Peter Freyther · 14 years ago
  63. 4a6d4ab gsm48_tx_release_compl(): Don't use transaction after trans_free() by Harald Welte · 14 years ago
  64. c0bdbb4 gsm_04_08: Make gsm48_secure_channel available globally by Sylvain Munaut · 14 years ago
  65. 892f695 gsm_04_08: Use subscr_get_channel instead of directly paging_request by Sylvain Munaut · 14 years ago
  66. 469c28f gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_mode by Sylvain Munaut · 14 years ago
  67. 6bfcad8 bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  68. 801ecb6 bsc_api: Look into the msg and call the right API functions by Holger Hans Peter Freyther · 14 years ago
  69. 0aa55a3 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  70. a5386d1 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  71. 8925313 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  72. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  73. 7d85564 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  74. 9aa29b5 gsm48: Add method to send a separate facility message... by Holger Hans Peter Freyther · 14 years ago
  75. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  76. 3a0ec17 msc: Add includes to silence a compiler warning. by Holger Hans Peter Freyther · 14 years ago
  77. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  78. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  79. 4854939 silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  80. a76bcb0 bsc_api: Set the l3h header from within the dtap method by Holger Hans Peter Freyther · 14 years ago
  81. 320c5e1 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  82. 96aeb2b bsc_api: Kill &lchan->conn usage, stop msg->lchan too.. by Holger Hans Peter Freyther · 14 years ago
  83. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  84. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  85. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  86. 92f1b2d bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  87. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  88. 1817b0b gsm48: Release the "operation" after sending out data... by Holger Hans Peter Freyther · 14 years ago
  89. 9acd1b1 bsc_api: Remove the lchan from the secure channel code... by Holger Hans Peter Freyther · 14 years ago
  90. 5a38f92 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  91. 8073cbd gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  92. a44eea5 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  93. 3d31527 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  94. cbecea5 bsc_api: Remove the lchan argument from the mm_tx_identity_req method. by Holger Hans Peter Freyther · 14 years ago
  95. b57d556 bsc_api: Remove lchan from LU Reject... by Holger Hans Peter Freyther · 14 years ago
  96. fa2bafd bsc_api: Kill the lchan argument from the LU Accept Method. by Holger Hans Peter Freyther · 14 years ago
  97. 5bc4d1d bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  98. ed4e3bd bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  99. 20d99c6 gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure case by Sylvain Munaut · 14 years ago
  100. badc711 gsm_04_08: Establish secure channel on CM SERVICE REQUEST by Sylvain Munaut · 15 years ago