1. c1fd70a add README by Harald Welte · 16 years ago
  2. 4de65d8 add authors file by Harald Welte · 16 years ago
  3. 3691ae1 Implement sending SMS and send one on network registration by Daniel Willmann · 16 years ago
  4. c4849be Documentation update and where we found the information by Harald Welte · 16 years ago
  5. 20329ef Print channel requests coming from paging command, print the reason in every message by Harald Welte · 16 years ago
  6. 119ae45 Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  7. ab12e4c debug: Create a region for Paging Command by Harald Welte · 16 years ago
  8. 31b3d11 Print out info about CP-ERROR by Daniel Willmann · 16 years ago
  9. a371dcc RP-ACK needs to be sent in a CP-DATA by Daniel Willmann · 16 years ago
  10. 9fa8cbe Send transaction index when sending an CP-ACK by Daniel Willmann · 16 years ago
  11. 23357c8 Split out rach_control, missing mask from the last commit by Harald Welte · 16 years ago
  12. acc1018 disable paging, send SETUP after LOCATION UPDATE ACCEPT by Harald Welte · 16 years ago
  13. 4bac3ad ACK sms-submit by Daniel Willmann · 16 years ago
  14. c7ebf54 Parse sms-submit messages by Daniel Willmann · 16 years ago
  15. f0d88c0 turn gsm_cc_tx_simple into gsm_tx_simple by Harald Welte · 16 years ago
  16. fed79b4 * use 16bit for network and country code by Harald Welte · 16 years ago
  17. cdc499f make it optional where the hlr database is stored by Holger Freyther · 16 years ago
  18. ec5b1d8 Add stubs to test gsm0408 functionality including LAI by Holger Freyther · 16 years ago
  19. 2e497db Add second test SMS by Daniel Willmann · 16 years ago
  20. 28af5f8 Add coloring for SMS debug messages by Daniel Willmann · 16 years ago
  21. 6f21e7f Add the new options to the getopt_long call as well by Holger Freyther · 16 years ago
  22. ad85a36 Fix compile, on rebase the static_assert change got lost... by Harald Welte · 16 years ago
  23. f0bdea1 [bsc_hack] Patch the tables before we setup the rsl by Holger Freyther · 16 years ago
  24. 127f9c1 [gsm0408] Make the generate_lai usable by other code by Holger Freyther · 16 years ago
  25. 08c125b [bsc_hack] Start to understand the SI packages we send by Holger Freyther · 16 years ago
  26. 45b047c [bsc_hack] Make sure that the newly defined structs match the current packets by Holger Freyther · 16 years ago
  27. e6fdb22 [debug.h] Introduce a static assert using the array with negative size trick by Holger Freyther · 16 years ago
  28. e204ece [gsm_04_08] Add structs for system information type 1 to 6 by Holger Freyther · 16 years ago
  29. ff24fec bsc_hack: Add command line parameter to set the MCC and MNC by Holger Freyther · 16 years ago
  30. c0adbd4 fix typo in debug message by Jan Luebbe · 16 years ago
  31. b1d452f working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  32. b220869 Add SMS (GSM 04.11) testing program by Daniel Willmann · 16 years ago
  33. 30cd3ec Start implementing GSM 04.11 (short message service) by Daniel Willmann · 16 years ago
  34. f7f22ac sms.txt: Analyze CP-DATA, RP-DATA, TPDU by Daniel Willmann · 16 years ago
  35. 334ea0f Draft ideas for high level call handling by Stefan Schmidt · 16 years ago
  36. b80e0a1 add extension field to subscriber struct and name column to db by Jan Luebbe · 16 years ago
  37. d7351dc fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPT by Harald Welte · 16 years ago
  38. 361b535 sms by Harald Welte · 16 years ago
  39. 8407e77 SMS stub by Harald Welte · 16 years ago
  40. b82d847 * add database handling * fix IMSI handling by Harald Welte · 16 years ago
  41. 3aec098 * fix location update reject (actually reject, not accept) by Harald Welte · 16 years ago
  42. 680673c * release channel after LOCATION UPDATE REJECT by Harald Welte · 16 years ago
  43. 7bab1ce * fix sending of wrong message discriminator for dedicated channel RSL msgs by Harald Welte · 16 years ago
  44. ab82130 also track creation and update time for subscriber and equipment by Jan Luebbe · 16 years ago
  45. b8bda61 add a equipment table by Jan Luebbe · 16 years ago
  46. 6234d9e missing header file changes by Harald Welte · 16 years ago
  47. 2c93aaa add authorized state to subscribers in db by Jan Luebbe · 16 years ago
  48. 054ba09 hack to write TS2 frames to a file by Harald Welte · 16 years ago
  49. caad976 add minimal MO call state transitions by Harald Welte · 16 years ago
  50. 2149672 remove db debug output by Jan Luebbe · 16 years ago
  51. 79e4ab4 rewrite db backend by Jan Luebbe · 16 years ago
  52. 44fc77e Use getopt in the bsc_hack to parse options by Holger Freyther · 16 years ago
  53. 5b9c8c7 Prefix debug symbols with debug_ to reduce the namesapce pollution by Holger Freyther · 16 years ago
  54. 00125f2 Assign colors to the different categories by Holger Freyther · 16 years ago
  55. c95546b Add code to parse a debug category string by Holger Freyther · 16 years ago
  56. e30a246 Make the test timer a noinst program by Holger Freyther · 16 years ago
  57. 43c43c6 fix typo by Harald Welte · 16 years ago
  58. 9e3b41d reduce usleep time for RSL to 10ms by Harald Welte · 16 years ago
  59. 4f2cc23 Send IDENTITY REQUEST after LOCATION UPDATE REQUEST by Harald Welte · 16 years ago
  60. b8bd1e5 * lchan_free() the channels that we RF_CHAN_RELEASE by Harald Welte · 16 years ago
  61. e043792 Move the debug code to a separate debug.c by Holger Freyther · 16 years ago
  62. 05e4464 * send RF CHANNEL RELEASE if we get CONNECTION FAIL INDICATION by Harald Welte · 16 years ago
  63. 2fc1006 * translate MOBILE IDENTITY into string by Harald Welte · 16 years ago
  64. 1133071 send RF CHANNEL RELEASE upon RELEASE INDICATION from BTS by Harald Welte · 16 years ago
  65. 1bad601 Introduce a simple timer API.... by Holger Freyther · 16 years ago
  66. 6a15d37 misdn.h forward declare mi_setup by Holger Freyther · 16 years ago
  67. 932bc3e Fix warning and return an error code by Holger Freyther · 16 years ago
  68. b8927ba whcih -> which by Holger Freyther · 16 years ago
  69. 5f33765 now we get up to the SETUP of MO calls by Harald Welte · 16 years ago
  70. 4fcd890 db: add GPL headers and integrate with autofoo by Jan Luebbe · 16 years ago
  71. 72ce9ab mISDN header files by Harald Welte · 16 years ago
  72. 175e76a add first sketch of a DB backend by Jan Luebbe · 16 years ago
  73. 4e7bbd1 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  74. 2b24b72 Send OML messages to OML TEI/SAPI, not RSL :) by Harald Welte · 16 years ago
  75. 3406459 this is the first version that actually talks to the BTS by Harald Welte · 16 years ago
  76. ba50310 * fix DEBUGP defines, activate DEBUG functionality by Harald Welte · 16 years ago
  77. fc79240 add debugp() function to fulfill link dependency and build executable by Harald Welte · 16 years ago
  78. ee5ea25 free incoming msg after processing by RSL by Harald Welte · 16 years ago
  79. 4a89bb1 free() the outgoing msg's after they've been sent to the kernel by Harald Welte · 16 years ago
  80. 36bde5e add channel allocator to makefile by Harald Welte · 16 years ago
  81. 9cb55f0 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  82. 2b944cf autoconf by Harald Welte · 16 years ago
  83. 947c6f8 initial commit of current OpenBSC state by Harald Welte · 16 years ago