1. cd99387 * use more constants to name the various BTS/TRX/... attributes by Harald Welte · 15 years ago
  2. 4f361fc * add commond header file for ipaccess protocol by Harald Welte · 15 years ago
  3. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  4. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  5. e0590df * extend TLV parser to use a list of TLV type descriptions by Harald Welte · 15 years ago
  6. e4b3fa3 [signal] Move the area into the struct signal_data... by Holger Freyther · 15 years ago
  7. 2b2d2e3 [signal] Add generic signal registration and dispatch... by Holger Freyther · 15 years ago
  8. bbcc7a5 introduce gsm_nm_state object in all our nm-relevant data structures by Harald Welte · 15 years ago
  9. 2fa7934 implement type1TV or type 2 detection by Harald Welte · 15 years ago
  10. 22af0db * add comments for SET BTS ATTR and SET RADIO CARRIER ATTR by Harald Welte · 15 years ago
  11. 5fd8a54 preliminary ip.access BTS support, as of now only OML singalling works by Harald Welte · 15 years ago
  12. 34a9968 * more extensive A-bis OML support by Harald Welte · 15 years ago
  13. 7584aea * add more GSM 04.08 IEIs by Harald Welte · 15 years ago
  14. 45f83a1 include already-exported lchan2chan_nr() function in header file by Harald Welte · 15 years ago
  15. b1ffbb6 [paging] Send paging requests as response to the PAGING LOAD indicator by Holger Freyther · 15 years ago
  16. f6535bb [paging] Stop counting the requests... harald implemented sepc conform timer support by Holger Freyther · 15 years ago
  17. c009f3f [misc] Add header files to fix make distcheck by Holger Freyther · 15 years ago
  18. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  19. 392209c [paging] Introduce a variable containing the free paging slots by Holger Freyther · 15 years ago
  20. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  21. 9c564b8 introduce lookup of subscribers based on their extension number by Holger Freyther · 15 years ago
  22. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 15 years ago
  23. e79769b make sure certain functions are per TRX, not per BTS, such as by Harald Welte · 15 years ago
  24. 7b2ef7f [dist] Fix make distcheck by adding the new header files by Holger Freyther · 15 years ago
  25. e64a7a3 [rr] Send a Channel Release before deactivating the channel by Holger Freyther · 15 years ago
  26. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 15 years ago
  27. a7dbe49 BS11 logon message type by Harald Welte · 15 years ago
  28. 763da00 add new routine to stop paging by Harald Welte · 15 years ago
  29. 91b5b0d add some initial simplistic TLV parser by Harald Welte · 15 years ago
  30. 6ddd168 introduce new "DEBUGPC" macro for continuing on the same line without prefix of file/line/time by Harald Welte · 15 years ago
  31. 2d35ae6 implement parsing of PAGING RESPONSE by Harald Welte · 15 years ago
  32. 3aa8d6c [paging] This is paging my phone but it looks completely wrong... by Holger Freyther · 15 years ago
  33. 2976c40 [paging] Allow call the paging related helper functions by Holger Freyther · 15 years ago
  34. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 15 years ago
  35. b015544 [rsl] Prepare to properly handle the paging command add defines to the RSL by Holger Freyther · 15 years ago
  36. 3ffd137 * add abis_nm_software_load_status() to header file by Harald Welte · 15 years ago
  37. c12d52b * improve parsing of status/phase response from BTS by Harald Welte · 15 years ago
  38. 268bb40 * add more detailed status printout to bs11_config by Harald Welte · 15 years ago
  39. 4fc898a add missing 'requests' field that zecke probably forgot to commit by Harald Welte · 15 years ago
  40. 5e4d1b3 * rename NM_MT_BS11_LOGOFF to NM_MT_BS11_LMT_LOGOFF by Harald Welte · 15 years ago
  41. 8e1e3ee introduce generic callback function and hook enum by Harald Welte · 15 years ago
  42. 043d04a * Use new NM_ATT_BS11 definitions instead of magic numbers by Harald Welte · 15 years ago
  43. 934e68b more BS11 specific attribute definitions by Harald Welte · 15 years ago
  44. 3b8ba21 * Fix BS11 software download routines in abis_nm.c by Harald Welte · 15 years ago
  45. 245c534 [pedantic] Declare abis_nm_bs11_reset_resource to avoid a warning in bsc_hack.c by Holger Freyther · 15 years ago
  46. f3066bb add zero-length data field to abis_fom_hdr by Harald Welte · 15 years ago
  47. 4724f99 Implementation of GSM12.21 LOAD SOFTWARE (BS11 dialect thereof) by Harald Welte · 15 years ago
  48. 978cb42 add BTS TYPE field to facilitate future non-BS11 BTS support by Harald Welte · 15 years ago
  49. 85770c7 * use #define for number of TS in one TRX by Harald Welte · 15 years ago
  50. 1bc0906 abis_nm: more BS11 specific messages for configuration by Harald Welte · 15 years ago
  51. 05188ee * prefix all BS11 specific OML functions with proper name by Harald Welte · 15 years ago
  52. adaf08b add some more BS11 specific OML definitions by Harald Welte · 15 years ago
  53. ba4cf16 Start working on CM Service Request by Harald Welte · 15 years ago
  54. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  55. b68899d Start creating a paging layer... by Harald Welte · 15 years ago
  56. ce281c0 add initializer function for subchan_demux by Harald Welte · 15 years ago
  57. 418f5a4 * add function to change c-bits in TRAU frame from uplink to downlink by Harald Welte · 15 years ago
  58. 38e0437 handle IDLE speech frames in trau_frame code by Harald Welte · 15 years ago
  59. 2a8ee52 add (untested) TRAU frame decoder with support for FR/EFR and AMR by Harald Welte · 15 years ago
  60. 54bd94d add (untested) 16kbit E1 sub-channel demux with TRAU frame sync by Harald Welte · 15 years ago
  61. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  62. 7448a53 Be able to initiate paging from the telnet interface by Holger Freyther · 15 years ago
  63. a553d09 Export the gsm0411 alloc and send function by Holger Freyther · 15 years ago
  64. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 15 years ago
  65. 47d88ae Add some functions to CREATE OBJECTs in the BS-11 internal database by Harald Welte · 15 years ago
  66. 3e2c323 Make gsm48_sendmsg public as well by Holger Freyther · 15 years ago
  67. 819dd20 Make gsm48_msgb_alloc public and usable for the telnet_interface by Holger Freyther · 15 years ago
  68. f87573d Implement put_channel/get_channel, save on which bts we currently operate by Holger Freyther · 15 years ago
  69. d0e38c3 Add implementation to find a lchan by the struct gsm_subscriber by Holger Freyther · 15 years ago
  70. a471a41 Define the gsm_subscriber getter functions in the header by Holger Freyther · 15 years ago
  71. 4668fda define and use enum values for BS11 (or Siemens?) specific OML message types by Harald Welte · 15 years ago
  72. 460af8b Clean up struct gsm_network and remove the gsm_subscriber by Holger Freyther · 15 years ago
  73. b8f04ea Add new management function to struct timer_list by Harald Welte · 15 years ago
  74. 219518d Add simplistic telnet control interface by Holger Freyther · 15 years ago
  75. b21b305 Fix make distcheck by adding some header files by Holger Freyther · 15 years ago
  76. 9a3ee0f Add the option to write the communication on the D Channel to a pcap file by Holger Freyther · 15 years ago
  77. 12aa50d Change the subscriber and database backend by Holger Freyther · 15 years ago
  78. 67b4b9a Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 15 years ago
  79. 73487a2 Introduce logical updating request operation on the gsm_lchan by Holger Freyther · 15 years ago
  80. e97f7fb Add an option to set the global reject cause by Holger Freyther · 15 years ago
  81. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 15 years ago
  82. 590d66a Fix the reference. The names and values are described in 9.1 of 04.08 by Holger Freyther · 15 years ago
  83. c6ba9c2 * 04:08: add MM INFO information elements by Harald Welte · 15 years ago
  84. 89824fc Add an option to allow everyone to the network. by Holger Freyther · 15 years ago
  85. a767794 [gsm0408] Add enum values for the LOCATION UPDATING REJECT cause by Holger Freyther · 15 years ago
  86. b0f4793 export debug_flags by Harald Welte · 15 years ago
  87. b7193e4 Introduce new callbacks, remember that we have LOC UPD REQ, reject things only once by Holger Freyther · 16 years ago
  88. 2eafef5 Up on call released release the channel and take the next item by Holger Freyther · 16 years ago
  89. abade7a Initiate a call once we have a channel assigned by Holger Freyther · 16 years ago
  90. 88ea832 Unite the acked/nacked handling in a common response... by Holger Freyther · 16 years ago
  91. 24893de Inform the bsc about acked or nacked channels... by Holger Freyther · 16 years ago
  92. 3186bf2 Add callback for allocated lchannels by Holger Freyther · 16 years ago
  93. 07cc8d8 Improve page command handling in the bsc_hack by Holger Freyther · 16 years ago
  94. 6fe997e Implement sending SMS and send one on network registration by Daniel Willmann · 16 years ago
  95. e14a57c Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  96. d35b6a7 debug: Create a region for Paging Command by Harald Welte · 16 years ago
  97. de9226d Split out rach_control, missing mask from the last commit by Harald Welte · 16 years ago
  98. 471712b ACK sms-submit by Daniel Willmann · 16 years ago
  99. e0fbec8 Parse sms-submit messages by Daniel Willmann · 16 years ago
  100. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago