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