# # ChangeLog for /vtcross/trunk/src/cognitive_engines/DSA_CE # # Generated by Trac 0.11.7 # 07/06/24 00:42:32 Mon, 04 Jan 2010 20:14:18 GMT bhilburn [533] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Converted the DSA_CE to use the new class tree. Mon, 04 Jan 2010 20:14:16 GMT bhilburn [529] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) Minor whitespace fixes - empting changeset in preperation for branch. Tue, 17 Nov 2009 20:13:58 GMT bhilburn [521] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added some more doxygen docs at the top of files. Wed, 11 Nov 2009 21:33:40 GMT trnewman [515] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) small fix Wed, 11 Nov 2009 21:32:38 GMT trnewman [514] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) Capped utility to prevent positive feedback loop Wed, 11 Nov 2009 21:23:17 GMT trnewman [513] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) Increased PU detection threshold for utility punishment Wed, 11 Nov 2009 21:14:58 GMT trnewman [512] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) debug Wed, 11 Nov 2009 21:03:01 GMT trnewman [511] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) Making it obvious where the core DSA algorithm is located Wed, 11 Nov 2009 20:34:49 GMT trnewman [509] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Took out some debug and added some stats Wed, 11 Nov 2009 20:20:13 GMT trnewman [508] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) Removed uneeded sql insert Wed, 09 Sep 2009 18:01:13 GMT bhilburn [475] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) The DSA CE is now properly using std::strings. Mon, 07 Sep 2009 21:28:20 GMT bhilburn [469] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Moved over the necessary CBR functionality for DSA_CE using the new C++ ... Mon, 07 Sep 2009 16:43:48 GMT bhilburn [465] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cognitive_engine.h (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/cross_shell.h (added) * vtcross/trunk/src/include/vtcross/policy_engine.h (added) * vtcross/trunk/src/include/vtcross/service_management_layer.h (added) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) First step in revamping component architecture in preperation for fixing ... Wed, 05 Aug 2009 15:08:41 GMT trnewman [416] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (deleted) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cross-examples (added) * vtcross/trunk/src/cross-examples/c++ (added) * vtcross/trunk/src/cross-examples/python (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/README (copied) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (copied) * vtcross/trunk/src/cross-examples/python/libcross_demo.py (copied) * vtcross/trunk/src/shell/configs/ossie_demo.xml (added) Moving examples around to a more appropiate directory. Mon, 03 Aug 2009 15:24:30 GMT trnewman [414] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (modified) Small update. Mon, 03 Aug 2009 15:23:38 GMT trnewman [413] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (deleted) removing uneeded files. Mon, 03 Aug 2009 15:18:26 GMT trnewman [411] * vtcross/trunk/COPYING (added) * vtcross/trunk/Makefile.am (modified) * vtcross/trunk/Makefile.common (modified) * vtcross/trunk/configure.ac (modified) * vtcross/trunk/doc/Makefile.am (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.c (deleted) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/include/Makefile.am (modified) * vtcross/trunk/src/include/tinyxml/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cbr.h (modified) * vtcross/trunk/src/include/vtcross/common.h (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/debug.h (modified) * vtcross/trunk/src/include/vtcross/error.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/lib/tinyxml/Makefile.am (modified) * vtcross/trunk/src/policy_engines/Makefile.am (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Adding Apache license information. Mon, 03 Aug 2009 14:12:34 GMT trnewman [410] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added short README about benchmark_dsa.py Using python dict instead of ... Mon, 03 Aug 2009 13:15:45 GMT trnewman [409] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding proper license and copyright info Fri, 31 Jul 2009 02:42:42 GMT trnewman [408] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added exception so code defaults to random channel selection if cross ... Fri, 31 Jul 2009 02:26:07 GMT trnewman [407] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line options for sensing threshold. Fri, 31 Jul 2009 01:36:45 GMT trnewman [406] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line argument for using cross or random. Thu, 30 Jul 2009 15:04:21 GMT trnewman [395] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (moved) Renaming to reflect origins. Wed, 29 Jul 2009 20:23:27 GMT trnewman [392] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Thresholds changing Wed, 29 Jul 2009 20:10:39 GMT trnewman [391] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Fleshed out DSA reference implementation Wed, 29 Jul 2009 04:31:04 GMT trnewman [390] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Functional DSA CBR, although it picks a random row. Wed, 29 Jul 2009 03:23:14 GMT trnewman [389] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added DSA CBR reference implementation. Added simple python example ... Mon, 27 Jul 2009 15:50:24 GMT trnewman [376] * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) fixed naming change Mon, 27 Jul 2009 15:49:38 GMT trnewman [375] * vtcross/trunk/examples (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (added) * vtcross/trunk/src/shell/configs (added) * vtcross/trunk/src/shell/configs/demo.xml (added) * vtcross/trunk/src/shell/configs/example.xml (added) Added DSA CE files, and moved XML configurations to the shell directory. Mon, 20 Jul 2009 02:08:32 GMT trnewman [348] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Adding new DSA CE directory