1. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  2. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  3. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  4. c76fb5d [RBS2000] Enable TRAU frame handling/muxing similar to BS11 by Harald Welte · 13 years ago
  5. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_04_08.c]
  6. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed (99%) from openbsc/src/gsm_04_08.c]
  7. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  8. b549ddf mncc: Fix crash when memory allocation is failing by Holger Hans Peter Freyther · 13 years ago
  9. 49b3ed2 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  10. 182c81f subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  11. c29043e msc: Attempt to fix a bug with 'stuck' SMS due RF failure on auth by Holger Hans Peter Freyther · 14 years ago
  12. 8e3eb58 mncc: Do not print the BTS at all as it might not be present by Holger Hans Peter Freyther · 14 years ago
  13. b56a6bb mncc: bts can be NULL, attempt to find the bts from the transaction by Holger Hans Peter Freyther · 14 years ago
  14. 50c5ff7 mncc: Do not use bts->nr as it might be NULL. by Holger Hans Peter Freyther · 14 years ago
  15. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  16. b854b29 MNCC: avoid segfault in DEBUGP due to non-existing conn->lchan by Harald Welte · 14 years ago
  17. 91c59c8 MNCC: fix copy+paste mistake in log message and change it to DEBUG by Harald Welte · 14 years ago
  18. eb76c7a mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  19. 04dc88f GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitives by Harald Welte · 14 years ago
  20. 371efe5 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  21. 7655637 MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  22. 54209c2 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  23. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  24. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  25. 59f787a auth: Release the security operation after we sent out a message by Holger Hans Peter Freyther · 14 years ago
  26. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  27. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  28. 86dda08 Authentication: use ENUM instead of magic numbers by Harald Welte · 14 years ago
  29. d4e6872 gsm48: Release the LU procedure only after the TMSI REALL_COMPL by Holger Hans Peter Freyther · 14 years ago
  30. 434bb3f MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  31. f93e8fa gsm48: Use NULL instead of 0 for pointers in C. by Holger Hans Peter Freyther · 14 years ago
  32. c7782de gsm48_tx_release_compl(): Don't use transaction after trans_free() by Harald Welte · 14 years ago
  33. 0fbfd1b gsm_04_08: Make gsm48_secure_channel available globally by Sylvain Munaut · 14 years ago
  34. 567c8dc gsm_04_08: Use subscr_get_channel instead of directly paging_request by Sylvain Munaut · 14 years ago
  35. 67706df gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_mode by Sylvain Munaut · 14 years ago
  36. 8d380dc bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  37. 6c199e7 bsc_api: Look into the msg and call the right API functions by Holger Hans Peter Freyther · 14 years ago
  38. 05c6884 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  39. 12eb9b7 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  40. 841c200 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  41. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  42. aaa40b8 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  43. e0009f1 gsm48: Add method to send a separate facility message... by Holger Hans Peter Freyther · 14 years ago
  44. 02d39b2 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  45. 88519ea msc: Add includes to silence a compiler warning. by Holger Hans Peter Freyther · 14 years ago
  46. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  47. db4ef0d bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  48. 758f4df silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  49. f6d0e06 bsc_api: Set the l3h header from within the dtap method by Holger Hans Peter Freyther · 14 years ago
  50. d42c3f2 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  51. 3f122be bsc_api: Kill &lchan->conn usage, stop msg->lchan too.. by Holger Hans Peter Freyther · 14 years ago
  52. 9764331 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  53. 86481c2 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  54. 57c4dec bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  55. 9ce1b27 bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  56. b2be195 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  57. 0128843 gsm48: Release the "operation" after sending out data... by Holger Hans Peter Freyther · 14 years ago
  58. 228c105 bsc_api: Remove the lchan from the secure channel code... by Holger Hans Peter Freyther · 14 years ago
  59. e9ed340 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  60. 230a4d8 gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  61. 2c0f166 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  62. 9140174 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  63. d521d97 bsc_api: Remove the lchan argument from the mm_tx_identity_req method. by Holger Hans Peter Freyther · 14 years ago
  64. 7bc5ba3 bsc_api: Remove lchan from LU Reject... by Holger Hans Peter Freyther · 14 years ago
  65. dc5db24 bsc_api: Kill the lchan argument from the LU Accept Method. by Holger Hans Peter Freyther · 14 years ago
  66. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  67. f6fb3ef bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  68. c593cf1 gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure case by Sylvain Munaut · 14 years ago
  69. ba87f45 gsm_04_08: Establish secure channel on CM SERVICE REQUEST by Sylvain Munaut · 15 years ago
  70. 267fba0 gsm_04_08: Establish secure channel on LOCATION UPDATE by Sylvain Munaut · 15 years ago
  71. 2030a2a gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  72. 30a1538 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  73. 2a9285c bsc_api: Move some parts over to the BSC API. by Holger Hans Peter Freyther · 14 years ago
  74. f5f512c GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribers by Harald Welte · 14 years ago
  75. f6903de gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  76. 5d65806 gsm48: Typo fix. by Holger Hans Peter Freyther · 14 years ago
  77. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  78. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  79. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  80. e95daf19 convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  81. 55c8f35 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  82. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  83. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  84. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  85. 8608e7c gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  86. bd55a6d gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  87. 5100877 introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  88. 198d5ad print LAC and BTS number when showing location update reject by Harald Welte (local) · 15 years ago
  89. 47df399 generate INFO events for CC SETUP and LOC UPD REJ by Harald Welte (local) · 15 years ago
  90. 2e6d468 add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  91. 5d24ba1 don't print directly to stderr, use LOGP() by Harald Welte · 15 years ago
  92. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  93. 92ffd92 [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  94. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  95. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  96. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  97. 17f5bf6 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  98. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  99. 31981a0 add FIXME to IMSI DETACH INDICATION: we need to release all transactions by Harald Welte · 15 years ago
  100. da7ab74 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago