1. c05677b fix two segfaults by Harald Welte · 15 years ago
  2. 9b11e87 zero-initialize some more memory that we allocate by Harald Welte · 15 years ago
  3. 316c825 fix MNCC memory leak by Harald Welte · 15 years ago
  4. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  5. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  6. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  7. c079be4 mncc: Add IMSI to gsm_mncc by Andreas Eversberg · 15 years ago
  8. 7563ac9 Use correct cause value and cause location by Andreas Eversberg · 15 years ago
  9. 71aab45 Fix lchan refcounting in case of IMSI DETACH by Andreas Eversberg · 15 years ago
  10. 92f70c5 04.08: Make mncc-harald branch work by Harald Welte · 15 years ago
  11. c66b71c use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  12. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  13. ec44e1f Merge commit 'origin/master' by Harald Welte · 15 years ago
  14. 04866d4 Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  15. 5c85ef9 Remove use_lchan and put_lchan from location updating request paths by Holger Hans Peter Freyther · 15 years ago
  16. 2c45123 Move the "finding" of the right BTS into paging.c by Holger Hans Peter Freyther · 15 years ago
  17. cd1f751 Search for BTS's in the Location Area of the subscriber we call by Holger Hans Peter Freyther · 15 years ago
  18. 0c38930 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  19. be14310 use gsm_bts_by_lac() function to start paging of all bts with same lac by Harald Welte · 15 years ago
  20. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_04_08.c]
  21. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  22. d51524f gsm_04_08.c: Kill duplication pointed out by Andreas Eversberg by Holger Freyther · 15 years ago
  23. 7a12faa gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg) by Holger Freyther · 15 years ago
  24. eaf0469 gsm_04_08.c: Some spoofing protection against two location updating requests by Holger Freyther · 15 years ago
  25. 7c19f74 lchan: Handle the abnormal case of channel getting closed by Holger Freyther · 15 years ago
  26. d2a7f5a print reject cause of MM STATUS message by Harald Welte · 15 years ago
  27. eb44398 [debug] Move subscr_get_by_tmsi below the debug statement (Andreas Eversberg) by Holger Freyther · 15 years ago
  28. 79f4ae6 [debug] Change DEBUGPC statements to contain \n (Andreas Eversberg) by Holger Freyther · 15 years ago
  29. c21cfbc [subcriber] Fix the subscriber use counting in gsm_04_08.c (Andreas Eversberg) by Holger Freyther · 15 years ago
  30. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  31. a4d49e9 Some messages have one or two length-value information elements. The is by Harald Welte · 15 years ago
  32. e7b452a add FIXME comment about the fact that we're paging in the wrong BTS by Harald Welte · 15 years ago
  33. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  34. c9e0218 Fix "CM Service Request" parsing for Phase 1 devices. This means MO calls from phase1 should work now. by Harald Welte · 15 years ago
  35. cf5b359 add verbose reporting of RR STATUS cause by Harald Welte · 15 years ago
  36. a1f92f0 [subscriber] Introduce subscr_put_channel by Holger Freyther · 15 years ago
  37. 4a49e77 [subscriber] Update the current_bts field on imsi detach and LOC accept by Holger Freyther · 15 years ago
  38. 3190a89 [calls] Remove a tautology from gsm48_cc_rx_disconnect by Holger Freyther · 15 years ago
  39. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  40. 015b9ad actually request the IMEI not IMEISV, since Phase 1 doesn't have IMEISV by Harald Welte · 15 years ago
  41. 4a543e8 * more RSL and 04.08 constant defines by Harald Welte · 15 years ago
  42. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  43. 6154898 fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length) by Harald Welte · 15 years ago
  44. 2a13937 add parsing of IMSI DETACH by Harald Welte · 15 years ago
  45. fe18d8f PAGING RESPONSE could contain non-TMSI mobile identity such as IMSI by Harald Welte · 15 years ago
  46. 5a065df don't allow calls of a subscriber to himself by Harald Welte · 15 years ago
  47. 11fa29c implement dynamic TRAU frame mapping by Harald Welte · 15 years ago
  48. 2c38aa8 * make sure we use the correct GSM48 encoding type by Harald Welte · 15 years ago
  49. bfaf097 in case pagign of the 'B-end' during call setup fails, transmit message to by Harald Welte · 15 years ago
  50. 49f48b8 various CC updates: by Harald Welte · 15 years ago
  51. 4b45815 CC: send correct messages (too much copy+paste) and better debug printout by Harald Welte · 15 years ago
  52. 7ccf778 slightly more complete GSM 04.08 CC, we can now by Harald Welte · 15 years ago
  53. 09e38af * introduce a callback function when paging completes (I know this is somewhat of an overlap by Harald Welte · 15 years ago
  54. 595ad7b modify the signal handler/dispatch code (sorry zecke, no offense, I just had some different ideas) by Harald Welte · 15 years ago
  55. 2fa4cb5 [paging] Assign the subscriber to the channel first... by Holger Freyther · 15 years ago
  56. e4b3fa3 [signal] Move the area into the struct signal_data... by Holger Freyther · 15 years ago
  57. 053e09d [signal] dispatch the paging response... by Holger Freyther · 15 years ago
  58. 7584aea * add more GSM 04.08 IEIs by Harald Welte · 15 years ago
  59. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  60. 0b4c34e fix compiler warning about undeclared function by adding include file by Harald Welte · 15 years ago
  61. e64a7a3 [rr] Send a Channel Release before deactivating the channel by Holger Freyther · 15 years ago
  62. 47150fb stop paging a particular subscriber after we have received a PAGING RESPONSE by Harald Welte · 15 years ago
  63. 2d35ae6 implement parsing of PAGING RESPONSE by Harald Welte · 15 years ago
  64. bf5e8df cosmetic fixes / more comments by Harald Welte · 15 years ago
  65. 9bb7c70 If there is already a subscriber and it does not equal to us -> moan by Harald Welte · 15 years ago
  66. 4ed0e92 Make mi_to_string parse the TMSI we generate, finish CM Service Request implementation by Harald Welte · 15 years ago
  67. ba4cf16 Start working on CM Service Request by Harald Welte · 15 years ago
  68. 498b0bb Use use_lchan/put_lchan for call handling to keep the channel up by Harald Welte · 15 years ago
  69. 69b2af2 Handle TMSI reallocation complete by printing the subscriber by Harald Welte · 15 years ago
  70. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  71. 3e2c323 Make gsm48_sendmsg public as well by Holger Freyther · 15 years ago
  72. 819dd20 Make gsm48_msgb_alloc public and usable for the telnet_interface by Holger Freyther · 15 years ago
  73. 67b4b9a Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 16 years ago
  74. 3eaa792 Speculative fix for not sending LOCATION UPDATING REJECT by Holger Freyther · 16 years ago
  75. e872cb1 get rid of some more gcc warnings by Harald Welte · 16 years ago
  76. 179f064 * fix check for null-pointer in release_loc_updating_req() by Harald Welte · 16 years ago
  77. 73487a2 Introduce logical updating request operation on the gsm_lchan by Holger Freyther · 16 years ago
  78. e97f7fb Add an option to set the global reject cause by Holger Freyther · 16 years ago
  79. 1bc7de5 Fix the compile the timer got renamed by Holger Freyther · 16 years ago
  80. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 16 years ago
  81. ea88902 Fix indenting... use tabs here by Holger Freyther · 16 years ago
  82. db253af * fix IMSI parsing of last two digits by Harald Welte · 16 years ago
  83. 89824fc Add an option to allow everyone to the network. by Holger Freyther · 16 years ago
  84. eab5541 Fix regression and send the accept message again by Holger Freyther · 16 years ago
  85. 429e776 Fix documentation so one is finding it in GSM04.08 by Holger Freyther · 16 years ago
  86. b7193e4 Introduce new callbacks, remember that we have LOC UPD REQ, reject things only once by Holger Freyther · 16 years ago
  87. fad5d0d Regenerate a valid TPDU and send it at first registration by Daniel Willmann · 16 years ago
  88. 2eafef5 Up on call released release the channel and take the next item by Holger Freyther · 16 years ago
  89. 07cc8d8 Improve page command handling in the bsc_hack by Holger Freyther · 16 years ago
  90. ba4d28a [gsm_04_08] Do not automatically initiate a call by Holger Freyther · 16 years ago
  91. 6fe997e Implement sending SMS and send one on network registration by Daniel Willmann · 16 years ago
  92. e14a57c Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  93. 65e74cc disable paging, send SETUP after LOCATION UPDATE ACCEPT by Harald Welte · 16 years ago
  94. 6f4b753 turn gsm_cc_tx_simple into gsm_tx_simple by Harald Welte · 16 years ago
  95. 1774661 [gsm0408] Make the generate_lai usable by other code by Holger Freyther · 16 years ago
  96. 255539c working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  97. 8b3390e Start implementing GSM 04.11 (short message service) by Daniel Willmann · 16 years ago
  98. 1a41218 fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPT by Harald Welte · 16 years ago
  99. bcae43f SMS stub by Harald Welte · 16 years ago
  100. 75a983f * add database handling * fix IMSI handling by Harald Welte · 16 years ago