1. 849f554 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  2. 59d284e non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  3. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  4. d1862d7 [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  5. 1494a76 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  6. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  7. 026531e store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  8. 6eef564 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  9. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  10. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  11. ee9afe3 when in token auth mode, accept phones that are authorized by Harald Welte (local) · 15 years ago
  12. eea9337 Encode the network name int the MM info messages in GSM 7bit alphabet. by Daniel Willmann · 15 years ago
  13. aa9dc19 remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  14. 06513f2 replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  15. 7984d5c add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  16. 370b41d look up subscriber in memory before loading from DB by Jan Luebbe · 15 years ago
  17. b0dfc31 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  18. 115d103 rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  19. 3ac7f10 add code to GSM 04.08 to send MRPCI message once we have classmark2 by Harald Welte · 15 years ago
  20. e58ca7c revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0 by Harald Welte · 15 years ago
  21. b400dd8 We're using NECI=0, but the channel reauest reasons we're seeing from MS's are wrong by Harald Welte · 15 years ago
  22. ee5ad16 ensure we send the LOCATION UPDATE ACCEPT before issuing any signal by Harald Welte · 15 years ago
  23. 1a6f798 move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  24. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  25. a1b2858 gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  26. e34e117 Merge branch 'master' into sms by Harald Welte · 15 years ago
  27. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  28. 13cac66 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  29. 2f33d01 Merge branch 'master' into sms by Harald Welte · 15 years ago
  30. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  31. 3366a94 Merge branch 'master' into sms by Harald Welte · 15 years ago
  32. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  33. b8b4073 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  34. b49248b move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  35. 78283ef move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  36. 88f0425 Merge branch 'master' into sms by Harald Welte · 15 years ago
  37. 6f5aee0 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  38. 39e2ead centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  39. 761e944 make sure subscr->net is always set by Harald Welte · 15 years ago
  40. b3c3fae remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  41. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  42. 596fed4 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  43. dcaf565 gms_transactions data model reorganization by Harald Welte · 15 years ago
  44. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  45. ae05d24 Merge branch 'master' into sms by Harald Welte · 15 years ago
  46. ae0f236 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  47. 7543eb7 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  48. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  49. f0465bd Merge branch 'master' into sms by Harald Welte · 15 years ago
  50. c2e302d Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  51. 5a691b5 fix measurement report parsing of MEAS VALID logic by Harald Welte · 15 years ago
  52. 24516ea make sure we always schedule a location updating reject by Harald Welte · 15 years ago
  53. 4a3464c remove bogus extra check for data->imsi[0] in mncc_send by Harald Welte · 15 years ago
  54. 1a5c6bd gsm48 lchan signal handling: use correct pointer by Harald Welte · 15 years ago
  55. a036854 cosmetic cleanup of LOCATION UPDATE REQ print-out by Harald Welte · 15 years ago
  56. 10d0e67 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  57. 470ec29 use taloc_zero() rather than talloc() and explisit memset() by Harald Welte · 15 years ago
  58. c05677b fix two segfaults by Harald Welte · 15 years ago
  59. 9b11e87 zero-initialize some more memory that we allocate by Harald Welte · 15 years ago
  60. 316c825 fix MNCC memory leak by Harald Welte · 15 years ago
  61. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  62. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  63. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  64. c079be4 mncc: Add IMSI to gsm_mncc by Andreas Eversberg · 15 years ago
  65. 7563ac9 Use correct cause value and cause location by Andreas Eversberg · 15 years ago
  66. 71aab45 Fix lchan refcounting in case of IMSI DETACH by Andreas Eversberg · 15 years ago
  67. 92f70c5 04.08: Make mncc-harald branch work by Harald Welte · 15 years ago
  68. c66b71c use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  69. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  70. ec44e1f Merge commit 'origin/master' by Harald Welte · 15 years ago
  71. 04866d4 Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  72. 5c85ef9 Remove use_lchan and put_lchan from location updating request paths by Holger Hans Peter Freyther · 15 years ago
  73. 2c45123 Move the "finding" of the right BTS into paging.c by Holger Hans Peter Freyther · 15 years ago
  74. cd1f751 Search for BTS's in the Location Area of the subscriber we call by Holger Hans Peter Freyther · 15 years ago
  75. 0c38930 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  76. be14310 use gsm_bts_by_lac() function to start paging of all bts with same lac by Harald Welte · 15 years ago
  77. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_04_08.c]
  78. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  79. d51524f gsm_04_08.c: Kill duplication pointed out by Andreas Eversberg by Holger Freyther · 15 years ago
  80. 7a12faa gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg) by Holger Freyther · 15 years ago
  81. eaf0469 gsm_04_08.c: Some spoofing protection against two location updating requests by Holger Freyther · 15 years ago
  82. 7c19f74 lchan: Handle the abnormal case of channel getting closed by Holger Freyther · 15 years ago
  83. d2a7f5a print reject cause of MM STATUS message by Harald Welte · 15 years ago
  84. eb44398 [debug] Move subscr_get_by_tmsi below the debug statement (Andreas Eversberg) by Holger Freyther · 15 years ago
  85. 79f4ae6 [debug] Change DEBUGPC statements to contain \n (Andreas Eversberg) by Holger Freyther · 15 years ago
  86. c21cfbc [subcriber] Fix the subscriber use counting in gsm_04_08.c (Andreas Eversberg) by Holger Freyther · 15 years ago
  87. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  88. a4d49e9 Some messages have one or two length-value information elements. The is by Harald Welte · 15 years ago
  89. e7b452a add FIXME comment about the fact that we're paging in the wrong BTS by Harald Welte · 15 years ago
  90. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  91. 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
  92. cf5b359 add verbose reporting of RR STATUS cause by Harald Welte · 15 years ago
  93. a1f92f0 [subscriber] Introduce subscr_put_channel by Holger Freyther · 15 years ago
  94. 4a49e77 [subscriber] Update the current_bts field on imsi detach and LOC accept by Holger Freyther · 15 years ago
  95. 3190a89 [calls] Remove a tautology from gsm48_cc_rx_disconnect by Holger Freyther · 15 years ago
  96. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  97. 015b9ad actually request the IMEI not IMEISV, since Phase 1 doesn't have IMEISV by Harald Welte · 15 years ago
  98. 4a543e8 * more RSL and 04.08 constant defines by Harald Welte · 15 years ago
  99. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  100. 6154898 fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length) by Harald Welte · 15 years ago