1. db4ef0d bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  2. 758f4df silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  3. f6d0e06 bsc_api: Set the l3h header from within the dtap method by Holger Hans Peter Freyther · 14 years ago
  4. d42c3f2 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  5. 3f122be bsc_api: Kill &lchan->conn usage, stop msg->lchan too.. by Holger Hans Peter Freyther · 14 years ago
  6. 9764331 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  7. 86481c2 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  8. 57c4dec bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  9. 9ce1b27 bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  10. b2be195 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  11. 0128843 gsm48: Release the "operation" after sending out data... by Holger Hans Peter Freyther · 14 years ago
  12. 228c105 bsc_api: Remove the lchan from the secure channel code... by Holger Hans Peter Freyther · 14 years ago
  13. e9ed340 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  14. 230a4d8 gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  15. 2c0f166 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  16. 9140174 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  17. d521d97 bsc_api: Remove the lchan argument from the mm_tx_identity_req method. by Holger Hans Peter Freyther · 14 years ago
  18. 7bc5ba3 bsc_api: Remove lchan from LU Reject... by Holger Hans Peter Freyther · 14 years ago
  19. dc5db24 bsc_api: Kill the lchan argument from the LU Accept Method. by Holger Hans Peter Freyther · 14 years ago
  20. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  21. f6fb3ef bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  22. c593cf1 gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure case by Sylvain Munaut · 14 years ago
  23. ba87f45 gsm_04_08: Establish secure channel on CM SERVICE REQUEST by Sylvain Munaut · 15 years ago
  24. 267fba0 gsm_04_08: Establish secure channel on LOCATION UPDATE by Sylvain Munaut · 15 years ago
  25. 2030a2a gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  26. 30a1538 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  27. 2a9285c bsc_api: Move some parts over to the BSC API. by Holger Hans Peter Freyther · 14 years ago
  28. f5f512c GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribers by Harald Welte · 14 years ago
  29. f6903de gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  30. 5d65806 gsm48: Typo fix. by Holger Hans Peter Freyther · 14 years ago
  31. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  32. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  33. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  34. e95daf19 convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  35. 55c8f35 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  36. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  37. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  38. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  39. 8608e7c gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  40. bd55a6d gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  41. 5100877 introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  42. 198d5ad print LAC and BTS number when showing location update reject by Harald Welte (local) · 15 years ago
  43. 47df399 generate INFO events for CC SETUP and LOC UPD REJ by Harald Welte (local) · 15 years ago
  44. 2e6d468 add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  45. 5d24ba1 don't print directly to stderr, use LOGP() by Harald Welte · 15 years ago
  46. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  47. 92ffd92 [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  48. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  49. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  50. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  51. 17f5bf6 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  52. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  53. 31981a0 add FIXME to IMSI DETACH INDICATION: we need to release all transactions by Harald Welte · 15 years ago
  54. da7ab74 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  55. 51cec5f measurement report parsing: NO-NCELL-M of 7 tells us no neighbors by Harald Welte · 15 years ago
  56. 5e3d91b ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  57. ea3f674 Fix subscr ref leak for multi CM SERV REQ by Sylvain Munaut · 15 years ago
  58. 73ddaed measurement report: correctly parse BSIC of first neighbor cell by Harald Welte · 15 years ago
  59. a2f74b8 04.08: fix off-by-one error while parsing measurement results by Harald Welte · 15 years ago
  60. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  61. f1dae19 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  62. 1e191c5 fix compiler warnings in gsm_04_08.c by Harald Welte · 15 years ago
  63. 648b6ce Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  64. 7659de1 introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  65. 09b7e7f Gracefully reject non-speech calls by Harald Welte · 15 years ago
  66. b83d938 [04.08] use lchan_auto_release to quickly close channel by Harald Welte · 15 years ago
  67. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  68. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  69. d011e8b [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  70. ccd5a88 print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILED by Harald Welte · 15 years ago
  71. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  72. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  73. 231163d [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  74. a6bcc74 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  75. ccf53c6 [mncc] Fix possible transaction/subscriber and real life subscriber leak by Holger Hans Peter Freyther · 15 years ago
  76. f520e64 [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  77. ff3f260 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  78. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  79. ca0fcbe [gsm48] Make method name consistent... by Holger Hans Peter Freyther · 15 years ago
  80. 8b77a34 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  81. dc1e105 Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  82. ea4088a [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  83. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  84. 3ee5d3e [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  85. adc1478 [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  86. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  87. 23b710f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  88. 1dcfc00 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  89. 849f554 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  90. 59d284e non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  91. 08d91a5 A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  92. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  93. d1862d7 [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  94. 1494a76 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  95. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  96. 026531e store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  97. 6eef564 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  98. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  99. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  100. ee9afe3 when in token auth mode, accept phones that are authorized by Harald Welte (local) · 15 years ago