1. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  2. b68899d Start creating a paging layer... by Harald Welte · 15 years ago
  3. ce281c0 add initializer function for subchan_demux by Harald Welte · 16 years ago
  4. 418f5a4 * add function to change c-bits in TRAU frame from uplink to downlink by Harald Welte · 16 years ago
  5. 38e0437 handle IDLE speech frames in trau_frame code by Harald Welte · 16 years ago
  6. 2a8ee52 add (untested) TRAU frame decoder with support for FR/EFR and AMR by Harald Welte · 16 years ago
  7. 54bd94d add (untested) 16kbit E1 sub-channel demux with TRAU frame sync by Harald Welte · 16 years ago
  8. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 16 years ago
  9. 7448a53 Be able to initiate paging from the telnet interface by Holger Freyther · 16 years ago
  10. a553d09 Export the gsm0411 alloc and send function by Holger Freyther · 16 years ago
  11. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 16 years ago
  12. 47d88ae Add some functions to CREATE OBJECTs in the BS-11 internal database by Harald Welte · 16 years ago
  13. 3e2c323 Make gsm48_sendmsg public as well by Holger Freyther · 16 years ago
  14. 819dd20 Make gsm48_msgb_alloc public and usable for the telnet_interface by Holger Freyther · 16 years ago
  15. f87573d Implement put_channel/get_channel, save on which bts we currently operate by Holger Freyther · 16 years ago
  16. d0e38c3 Add implementation to find a lchan by the struct gsm_subscriber by Holger Freyther · 16 years ago
  17. a471a41 Define the gsm_subscriber getter functions in the header by Holger Freyther · 16 years ago
  18. 4668fda define and use enum values for BS11 (or Siemens?) specific OML message types by Harald Welte · 16 years ago
  19. 460af8b Clean up struct gsm_network and remove the gsm_subscriber by Holger Freyther · 16 years ago
  20. b8f04ea Add new management function to struct timer_list by Harald Welte · 16 years ago
  21. 219518d Add simplistic telnet control interface by Holger Freyther · 16 years ago
  22. b21b305 Fix make distcheck by adding some header files by Holger Freyther · 16 years ago
  23. 9a3ee0f Add the option to write the communication on the D Channel to a pcap file by Holger Freyther · 16 years ago
  24. 12aa50d Change the subscriber and database backend by Holger Freyther · 16 years ago
  25. 67b4b9a Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 16 years ago
  26. 73487a2 Introduce logical updating request operation on the gsm_lchan by Holger Freyther · 16 years ago
  27. e97f7fb Add an option to set the global reject cause by Holger Freyther · 16 years ago
  28. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 16 years ago
  29. 590d66a Fix the reference. The names and values are described in 9.1 of 04.08 by Holger Freyther · 16 years ago
  30. c6ba9c2 * 04:08: add MM INFO information elements by Harald Welte · 16 years ago
  31. 89824fc Add an option to allow everyone to the network. by Holger Freyther · 16 years ago
  32. a767794 [gsm0408] Add enum values for the LOCATION UPDATING REJECT cause by Holger Freyther · 16 years ago
  33. b0f4793 export debug_flags by Harald Welte · 16 years ago
  34. b7193e4 Introduce new callbacks, remember that we have LOC UPD REQ, reject things only once by Holger Freyther · 16 years ago
  35. 2eafef5 Up on call released release the channel and take the next item by Holger Freyther · 16 years ago
  36. abade7a Initiate a call once we have a channel assigned by Holger Freyther · 16 years ago
  37. 88ea832 Unite the acked/nacked handling in a common response... by Holger Freyther · 16 years ago
  38. 24893de Inform the bsc about acked or nacked channels... by Holger Freyther · 16 years ago
  39. 3186bf2 Add callback for allocated lchannels by Holger Freyther · 16 years ago
  40. 07cc8d8 Improve page command handling in the bsc_hack by Holger Freyther · 16 years ago
  41. 6fe997e Implement sending SMS and send one on network registration by Daniel Willmann · 16 years ago
  42. e14a57c Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  43. d35b6a7 debug: Create a region for Paging Command by Harald Welte · 16 years ago
  44. de9226d Split out rach_control, missing mask from the last commit by Harald Welte · 16 years ago
  45. 471712b ACK sms-submit by Daniel Willmann · 16 years ago
  46. e0fbec8 Parse sms-submit messages by Daniel Willmann · 16 years ago
  47. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  48. bde3610 make it optional where the hlr database is stored by Holger Freyther · 16 years ago
  49. 1774661 [gsm0408] Make the generate_lai usable by other code by Holger Freyther · 16 years ago
  50. 1ad732c [debug.h] Introduce a static assert using the array with negative size trick by Holger Freyther · 16 years ago
  51. 5e85c8e [gsm_04_08] Add structs for system information type 1 to 6 by Holger Freyther · 16 years ago
  52. 255539c working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  53. fdd0a6c Add SMS (GSM 04.11) testing program by Daniel Willmann · 16 years ago
  54. 8b3390e Start implementing GSM 04.11 (short message service) by Daniel Willmann · 16 years ago
  55. 4d4661d Draft ideas for high level call handling by Stefan Schmidt · 16 years ago
  56. 391d86e add extension field to subscriber struct and name column to db by Jan Luebbe · 16 years ago
  57. bcae43f SMS stub by Harald Welte · 16 years ago
  58. fac25fc add a equipment table by Jan Luebbe · 16 years ago
  59. a3d0438 missing header file changes by Harald Welte · 16 years ago
  60. 6e2e545 add authorized state to subscribers in db by Jan Luebbe · 16 years ago
  61. 5c15c85 rewrite db backend by Jan Luebbe · 16 years ago
  62. b332f61 Use getopt in the bsc_hack to parse options by Holger Freyther · 16 years ago
  63. 5ee72ee Prefix debug symbols with debug_ to reduce the namesapce pollution by Holger Freyther · 16 years ago
  64. d546e31 Add code to parse a debug category string by Holger Freyther · 16 years ago
  65. 5f75598 Introduce a simple timer API.... by Holger Freyther · 16 years ago
  66. 5677ae3 misdn.h forward declare mi_setup by Holger Freyther · 16 years ago
  67. 4b63454 now we get up to the SETUP of MO calls by Harald Welte · 16 years ago
  68. faaa49c db: add GPL headers and integrate with autofoo by Jan Luebbe · 16 years ago
  69. 5b6cfaf mISDN header files by Harald Welte · 16 years ago
  70. 702d870 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  71. ad38464 this is the first version that actually talks to the BTS by Harald Welte · 16 years ago
  72. 3633a6d * fix DEBUGP defines, activate DEBUG functionality by Harald Welte · 16 years ago
  73. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  74. de729a1 autoconf by Harald Welte · 16 years ago
  75. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago