1. 043d04a * Use new NM_ATT_BS11 definitions instead of magic numbers by Harald Welte · 15 years ago
  2. 934e68b more BS11 specific attribute definitions by Harald Welte · 15 years ago
  3. 623d531 bs11_config: by Harald Welte · 15 years ago
  4. 1602ade Fix end-of-software_load detection (send segment with window number 0, wait for seg_ack) by Harald Welte · 15 years ago
  5. 14f0934 * use select loop based rx/tx processing in bs11_config by Harald Welte · 15 years ago
  6. 3b8ba21 * Fix BS11 software download routines in abis_nm.c by Harald Welte · 15 years ago
  7. 071f34d bs11_config: by Harald Welte · 15 years ago
  8. f186c46 bs11_config: add setting of baud rate by Harald Welte · 15 years ago
  9. bb15131 fix off-by-one error in BS11 factory logon command by Harald Welte · 15 years ago
  10. 97cce47 [paging] Slightly increase the timeout to not overload the BTS... by Holger Freyther · 15 years ago
  11. bf83481 [paging] Discard paging requests after not completing them... by Holger Freyther · 15 years ago
  12. 1525de0 [paging] memset and improve error message by Holger Freyther · 15 years ago
  13. 342a2c6 [abis] Do not confuse me again.... by Holger Freyther · 15 years ago
  14. fde3114 [tests] build fix by Holger Freyther · 15 years ago
  15. 245c534 [pedantic] Declare abis_nm_bs11_reset_resource to avoid a warning in bsc_hack.c by Holger Freyther · 15 years ago
  16. 0c2bb5e [configure] We have a local copy of the header file, remove the check by Holger Freyther · 15 years ago
  17. cfe6dce don't logon twice by Harald Welte · 15 years ago
  18. 61e42ad add bs11_config as LMT alternative by Harald Welte · 15 years ago
  19. 7837489 abis_nm_reset_resource is a bs11 specific function by Harald Welte · 15 years ago
  20. f3066bb add zero-length data field to abis_fom_hdr by Harald Welte · 15 years ago
  21. 4724f99 Implementation of GSM12.21 LOAD SOFTWARE (BS11 dialect thereof) by Harald Welte · 15 years ago
  22. 978cb42 add BTS TYPE field to facilitate future non-BS11 BTS support by Harald Welte · 15 years ago
  23. 85770c7 * use #define for number of TS in one TRX by Harald Welte · 15 years ago
  24. 6f676a3 abis_nm: use correct length in 08.59 OML header for all messages by Harald Welte · 15 years ago
  25. 1bc0906 abis_nm: more BS11 specific messages for configuration by Harald Welte · 15 years ago
  26. 05188ee * prefix all BS11 specific OML functions with proper name by Harald Welte · 15 years ago
  27. adaf08b add some more BS11 specific OML definitions by Harald Welte · 15 years ago
  28. d08de2f fix typo by Harald Welte · 15 years ago
  29. 9bb7c70 If there is already a subscriber and it does not equal to us -> moan by Harald Welte · 15 years ago
  30. 4ed0e92 Make mi_to_string parse the TMSI we generate, finish CM Service Request implementation by Harald Welte · 15 years ago
  31. ba4cf16 Start working on CM Service Request by Harald Welte · 15 years ago
  32. c627afc Reset the use_count to zero in chan_free by Harald Welte · 15 years ago
  33. 498b0bb Use use_lchan/put_lchan for call handling to keep the channel up by Harald Welte · 15 years ago
  34. 626fe9c Print the refcount of the lchan as well by Harald Welte · 15 years ago
  35. 2f1311b [paging] Page pagegroup one... by Harald Welte · 15 years ago
  36. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  37. b68899d Start creating a paging layer... by Harald Welte · 15 years ago
  38. 69b2af2 Handle TMSI reallocation complete by printing the subscriber by Harald Welte · 15 years ago
  39. 9898188 Allow to set a different ARFCN by Harald Welte · 15 years ago
  40. 8965da4 Tabs no Spaces... at least here by Harald Welte · 15 years ago
  41. ce281c0 add initializer function for subchan_demux by Harald Welte · 15 years ago
  42. 418f5a4 * add function to change c-bits in TRAU frame from uplink to downlink by Harald Welte · 15 years ago
  43. 38e0437 handle IDLE speech frames in trau_frame code by Harald Welte · 15 years ago
  44. 196a366 make sure we build (even if not use) subchan_demux and trau_frame code by Harald Welte · 15 years ago
  45. 2a8ee52 add (untested) TRAU frame decoder with support for FR/EFR and AMR by Harald Welte · 15 years ago
  46. 54bd94d add (untested) 16kbit E1 sub-channel demux with TRAU frame sync by Harald Welte · 15 years ago
  47. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  48. 7448a53 Be able to initiate paging from the telnet interface by Holger Freyther · 15 years ago
  49. 4c8f114 Fix warning by Holger Freyther · 15 years ago
  50. a553d09 Export the gsm0411 alloc and send function by Holger Freyther · 15 years ago
  51. 5e76ce6 Some simple size check. We would not overflow but would send garbage by Holger Freyther · 15 years ago
  52. ca64da9 make use of new functions to print string chreq reason and lchan type by Harald Welte · 15 years ago
  53. d4fc1b2 use get_[lp]chan_name() functions for telnet interface by Harald Welte · 15 years ago
  54. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 15 years ago
  55. 47d88ae Add some functions to CREATE OBJECTs in the BS-11 internal database by Harald Welte · 15 years ago
  56. 868b8cd Implement sending custm GSM 04.08 commands by Holger Freyther · 15 years ago
  57. 3e2c323 Make gsm48_sendmsg public as well by Holger Freyther · 15 years ago
  58. 819dd20 Make gsm48_msgb_alloc public and usable for the telnet_interface by Holger Freyther · 15 years ago
  59. 3ae8fd2 Implement the call command... by Holger Freyther · 15 years ago
  60. f87573d Implement put_channel/get_channel, save on which bts we currently operate by Holger Freyther · 15 years ago
  61. d0e38c3 Add implementation to find a lchan by the struct gsm_subscriber by Holger Freyther · 15 years ago
  62. a471a41 Define the gsm_subscriber getter functions in the header by Holger Freyther · 15 years ago
  63. ae61cae Add a show command to list the channel allocation by Holger Freyther · 15 years ago
  64. 5f234e4 Add test case that is not registering the timer again by Holger Freyther · 15 years ago
  65. 4668fda define and use enum values for BS11 (or Siemens?) specific OML message types by Harald Welte · 16 years ago
  66. 227d407 use NM_MT_* enum instead of hard-coded values by Harald Welte · 16 years ago
  67. 52aab54 Make wireshark happy. by Holger Freyther · 16 years ago
  68. 460af8b Clean up struct gsm_network and remove the gsm_subscriber by Holger Freyther · 16 years ago
  69. 1272aab Go through del_timer otherwise in_list will not be reset leading to crashes... by Harald Welte · 16 years ago
  70. 599639e Readd the dummy lapd header... this gives valid TEI/SAPI information by Harald Welte · 16 years ago
  71. 4e0d137 Dump something that can be read by wireshark by Harald Welte · 16 years ago
  72. 62a923d Use the right network/link type, prepend the vISDN header... by Harald Welte · 16 years ago
  73. ca6bf78 Write the pcap packet header first :) by Harald Welte · 16 years ago
  74. b8f04ea Add new management function to struct timer_list by Harald Welte · 16 years ago
  75. 219518d Add simplistic telnet control interface by Holger Freyther · 16 years ago
  76. c6880a4 Use the _safe variant as a bsc_unregister_fd might be called from within the callback by Holger Freyther · 16 years ago
  77. b21b305 Fix make distcheck by adding some header files by Holger Freyther · 16 years ago
  78. 52af7d4 Write only actual data into the pcap file by Holger Freyther · 16 years ago
  79. 2139b24 Attempt to put the time into the pcap packet record by Holger Freyther · 16 years ago
  80. 9a3ee0f Add the option to write the communication on the D Channel to a pcap file by Holger Freyther · 16 years ago
  81. 355701b Document where to find the how to determine the paging group by Holger Freyther · 16 years ago
  82. 12aa50d Change the subscriber and database backend by Holger Freyther · 16 years ago
  83. 67b4b9a Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 16 years ago
  84. 3eaa792 Speculative fix for not sending LOCATION UPDATING REJECT by Holger Freyther · 16 years ago
  85. d125250 add signal handlers for clean shutdown of BTS via OML on shutdown of program by Harald Welte · 16 years ago
  86. e872cb1 get rid of some more gcc warnings by Harald Welte · 16 years ago
  87. f85497c get rid of gcc warnings about function prototype by Harald Welte · 16 years ago
  88. 404d816 add missing string.h include by Harald Welte · 16 years ago
  89. 2176881 don't return a value in a void function by Harald Welte · 16 years ago
  90. 179f064 * fix check for null-pointer in release_loc_updating_req() by Harald Welte · 16 years ago
  91. dbede4e Move the db_test.c to a specific test directory by Holger Freyther · 16 years ago
  92. 6dbca34 Make the test compile again by Holger Freyther · 16 years ago
  93. 73487a2 Introduce logical updating request operation on the gsm_lchan by Holger Freyther · 16 years ago
  94. 41ed300 We have freed the channel there is no subscriber associated anymore by Holger Freyther · 16 years ago
  95. e97f7fb Add an option to set the global reject cause by Holger Freyther · 16 years ago
  96. 1bc7de5 Fix the compile the timer got renamed by Holger Freyther · 16 years ago
  97. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 16 years ago
  98. 36cbeff Document where Channel release is coming from by Holger Freyther · 16 years ago
  99. 590d66a Fix the reference. The names and values are described in 9.1 of 04.08 by Holger Freyther · 16 years ago
  100. ea88902 Fix indenting... use tabs here by Holger Freyther · 16 years ago