1. b9c758b more SMS improvements by Harald Welte · 15 years ago
  2. 5a691b5 fix measurement report parsing of MEAS VALID logic by Harald Welte · 15 years ago
  3. 87f5d63 more layering /abstraction of sms protocol by Harald Welte · 15 years ago
  4. 6c1a213 Merge branch 'master' into sms by Harald Welte · 15 years ago
  5. 24516ea make sure we always schedule a location updating reject by Harald Welte · 15 years ago
  6. 4a3464c remove bogus extra check for data->imsi[0] in mncc_send by Harald Welte · 15 years ago
  7. 73be3aa remove superfluous check for lchan->use > 0 by Harald Welte · 15 years ago
  8. 81543bc release channel on ERROR INDICATION by Harald Welte · 15 years ago
  9. 1a5c6bd gsm48 lchan signal handling: use correct pointer by Harald Welte · 15 years ago
  10. dd2b434 make sure misdn plugin handles DL_UNITDATA_IND by Harald Welte · 15 years ago
  11. 8a396b7 Merge branch 'master' into sms by Harald Welte · 15 years ago
  12. 63aba29 update wireshark patches to current svn (28938) by Harald Welte · 15 years ago
  13. 450129f support parsing of ip.access 12.21 test reports by Harald Welte · 15 years ago
  14. a0c0b57 add more TLV parser definitiosn for IPA NM attributes by Harald Welte · 15 years ago
  15. 684b1a8 add code to ipaccess-config set nanoBST NVRAM attributes by Harald Welte · 15 years ago
  16. 1cc3fa8 wireshark: more work on completing abis_oml plugin by Harald Welte · 15 years ago
  17. 89cdce2 Merge branch 'master' into sms by Harald Welte · 15 years ago
  18. 1a99130 Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  19. 8dc1a68 updated version of wireshark ipaccess RSL plugin (just cosmetic changes) by Harald Welte · 15 years ago
  20. 9446d32 ip.access test numbers by Harald Welte · 15 years ago
  21. d2f11f2 add more ipaccess 12.21 OML extension definitions by Harald Welte · 15 years ago
  22. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  23. 7b98d13 Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  24. 042401c ipaccess-find: remove compile-time specified local ip address by Harald Welte · 15 years ago
  25. eab3335 fix various RSL msgb memory leaks in error paths by Harald Welte · 15 years ago
  26. a036854 cosmetic cleanup of LOCATION UPDATE REQ print-out by Harald Welte · 15 years ago
  27. 10d0e67 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  28. a39c689 fix various RSL msgb memory leaks in error paths by Harald Welte · 15 years ago
  29. dd1ae39 cosmetic cleanup of LOCATION UPDATE REQ print-out by Harald Welte · 15 years ago
  30. dfeaf18 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  31. 53888bf Merge branch 'master' into sms by Harald Welte · 15 years ago
  32. 6bfda78 make tests compile again after talloc branch changes by Harald Welte · 15 years ago
  33. 470ec29 use taloc_zero() rather than talloc() and explisit memset() by Harald Welte · 15 years ago
  34. c05677b fix two segfaults by Harald Welte · 15 years ago
  35. 9b11e87 zero-initialize some more memory that we allocate by Harald Welte · 15 years ago
  36. 678bdea add FIXME about memory leak every time we close telnet by Harald Welte · 15 years ago
  37. 316c825 fix MNCC memory leak by Harald Welte · 15 years ago
  38. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  39. f165716 Merge branch 'master' into talloc by Harald Welte · 15 years ago
  40. 9e20bc5 updated RSL wireshark patch by Harald Welte · 15 years ago
  41. 560982b fix typos by Harald Welte · 15 years ago
  42. 6900c16 add new wireshark A-bis OML dissector, incomplete by Harald Welte · 15 years ago
  43. d64d2ad enable OML dissector lookup, register ourselves as "gsm_abis_ip" dissector by Harald Welte · 15 years ago
  44. 244b94b abis_nm.h: Fix various typos by Harald Welte · 15 years ago
  45. c8fb714 Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  46. fe9af26 Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  47. 704d8c0 Merge branch 'master' into talloc by Harald Welte · 15 years ago
  48. a4ffea9 fix various talloc / dynamic bts/trx related bugs by Harald Welte · 15 years ago
  49. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  50. fa457b1 fix setfault during registration of VTY TRX function by Harald Welte · 15 years ago
  51. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  52. 879dc97 fix setfault during registration of VTY TRX function by Harald Welte · 15 years ago
  53. 93e9d17 replace 'struct gsm_attr' by 'struct tlv_parsed' by Harald Welte · 15 years ago
  54. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  55. a865f1b BS11: use abis_nm_set_{bts,radio}_attr() by Harald Welte · 15 years ago
  56. 8ddb2cc replace 'struct gsm_attr' by 'struct tlv_parsed' by Harald Welte · 15 years ago
  57. d05559e Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  58. a8f0c57 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  59. 14d8e16 BS11: use abis_nm_set_{bts,radio}_attr() by Harald Welte · 15 years ago
  60. c079be4 mncc: Add IMSI to gsm_mncc by Andreas Eversberg · 15 years ago
  61. 4acc232 add GSM 4.11 SMS CP and RP cause values as enum by Harald Welte · 15 years ago
  62. a717d5d Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  63. ff87157 Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  64. 7563ac9 Use correct cause value and cause location by Andreas Eversberg · 15 years ago
  65. 71aab45 Fix lchan refcounting in case of IMSI DETACH by Andreas Eversberg · 15 years ago
  66. 2dceae6 make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  67. fab4368 Merge commit 'origin/master' into mncc-harald by Harald Welte · 15 years ago
  68. 8426a83 [misc] Fix make distcheck by adding compat_af_isdn.h by Holger Hans Peter Freyther · 15 years ago
  69. 3cfdb22 SMS: fix parsing of destination phone number by Harald Welte · 15 years ago
  70. b895507 Increase LCHAN_RELEASE_TIMEOUT to 10 seconds by Harald Welte · 15 years ago
  71. 92f70c5 04.08: Make mncc-harald branch work by Harald Welte · 15 years ago
  72. a718780 SMS: fix parsing of destination address BCD by Harald Welte · 15 years ago
  73. 5d4b1c2 abis_nm: fix printing of ADMinistrative state by Harald Welte · 15 years ago
  74. c66b71c use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  75. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  76. ec44e1f Merge commit 'origin/master' by Harald Welte · 15 years ago
  77. 20152a3 [pcap] Write incoming packages without the extra mISDN header by Andreas Eversberg · 15 years ago
  78. 85a7b36 Handle and dispatch paging requests in gsm_subscriber by Holger Freyther · 15 years ago
  79. 800d29d [channel] Add a test case for the request foo in gsm_subscriber.c by Holger Hans Peter Freyther · 15 years ago
  80. 04866d4 Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  81. fdac4cc [paging] Unbreak breakge when moving things into paging.c by Holger Hans Peter Freyther · 15 years ago
  82. 500f3ca [o&m] Dispatch a signal for nacked O&M messages by Holger Hans Peter Freyther · 15 years ago
  83. e91f578 [bsc_hack] Sanity check for the GSM1800 nanoBTS by Holger Hans Peter Freyther · 15 years ago
  84. 5c85ef9 Remove use_lchan and put_lchan from location updating request paths by Holger Hans Peter Freyther · 15 years ago
  85. 2c45123 Move the "finding" of the right BTS into paging.c by Holger Hans Peter Freyther · 15 years ago
  86. cd1f751 Search for BTS's in the Location Area of the subscriber we call by Holger Hans Peter Freyther · 15 years ago
  87. 0c38930 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  88. be14310 use gsm_bts_by_lac() function to start paging of all bts with same lac by Harald Welte · 15 years ago
  89. 2d112ad re-add wireshark and linux-kernel patches by Harald Welte · 15 years ago
  90. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago
  91. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  92. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  93. bd8f7e3 fix typo CHANNL->CHANNEL by Harald Welte · 15 years ago
  94. d0fbab5 some more comments by Harald Welte · 15 years ago
  95. 9175447 db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Eversberg) by Holger Freyther · 15 years ago
  96. d51524f gsm_04_08.c: Kill duplication pointed out by Andreas Eversberg by Holger Freyther · 15 years ago
  97. 7a12faa gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg) by Holger Freyther · 15 years ago
  98. 578001b bsc_hack.c: Fix the -l db option (Andreas Eversberg) by Holger Freyther · 15 years ago
  99. 3cf00fb Add the isdnsync program which enable layer1 and layer2 on a card by Holger Freyther · 15 years ago
  100. 6d9f77a openbscdefines.h: Add header file to control visibility of symbols by Holger Freyther · 15 years ago