# # ChangeLog for / # # Generated by Trac 0.11.7 # 05/17/24 02:40:16 Mon, 28 Sep 2009 21:12:26 GMT bhilburn [493] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/README (modified) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Fixing whitespace issues in benchmark_dsa.py, updated contact info. Thu, 24 Sep 2009 02:55:52 GMT trnewman [492] Removing more uneeded items. Thu, 24 Sep 2009 02:50:31 GMT trnewman [491] Adding extra dirs and removing uneeded python dir Thu, 24 Sep 2009 02:47:10 GMT trnewman [490] Adding IDL check Thu, 24 Sep 2009 02:44:33 GMT trnewman [489] Revamp Thu, 24 Sep 2009 02:38:46 GMT trnewman [488] Forgot to add makefile Thu, 24 Sep 2009 02:37:54 GMT trnewman [487] Adding reconf Thu, 24 Sep 2009 02:36:36 GMT trnewman [486] Removing cryptopp source Thu, 24 Sep 2009 02:34:29 GMT trnewman [485] Adding autofoo system in place of old system. Thu, 24 Sep 2009 01:30:45 GMT trnewman [484] Removing unused directory. Tue, 22 Sep 2009 18:48:34 GMT sriram [483] * vtcross/branches/sriram/rfic (added) * vtcross/branches/sriram/rfic/Makefile.am (added) * vtcross/branches/sriram/rfic/burn-db-eeprom (added) * vtcross/branches/sriram/rfic/db_boards.cc (added) * vtcross/branches/sriram/rfic/db_rfic.cc (added) * vtcross/branches/sriram/rfic/db_rfic.h (added) * vtcross/branches/sriram/rfic/usrp_dbid.cc (added) * vtcross/branches/sriram/rfic/usrp_dbid.dat (added) * vtcross/branches/sriram/rfic/usrp_dbid.h (added) Adding driver files to folder rfic Tue, 22 Sep 2009 18:45:44 GMT sriram [482] * vtcross/branches/sriram/Makefile.am (deleted) * vtcross/branches/sriram/db_boards.cc (deleted) * vtcross/branches/sriram/db_rfic.cc (deleted) * vtcross/branches/sriram/db_rfic.h (deleted) * vtcross/branches/sriram/usrp_dbid.cc (deleted) * vtcross/branches/sriram/usrp_dbid.dat (deleted) * vtcross/branches/sriram/usrp_dbid.h (deleted) Deleting rfic files from the main folder Tue, 22 Sep 2009 18:42:41 GMT sriram [481] * vtcross/branches/sriram/burn-db-eeprom (deleted) Deleting from main branches folder Tue, 22 Sep 2009 16:25:37 GMT trnewman [480] * vtcross/branches/sriram/Makefile.am (added) * vtcross/branches/sriram/burn-db-eeprom (added) * vtcross/branches/sriram/db_boards.cc (added) * vtcross/branches/sriram/db_rfic.cc (added) * vtcross/branches/sriram/db_rfic.h (added) * vtcross/branches/sriram/usrp_dbid.cc (added) * vtcross/branches/sriram/usrp_dbid.dat (added) * vtcross/branches/sriram/usrp_dbid.h (added) Adding motorola rfic driver files Fri, 18 Sep 2009 14:25:13 GMT bhilburn [479] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) A few changes to the SML which might be necessary for the sql code to ... Wed, 09 Sep 2009 20:04:18 GMT bhilburn [478] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) Fixing the math include to C++ standards. Wed, 09 Sep 2009 18:01:14 GMT bhilburn [477] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) The OSSIE CBR is now properly using strings. Wed, 09 Sep 2009 18:01:14 GMT bhilburn [476] * vtcross/trunk/src/include/vtcross/cbr.h (modified) I have no idea how this was getting past the compiler. 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. Wed, 09 Sep 2009 18:01:13 GMT bhilburn [474] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) Missed a few char* casts last time - removing them now. Wed, 09 Sep 2009 18:01:12 GMT bhilburn [473] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) The CBR_CE is now properly using strings. Wed, 09 Sep 2009 18:01:12 GMT bhilburn [472] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Cleaned up the CBR code and converted it from c-strings to std::string. ... Wed, 09 Sep 2009 18:01:11 GMT bhilburn [471] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Larger-block reformats. About to start converting from c-strings to ... Mon, 07 Sep 2009 22:11:52 GMT bhilburn [470] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Converted the OSSIE CE over to the C++ CBR by creating a child class of ... 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 21:04:29 GMT bhilburn [468] * 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 (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fully implemented the CBR as a C++ class, and using it within the CBR_CE ... Mon, 07 Sep 2009 16:47:30 GMT bhilburn [467] * vtcross/trunk/src/libvtcross/swig/cross.py (deleted) * vtcross/trunk/src/libvtcross/swig/libvtcross_wrap.cpp (deleted) I'm a moron - undoing the last commit. Mon, 07 Sep 2009 16:45:47 GMT bhilburn [466] * vtcross/trunk/src/libvtcross/swig/cross.py (added) * vtcross/trunk/src/libvtcross/swig/libvtcross_wrap.cpp (added) Adding SWIG files to the SCM. 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 ... Fri, 04 Sep 2009 15:32:27 GMT trnewman [464] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Removing the set_freq function call from benchmark_dsa.py Fri, 04 Sep 2009 01:37:42 GMT trnewman [463] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Updating to work with latest gnuradio utilities. Thu, 03 Sep 2009 16:30:46 GMT bhilburn [462] * vtcross/branches/fixingSML (deleted) Previous commit merged changes over. Ceasing work on fixing the SML ... Thu, 03 Sep 2009 16:29:03 GMT bhilburn [461] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Merge branch 'local-fixingSML' into local-trunk Thu, 03 Sep 2009 16:09:04 GMT bhilburn [460] * vtcross/branches/fixingSML/src/include/vtcross/components.h (modified) Mostly whitespace fixes. Only commiting so I can merge changes and ... Thu, 03 Sep 2009 15:24:09 GMT bhilburn [459] * vtcross/branches/fixingCBR (deleted) * vtcross/branches/sectorizedPE (deleted) Deleting old branches that I never used before leaving for the Summer. Thu, 03 Sep 2009 04:23:49 GMT trnewman [458] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) Bug fixes for ossie demo Wed, 02 Sep 2009 22:33:48 GMT cdietric [457] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) * vtcross/trunk/src/shell/configs/ossie_demo.xml (modified) updates for CROSS-OSSIE demo Wed, 02 Sep 2009 21:07:43 GMT bhilburn [456] * vtcross/branches/fixingSML/src/service_management_layer/ServiceManagementLayer.cpp (modified) Reworked some of the global fields to make them easier to read & follow. Wed, 02 Sep 2009 20:26:37 GMT bhilburn [455] * vtcross/branches/svn-commit.tmp (deleted) Deleting a temporary file that shouldn't be in the repo. Wed, 02 Sep 2009 20:23:47 GMT bhilburn [454] * vtcross/branches/fixingSML (copied) Create branch fixingSML Wed, 02 Sep 2009 15:29:24 GMT trnewman [453] * vtcross/trunk/configure.ac (modified) Fixed bug for older versions of automake where macro didnt propagate Wed, 02 Sep 2009 14:31:34 GMT bhilburn [452] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/configs/Makefile.am (modified) Making autofoo work properly with the shell/configs directory. Wed, 02 Sep 2009 03:16:34 GMT trnewman [451] * vtcross/trunk/src/shell/configs/Makefile.am (added) This is also needed for including configs into dist Wed, 02 Sep 2009 03:07:14 GMT trnewman [450] * vtcross/trunk/configure.ac (modified) Fixing configs bug Tue, 01 Sep 2009 20:52:42 GMT trnewman [449] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) * vtcross/trunk/src/shell/Makefile.am (modified) Added timestamp in OSSIE demo, probably should make this a common thing ... Tue, 01 Sep 2009 15:35:28 GMT bhilburn [448] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Commenting out the printDatabase function since it isn't complete, and ... Mon, 31 Aug 2009 21:53:53 GMT bhilburn [447] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed the print database command to operate like the rest of the code in ... Mon, 31 Aug 2009 21:30:09 GMT bhilburn [446] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Cleaned up the code, but it still needs to be heavily refactored. Lots ... Fri, 28 Aug 2009 20:53:43 GMT bhilburn [445] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) 55% done with code cleanup. Discovered a variable scoping issue that is ... Fri, 28 Aug 2009 15:58:02 GMT bhilburn [444] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) 40% done reworking the SML source. Wed, 26 Aug 2009 22:49:00 GMT bhilburn [443] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Code cleanup in the sqlite DB creation functions. Wed, 26 Aug 2009 22:35:44 GMT bhilburn [442] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed a memory leak (and redundant memory allocation), and moved the ... Wed, 26 Aug 2009 22:35:43 GMT bhilburn [441] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Mostly style fixes. Changing over some fprintf's to use the proper ... Wed, 26 Aug 2009 22:35:43 GMT bhilburn [440] * vtcross/trunk/src/include/vtcross/components.h (modified) Replacing tabs with spaces. Wed, 26 Aug 2009 21:19:39 GMT bhilburn [439] * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed local includes. In order for autofoo installs to work, the install ... Tue, 25 Aug 2009 19:00:10 GMT bhilburn [438] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Made 2221 substitions (tabs to spaces) on nearly 800 lines. Tue, 25 Aug 2009 18:40:40 GMT bhilburn [437] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Mostly style fixes (tabs -> spaces, wrong indentation, etc). Tue, 25 Aug 2009 18:40:39 GMT bhilburn [436] * vtcross/trunk/src/include/vtcross/debug.h (modified) I'm an idiot and forgot WARNING was already in error.h Tue, 25 Aug 2009 17:35:50 GMT bhilburn [435] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Now outputting socketFD in of registered components in logs, returning ... Tue, 25 Aug 2009 17:35:50 GMT bhilburn [434] * vtcross/trunk/src/include/vtcross/debug.h (modified) Creating a 'WARNING' macro that outputs to stderr so we don't output ... Tue, 25 Aug 2009 17:20:37 GMT bhilburn [433] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Reworked memory allocation in the constructors a bit more. Looking at, ... Tue, 25 Aug 2009 17:15:46 GMT bhilburn [432] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Fixed a memery allocation issue that might have segfaulted, and a memory ... Tue, 25 Aug 2009 17:15:45 GMT bhilburn [431] * vtcross/trunk/src/include/vtcross/components.h (modified) Fixing some data typing issues, and some style bugs. Mon, 24 Aug 2009 21:00:04 GMT bhilburn [430] * vtcross/trunk/AUTHORS (modified) * vtcross/trunk/README (modified) Adding authors and a line about installing to the readme. Mon, 24 Aug 2009 21:00:03 GMT bhilburn [429] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) Reworked the build process for libvtcross so that it would build in the ... Thu, 20 Aug 2009 23:59:40 GMT brandon [428] CryptoSubSystem update Thu, 20 Aug 2009 21:42:00 GMT brandon [427] Cryptographic functions update Thu, 20 Aug 2009 05:56:33 GMT trnewman [426] Fixes Thu, 20 Aug 2009 05:49:00 GMT trnewman [425] Socket Fixes Thu, 20 Aug 2009 02:25:22 GMT brandon [424] Updates to messagegenerator and interfaces network code Thu, 20 Aug 2009 01:38:13 GMT brandon [423] Updates Tue, 18 Aug 2009 00:48:45 GMT brandon [422] Most Recent Update Mon, 17 Aug 2009 20:18:11 GMT trnewman [421] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) SML bug fixed Mon, 17 Aug 2009 19:34:45 GMT trnewman [420] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Increased timeout. Just a HACK for the socket timeout problem. Fri, 07 Aug 2009 15:03:00 GMT wrodgers [419] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Updated c-string operations to c++ Wed, 05 Aug 2009 15:53:31 GMT trnewman [418] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) Cleaning up warnings Wed, 05 Aug 2009 15:50:41 GMT trnewman [417] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (added) Adding OSSIE demo CE. 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 19:24:33 GMT brandon [415] Updates for a new server and littly tweaks. 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:21:36 GMT trnewman [412] * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.cpp (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/__init__.py (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (modified) Adding Apache license information. 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 21:03:29 GMT trnewman [405] Updating cryptoss Thu, 30 Jul 2009 20:57:10 GMT brandon [404] Updates for Crypto Control and MessageGenerator Thu, 30 Jul 2009 19:32:55 GMT brandon [403] Message Generator Memory Dump: uncommented delete interfaces Thu, 30 Jul 2009 19:31:21 GMT brandon [402] Thu, 30 Jul 2009 18:14:10 GMT brandon [401] CryptoControl U.h update to generate id: initialized string Thu, 30 Jul 2009 17:49:07 GMT brandon [400] CryptoControl generate id update Thu, 30 Jul 2009 17:34:29 GMT brandon [399] CryptoSS updates Thu, 30 Jul 2009 17:27:56 GMT brandon [398] CryptoSS update Thu, 30 Jul 2009 17:21:44 GMT brandon [397] CryptoSS Recv Updates Thu, 30 Jul 2009 16:57:49 GMT brandon [396] Latest bug fixes 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:29:51 GMT trnewman [394] * vtcross/trunk/src/libvtcross/swig/__init__.py (added) Forgot to add this little trick file to ensure the python package is ...