Revisions of gr-gsm

Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 23)
- Update to version 0.42.1.0:
  * New gr-gsm version
  * apps/grgsm_trx: print bind / remote address and port
  * apps/grgsm_trx: introduce bind address option
  * gsm_trx_burst_if: allow to customize the bind address
  * trx/ctrl_if.py: send control responses to where commands are from
  * trx/udp_link.py: set SO_REUSEADDR socket option
  * trx/udp_link.py: close socket in destructor
  * apps/grgsm_trx: use format string for help message
  * trx/radio_if.py: drop useless import of osmosdr
  * trx/radio_if.py: reset UHD device time at startup
  * grgsm_trx: change default TRX port number to 6700
  * apps/grgsm_trx: also print Piotr as a copyright holder
  * tests: Fix Debian and Kali dockerfiles
  * Keep the old mailing list for now but change wiki address and installation description addres to the new (osmocom) ones.
  * README.md: Turn URLs into hyperlinks (video, mailing list)
  * README.md: Change mailing list address to osmocom.org
  * Simplify cmake checks related to libosmocore
  * Run tests with CTEST_OUTPUT_ON_FAILURE=1
  * Add LOCAL_OSMOCOM cmake option
  * Placing grcc compilation utils in separate files Avoiding increasing required cmake version with use of wrapper shell script.
  * Separating libosmogsm from the rest
  * Check that pkg-config is available
  * Add DEBIAN_FRONTEND=noninteractive
  * Fix the parallel build with cmake 3.11
  * Add CentOS7 docker container
  * Add cmake options that enable/disable grcc compilation
  * Changing tabs to spaces
  * Disabling installation of desktop files Installation of dekstop files is causing problems with packaging - github issue #335. Disabling it then.
  * Commenting out a line causeing crash on HackRF
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 22)
- Fix boost dependecies for recent openSUSE versions
- Specfile cleanup
- Add patch:
  * gr-gsm-fix-boost-linking-issue.patch
- Update to version  gr-gsm-0.41.4git.9:
  * Moved control channels decoder to libosmocore implementation
  * Correction of comment in the decryption block
  * SCH decoding with libosmocore
  * Added license statements where it was missing
  * Control channels decoding with libosmocore
  * little changes in apps readme
  * License statement in clock offset control
  * TCH decoding with libosmocore
  * #213: Fixes 3-digit MNC
  * #240: Implemented block for extraction of information from cipher mode command messages
  * Changes in decoding: -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.
  * Implemented system info collection block
  * Changed frequency estimator to the old one that worked better
  * Changes in the livemon: -changed frequency range, -added abiliti to set fractional frequency correction.
  * Ressurected old frequency correction function
  * Fix operator precedence in comparisons
  * Added gain option to the wideband_scanner - so changing gain parameter have effect
  * Fix (hack) of lack of text output of the scanner
  * Added interpretation of SC (start ciphering) field in cmc extractor
  * Quick hack to interpret unencrypted assignment commands
  * Removed wideband_input_adaptor
  * Changed mask for System Information type 2ter. Closes #281.
  * Added clock offset measurement in ppm as it is usable for debugging.
  * burst_timeslot_filter: implement and expose GET/SET API
  * burst_fnr_filter: implement and expose GET/SET API
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 21)
- Update to version 0.0.0.git1480504125.fcf7e34:
  * 	modified:   lib/demapping/tch_f_chans_demapper_impl.cc 	modified:   lib/demapping/tch_f_chans_demapper_impl.h
  * Changed default sample rate
  * Added uplink/downlink splitter
  * Little corrections to uplink/downlink filter
  * TCH/F decoding correction - less wrong messages interpreted as voice frames
  * Optional in/out for tch/f demapper
  * Removed call to delete_head_blocking that was removed from new gnu radio
  * Commented out one include
  * Changed method of frequency estimation
  * Changed path (flow_control) and name of uplink_downlink_filter to splitter
  * #154: fix for arfcn conversion
  * Reflecting changes of arfcn module, re-ordering of output code to prevent messages about reattached kernel driver
  * #193: Adding option for enabling voice boundary detection in grgsm_decode
  * #208: fixed samp_rate variable
  * added entry to gitignore
  * #208: Fixed port names of offset control and input
  * Include of grgsm/endian.h allows for make on OSX
  * Fix for #232 (incorrect facch subtype)
  * Fixes incorrect arguments in wideband_scanner
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 20)
- Update to version 0.0.0.git1469043580.7973538:
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 19)
- Update to version 0.0.0.git1455906797.0fdbfdd:
  + Changed parts with "gnuradio_grgsm" to grgsm from cmake files
  + Next corrections to the buildsystem

- Update to version 0.0.0.git1455707462.89cac10:
  + Missing part of fix of the #135 bug
  + Removed old and now not needed hack from the receiver's synchronization algorithm
  + Renamed applications. Legacy names are kept as symlinks.
  + Changes of names of applications -removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.
  + Updated readmes to include renamed applications
  + Changed formatting of the Readme in apps directory
  + Added ability to supply device arguments as parameter to applications. Change adressing #140 enhancement request. It is possible to select rtl-sdr dongle: -with device index through commanline parameter: `--args="rtl=1"` (where 1 is the device index). Caution: device index is not unique identifier and it changes on each connection of the dongle. -with devices serial number, the commandline option in this case has following form: `--args="rtl=00000001"` (where 00000001 is the serial number).
  + Tiding up cmake code for creating symbolic links
  + Removed redundant "gnuradio" from the grgsm library's name
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 18)
- Update to version 0.0.0.git1452115269.8715da0:
  + Another approach to fix for problem #135 with message inputs of hierarhical blocks, caused by incompatibility introduced in GNU Radio 3.7.9.
  + Fixed all hierarchical blocks in the project by adding a hier_block class that solves incompatibility between GNU Radio >=3.7.9 and <=3.7.8 and inheriting all hierarchical blocks from it. This commit fixes #135
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 17)
Update to version 0.0.0.git1451660486.3a527f8
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 16)
Update to version 0.0.0.git1448176022.34935e9
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 15)
Update to version 0.0.0.git1443680617.06ecb02
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 14)
Update to version 0.0.0.git1442749986.351d217
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 13)
test without parallel build
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 12)
Update to version 0.0.0.git1439813999.20d2de4
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 11)
Update to version 0.0.0.git1438876554.b78bd07
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 10)
Update to version 0.0.0.git1437584735.590d96c
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 9)
fix build
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 8)
Update to version 0.0.0.git1436345441.42411c6
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 7)
Update to version 0.0.0.git1431068357.a25b830
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 6)
Update to version 0.0.0.git1428913119.808daf1
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 5)
Update to version 0.0.0.git1428913119.808daf1
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 4)
add missing source file
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by