1. e69f5fb Add bs11_config commands to set the PLL mode from E1_LOCKED to STANDALONE by Harald Welte · 15 years ago
  2. b5c00f5 [misdn] Add option to automatically release layer2 on exit by Holger Freyther · 15 years ago
  3. dda22c1 [bsc_hack] Allow to select the cardnr defaulting to number 0 by Holger Freyther · 15 years ago
  4. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  5. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  6. a1f92f0 [subscriber] Introduce subscr_put_channel by Holger Freyther · 15 years ago
  7. 4a49e77 [subscriber] Update the current_bts field on imsi detach and LOC accept by Holger Freyther · 15 years ago
  8. 0469cf6 [e1] Enable dumping of LAPD frames again by Holger Freyther · 15 years ago
  9. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  10. 273feca Fix 'delete-trx1' command of bs11_config (we can now delete TRX1) by Harald Welte · 15 years ago
  11. 1047940 [misc] Make distcheck work again by Holger Freyther · 15 years ago
  12. c63e51d * correctly handle VTY_READ/VTY_WRITE events and select loop integration of VTY by Harald Welte · 15 years ago
  13. d256d4f * make sure we can obtain signalling type and timslot type names by Harald Welte · 15 years ago
  14. 4d87f24 export nm_*_name() functions to get operational and availability state to strings by Harald Welte · 15 years ago
  15. 44d542e by Harald Welte · 15 years ago
  16. 404cdd8 make telnet interface use VTY code by Harald Welte · 15 years ago
  17. 68628e8 add VTY dumping functions for OpenBSC by Harald Welte · 15 years ago
  18. 955049f import VTY code from zebra/quagga (from my cardshell project) by Harald Welte · 15 years ago
  19. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  20. a27d8d2 add USSD protocol discriminator by Harald Welte · 15 years ago
  21. ff9592f [misc] Fix compile warnings... by Holger Freyther · 15 years ago
  22. ddab3c7 introduce new 'mode' parameter to RSL ACTIVATE CHANNEL by Harald Welte · 15 years ago
  23. 4a543e8 * more RSL and 04.08 constant defines by Harald Welte · 15 years ago
  24. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  25. 3cc4bf5 make hexdump return a 'char *' rather than printing by itself by Harald Welte · 15 years ago
  26. 59da07b [sms] Add test case for the 7-bit coding/decoding... by Holger Freyther · 15 years ago
  27. 5775f46 [misc] Fix make distcheck again... by Holger Freyther · 15 years ago
  28. 6154898 fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length) by Harald Welte · 15 years ago
  29. 2f74aa4 * location updating types * struct for imsi detach by Harald Welte · 15 years ago
  30. 5659d66 add missing SET BS11 ATTRIBUTE NACK MT by Harald Welte · 15 years ago
  31. b6c92ae * set OML TEI and E1 timeslot in one command by Harald Welte · 15 years ago
  32. 099d610 fix various compiler warnings while building bs11_config by Harald Welte · 15 years ago
  33. 7bc4cbc tlv_parser now operates on 'const' input buffer by Harald Welte · 15 years ago
  34. 3281f6e [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it by Holger Freyther · 15 years ago
  35. 23a6863 add gst_ts_name() function to obtain human-readable channel name by Harald Welte · 15 years ago
  36. f1e6f96 don't pass subchannel data to the TRAU decoder if we're not synchronized yet by Harald Welte · 15 years ago
  37. 26aa6a1 trau mux updates by Harald Welte · 15 years ago
  38. 78fc0d4 add various BS11 management related abis_nm functions by Harald Welte · 15 years ago
  39. 0313394 * support BS11 specific IE types in abis_nm by Harald Welte · 15 years ago
  40. 7eb1f62 "the big fix", of the E1 subchannel [de]multiplexer. I don't even remember how by Harald Welte · 15 years ago
  41. da78376 * ensure TCH/F are activated signalling-only by Harald Welte · 15 years ago
  42. 8e4ae95 #defines for GSM48 channel modes by Harald Welte · 15 years ago
  43. b480f41 add DMUX debug prefix by Harald Welte · 15 years ago
  44. 76c9569 [utils] Create gsm_utils for 7bit encoding and decoding... by Holger Freyther · 15 years ago
  45. 49f48b8 various CC updates: by Harald Welte · 15 years ago
  46. 167df88 * increased debug verbosity for ip.access BIDND_ACK processing by Harald Welte · 15 years ago
  47. 677c21f add parsing for ip.access vendor specific NM messages by Harald Welte · 15 years ago
  48. 7ccf778 slightly more complete GSM 04.08 CC, we can now by Harald Welte · 15 years ago
  49. 75a1fa8 switch paging code to use a timer again, since not all BTS send reliable CCCH load indications by Harald Welte · 15 years ago
  50. 0932d1e forgot the header files in last commit. sigh. by Harald Welte · 15 years ago
  51. e1b1338 add IEI values for GSM 04.11 by Harald Welte · 15 years ago
  52. 595ad7b modify the signal handler/dispatch code (sorry zecke, no offense, I just had some different ideas) by Harald Welte · 15 years ago
  53. 7509926 * introduce TLV parser definitions for RSL IE's by Harald Welte · 15 years ago
  54. e021254 introduce msgb_l2len() function by Harald Welte · 15 years ago
  55. 9b17776 [sms] Send a notification on incoming SMS by Holger Freyther · 15 years ago
  56. 0a23990 introduce msgb_l3len() function by Harald Welte · 15 years ago
  57. d4c9bf3 * add bs_power and ms_power attributes to each channel and use them in channel activation by Harald Welte · 15 years ago
  58. cd99387 * use more constants to name the various BTS/TRX/... attributes by Harald Welte · 15 years ago
  59. 4f361fc * add commond header file for ipaccess protocol by Harald Welte · 15 years ago
  60. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  61. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  62. e0590df * extend TLV parser to use a list of TLV type descriptions by Harald Welte · 15 years ago
  63. e4b3fa3 [signal] Move the area into the struct signal_data... by Holger Freyther · 15 years ago
  64. 2b2d2e3 [signal] Add generic signal registration and dispatch... by Holger Freyther · 15 years ago
  65. bbcc7a5 introduce gsm_nm_state object in all our nm-relevant data structures by Harald Welte · 15 years ago
  66. 2fa7934 implement type1TV or type 2 detection by Harald Welte · 15 years ago
  67. 22af0db * add comments for SET BTS ATTR and SET RADIO CARRIER ATTR by Harald Welte · 15 years ago
  68. 5fd8a54 preliminary ip.access BTS support, as of now only OML singalling works by Harald Welte · 15 years ago
  69. 34a9968 * more extensive A-bis OML support by Harald Welte · 15 years ago
  70. 7584aea * add more GSM 04.08 IEIs by Harald Welte · 15 years ago
  71. 45f83a1 include already-exported lchan2chan_nr() function in header file by Harald Welte · 15 years ago
  72. b1ffbb6 [paging] Send paging requests as response to the PAGING LOAD indicator by Holger Freyther · 15 years ago
  73. f6535bb [paging] Stop counting the requests... harald implemented sepc conform timer support by Holger Freyther · 15 years ago
  74. c009f3f [misc] Add header files to fix make distcheck by Holger Freyther · 15 years ago
  75. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  76. 392209c [paging] Introduce a variable containing the free paging slots by Holger Freyther · 15 years ago
  77. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  78. 9c564b8 introduce lookup of subscribers based on their extension number by Holger Freyther · 15 years ago
  79. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 15 years ago
  80. e79769b make sure certain functions are per TRX, not per BTS, such as by Harald Welte · 15 years ago
  81. 7b2ef7f [dist] Fix make distcheck by adding the new header files by Holger Freyther · 15 years ago
  82. e64a7a3 [rr] Send a Channel Release before deactivating the channel by Holger Freyther · 15 years ago
  83. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 15 years ago
  84. a7dbe49 BS11 logon message type by Harald Welte · 15 years ago
  85. 763da00 add new routine to stop paging by Harald Welte · 15 years ago
  86. 91b5b0d add some initial simplistic TLV parser by Harald Welte · 15 years ago
  87. 6ddd168 introduce new "DEBUGPC" macro for continuing on the same line without prefix of file/line/time by Harald Welte · 15 years ago
  88. 2d35ae6 implement parsing of PAGING RESPONSE by Harald Welte · 15 years ago
  89. 3aa8d6c [paging] This is paging my phone but it looks completely wrong... by Holger Freyther · 15 years ago
  90. 2976c40 [paging] Allow call the paging related helper functions by Holger Freyther · 15 years ago
  91. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 15 years ago
  92. b015544 [rsl] Prepare to properly handle the paging command add defines to the RSL by Holger Freyther · 15 years ago
  93. 3ffd137 * add abis_nm_software_load_status() to header file by Harald Welte · 15 years ago
  94. c12d52b * improve parsing of status/phase response from BTS by Harald Welte · 15 years ago
  95. 268bb40 * add more detailed status printout to bs11_config by Harald Welte · 15 years ago
  96. 4fc898a add missing 'requests' field that zecke probably forgot to commit by Harald Welte · 15 years ago
  97. 5e4d1b3 * rename NM_MT_BS11_LOGOFF to NM_MT_BS11_LMT_LOGOFF by Harald Welte · 15 years ago
  98. 8e1e3ee introduce generic callback function and hook enum by Harald Welte · 15 years ago
  99. 043d04a * Use new NM_ATT_BS11 definitions instead of magic numbers by Harald Welte · 15 years ago
  100. 934e68b more BS11 specific attribute definitions by Harald Welte · 15 years ago