1. 8925313 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  2. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  3. 7d85564 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  4. 9aa29b5 gsm48: Add method to send a separate facility message... by Holger Hans Peter Freyther · 14 years ago
  5. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  6. 3a0ec17 msc: Add includes to silence a compiler warning. by Holger Hans Peter Freyther · 14 years ago
  7. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  8. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  9. 4854939 silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  10. a76bcb0 bsc_api: Set the l3h header from within the dtap method by Holger Hans Peter Freyther · 14 years ago
  11. 320c5e1 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  12. 96aeb2b bsc_api: Kill &lchan->conn usage, stop msg->lchan too.. by Holger Hans Peter Freyther · 14 years ago
  13. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  14. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  15. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  16. 92f1b2d bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  17. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  18. 1817b0b gsm48: Release the "operation" after sending out data... by Holger Hans Peter Freyther · 14 years ago
  19. 9acd1b1 bsc_api: Remove the lchan from the secure channel code... by Holger Hans Peter Freyther · 14 years ago
  20. 5a38f92 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  21. 8073cbd gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  22. a44eea5 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  23. 3d31527 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  24. cbecea5 bsc_api: Remove the lchan argument from the mm_tx_identity_req method. by Holger Hans Peter Freyther · 14 years ago
  25. b57d556 bsc_api: Remove lchan from LU Reject... by Holger Hans Peter Freyther · 14 years ago
  26. fa2bafd bsc_api: Kill the lchan argument from the LU Accept Method. by Holger Hans Peter Freyther · 14 years ago
  27. 5bc4d1d bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  28. ed4e3bd bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  29. 20d99c6 gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure case by Sylvain Munaut · 14 years ago
  30. badc711 gsm_04_08: Establish secure channel on CM SERVICE REQUEST by Sylvain Munaut · 15 years ago
  31. cb321fb gsm_04_08: Establish secure channel on LOCATION UPDATE by Sylvain Munaut · 15 years ago
  32. 360fc58 gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  33. 28c4716 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  34. a7d3e8e bsc_api: Move some parts over to the BSC API. by Holger Hans Peter Freyther · 14 years ago
  35. ca6dfc0 GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribers by Harald Welte · 14 years ago
  36. a943b2a gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  37. 0570832 gsm48: Typo fix. by Holger Hans Peter Freyther · 14 years ago
  38. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  39. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  40. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  41. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  42. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  43. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  44. 705f294 remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  45. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  46. b1a4f28 gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  47. 0789c59 gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  48. f6a38ec introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  49. 38a9e5d print LAC and BTS number when showing location update reject by Harald Welte (local) · 15 years ago
  50. 5b722d4 generate INFO events for CC SETUP and LOC UPD REJ by Harald Welte (local) · 15 years ago
  51. 0747c6a add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  52. 60e5f4f don't print directly to stderr, use LOGP() by Harald Welte · 15 years ago
  53. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  54. 9a8e84e [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  55. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  56. 92d8891 [handover] Real handover algorithm by Harald Welte · 15 years ago
  57. 9947d9f rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  58. 5051774 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  59. 8096a51 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  60. 43250dd add FIXME to IMSI DETACH INDICATION: we need to release all transactions by Harald Welte · 15 years ago
  61. 3971ad5 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  62. 2354dc8 measurement report parsing: NO-NCELL-M of 7 tells us no neighbors by Harald Welte · 15 years ago
  63. bffa499 ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  64. 7b9852c Fix subscr ref leak for multi CM SERV REQ by Sylvain Munaut · 15 years ago
  65. 573e1fe measurement report: correctly parse BSIC of first neighbor cell by Harald Welte · 15 years ago
  66. da58d3e 04.08: fix off-by-one error while parsing measurement results by Harald Welte · 15 years ago
  67. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  68. 3c626b2 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  69. c6b3c8c fix compiler warnings in gsm_04_08.c by Harald Welte · 15 years ago
  70. a310f3e Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  71. edf48af introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  72. 3d1f9b6 Gracefully reject non-speech calls by Harald Welte · 15 years ago
  73. 9ed54ff [04.08] use lchan_auto_release to quickly close channel by Harald Welte · 15 years ago
  74. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  75. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  76. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  77. 323f4e0 print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILED by Harald Welte · 15 years ago
  78. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  79. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  80. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  81. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  82. e2a3c9f [mncc] Fix possible transaction/subscriber and real life subscriber leak by Holger Hans Peter Freyther · 15 years ago
  83. 9e6d6ce [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  84. cf0f336 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  85. 0311504 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  86. f10170e [gsm48] Make method name consistent... by Holger Hans Peter Freyther · 15 years ago
  87. d70da87 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  88. 80e5ccc Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  89. 3d76e88 [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  90. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  91. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  92. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  93. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  94. c66516f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  95. a948c11 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  96. 6de6dc1 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  97. 2f8a685 non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  98. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  99. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  100. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago