aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-06-19Simplify cmake checks related to libosmocorePiotr Krysik1-1/+1
2018-06-18Separating libosmogsm from the restPiotr Krysik1-4/+2
2018-05-05Moving trx burst interface to trx directoryPiotr Krysik1-0/+1
and to new 'Transceiver' cathegory in gnuradio-companion
2018-04-16Merge branch 'ptrkrysik/trx' into developmentPiotr Krysik1-0/+1
2018-03-04Conditional compilation of local libosmocore depending if there is or is not ↵Piotr Krysik1-6/+11
libosmocore installation present on the system
2018-02-28Slight changes to CMake file and libosmocoding file (include change)Piotr Krysik1-1/+2
2018-02-27Hack: commented out linking with libosmocore librariesPiotr Krysik1-2/+14
Portability fix: If on windows link wsock32 and ws2_32 libraries
2017-11-05Refactor the 'TRX Burst Interface' blockVadim Yanitskiy1-1/+0
The following changes were made: - Both implementation and headers were merged with misc_utils - Fixed namespace mess: was gr::grgsm, became gr::gsm - More accurate class name was chosen: "trx_burst_if"
2017-11-05Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block)Piotr Krysik1-0/+1
2017-09-19Merge branch 'development' into ptrkrysik/trxPiotr Krysik1-1/+1
# Conflicts: # swig/grgsm_swig.i
2017-09-13Corrections of cmake filesPiotr Krysik1-1/+1
2017-09-13Correcting cmake file from lib directoryPiotr Krysik1-1/+0
2017-09-13Merge branch 'development' into ptrkrysik/trxPiotr Krysik1-57/+35
# Conflicts: # lib/CMakeLists.txt
2017-09-13Changed organization of cmake filesPiotr Krysik1-55/+33
Cmake files were added into subdirectories.
2017-09-12Merge branch 'fixeria/trx' into developmentPiotr Krysik1-0/+2
# Conflicts: # swig/grgsm_swig.i
2017-08-24Added versioning borrowed fron GNU Radio to gr-gsmPiotr Krysik1-0/+24
2017-08-23Moved openbts codes into a separate directory and updated their license ↵Piotr Krysik1-6/+6
statements so they can be automatically processed
2017-08-22Merge branch 'libosmocore_integration' into packaging_piotrPiotr Krysik1-4/+9
# Conflicts: # python/receiver/gsm_wideband_input.py
2017-07-07Implement transceiver interfaceVadim Yanitskiy1-0/+2
This change introduces a new block 'TRX Interface', which is aimed to provide an interface for external applications, such as Osmocom MS side stack implementation - OsmocomBB. Currently one allows to exchange raw GSM bursts between GR-GSM and other applications. Moreover, there is a new 'trx.py' application, which implements a simple follow graph, where all demodulated bursts are being sent to external application via UDP link provided by 'TRX Interface'. OsmoTRX (Osmocom's fork of OpenBTS transceiver) like control interface is used to initialize, configure, start and stop the application. Messages on this interface are human readable ASCII strings, which contain a command and some related parameters.
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik1-0/+1
2017-01-11Implemented system info collection blockRoman Khassraf1-0/+1
2017-01-03Merge branch 'development' into libosmocore_integrationPiotr Krysik1-0/+1
2017-01-03Changes in decoding:Piotr Krysik1-2/+9
-copied decoding routines from libosmocore to gr-gsm, -made cmake files entries for new source files and added linking with libosmocodec, -moved sch.c file to decoding folder.
2016-12-04#240: Implemented block for extraction of information from cipher mode ↵Roman Khassraf1-0/+1
command messages
2016-10-02Control channels decoding with libosmocorePiotr Krysik1-2/+0
2016-09-28Moved control channels decoder to libosmocore implementationPiotr Krysik1-1/+1
2016-08-30Changed path (flow_control) and name of uplink_downlink_filter to splitterPiotr Krysik1-1/+1
2016-08-16Added uplink/downlink splitterPiotr Krysik1-0/+1
2016-07-18Removed blocks related to old frequency correction loop (controlled const ↵Piotr Krysik1-1/+0
source and old clock offset corrector)
2016-07-15Changes in the buildsystem for new blocksPiotr Krysik1-1/+1
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik1-5/+6
2016-05-29Added msg_to_tag block - currently it does nothingPiotr Krysik1-0/+1
2016-02-19Next corrections to the buildsystemPiotr Krysik1-3/+2
2016-02-19Changed parts with "gnuradio_grgsm" to grgsm from cmake filesPiotr Krysik1-2/+3
2015-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf1-0/+1
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf1-0/+1
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf1-0/+3
2015-08-05Merged origin/flow-control-100 into dev, fixed conflictsRoman Khassraf1-0/+4
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf1-0/+1
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf1-0/+1
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf1-0/+1
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf1-0/+1
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf1-0/+2
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf1-2/+2
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf1-2/+2
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf1-5/+6
2015-07-29Implemented message sink block for unit testingRoman Khassraf1-1/+2
2015-07-27Implemented message source block for unit testingRoman Khassraf1-1/+2
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf1-0/+1
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf1-0/+1