General copyright notice update

find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;
find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2016-03-08 18:08:19 +01:00
parent adb8cc6aa9
commit 3706e9729a
52 changed files with 52 additions and 52 deletions

2
README
View File

@ -1,3 +1,3 @@
GMR-1 experimentation code GMR-1 experimentation code
(C) 2011 by Sylvain Munaut <tnt@246tNt.com> (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
====================================================================== ======================================================================

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder */ /* GMR-1 AMBE vocoder */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 GSMtap helpers */ /* GMR-1 GSMtap helpers */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 A5 Ciphering algorithm */ /* GMR-1 A5 Ciphering algorithm */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 BCCH channel coding */ /* GMR-1 BCCH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.1 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 CCCH (PCH/AGCH) channel coding */ /* GMR-1 CCCH (PCH/AGCH) channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.2 & 6.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.2 & 6.3 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 convolutional coding */ /* GMR-1 convolutional coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.4 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.4 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 CRC */ /* GMR-1 CRC */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.3 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 L1 - Global definitions */ /* GMR-1 L1 - Global definitions */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 FACCH3 channel coding */ /* GMR-1 FACCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.9 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.9 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 FACCH9 channel coding */ /* GMR-1 FACCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.11 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.11 */
/* (C) 2012 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 interleaving */ /* GMR-1 interleaving */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.8 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.8 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 puncturing */ /* GMR-1 puncturing */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.5 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.5 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 RACH channel coding */ /* GMR-1 RACH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.5 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.5 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 scrambling */ /* GMR-1 scrambling */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.9 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.9 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 TCH3 channel coding */ /* GMR-1 TCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.1 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 TCH9 channel coding */ /* GMR-1 TCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.3 */
/* (C) 2012 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - Global definitions */ /* GMR-1 SDR - Global definitions */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) */ /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,7 @@
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 6.1 /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 6.1
* GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.6 */ * GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.6 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - FCCH burst */ /* GMR-1 SDR - FCCH burst */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 8.1 */ /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 8.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - Normal bursts */ /* GMR-1 SDR - Normal bursts */
/* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */ /* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - pi4-CBPSK and pi4-CQPSK modulation support */ /* GMR-1 SDR - pi4-CBPSK and pi4-CQPSK modulation support */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 5.1 & 5.2 */ /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 5.1 & 5.2 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - internal API */ /* GMR-1 AMBE vocoder - internal API */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder */ /* GMR-1 AMBE vocoder */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Speech parameters to/from frame */ /* GMR-1 AMBE vocoder - Speech parameters to/from frame */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Math functions */ /* GMR-1 AMBE vocoder - Math functions */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder private header */ /* GMR-1 AMBE vocoder private header */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Speech synthesis */ /* GMR-1 AMBE vocoder - Speech synthesis */
/* (C) 2014 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Tables */ /* GMR-1 AMBE vocoder - Tables */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Tone frames */ /* GMR-1 AMBE vocoder - Tone frames */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 Codec decoder tool */ /* GMR-1 Codec decoder tool */
/* (C) 2013 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 G/g matrix geneation for FACCH3 */ /* GMR-1 G/g matrix geneation for FACCH3 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 RACH generation utility */ /* GMR-1 RACH generation utility */
/* (C) 2015 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 Demo RX application */ /* GMR-1 Demo RX application */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* GMR-1 GSMtap helpers */ /* GMR-1 GSMtap helpers */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -9,7 +9,7 @@
* on this. See their paper for more details on how it was done. * on this. See their paper for more details on how it was done.
*/ */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 BCCH channel coding */ /* GMR-1 BCCH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.1 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 CCCH channel coding */ /* GMR-1 CCCH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.2 & 6.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.2 & 6.3 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 convolutional coding */ /* GMR-1 convolutional coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.4 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.4 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 CRC */ /* GMR-1 CRC */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.3 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 FACCH3 channel coding */ /* GMR-1 FACCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.9 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.9 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 FACCH9 channel coding */ /* GMR-1 FACCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.11 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.11 */
/* (C) 2012 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 interleaving */ /* GMR-1 interleaving */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.8 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.8 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 puncturing */ /* GMR-1 puncturing */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.5 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.5 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 RACH channel coding */ /* GMR-1 RACH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.5 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.5 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 scrambling */ /* GMR-1 scrambling */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.9 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.9 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 TCH3 channel coding */ /* GMR-1 TCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.1 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 TCH9 channel coding */ /* GMR-1 TCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.3 */ /* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.3 */
/* (C) 2012 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,7 @@
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 6.1 /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 6.1
* GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.6 */ * GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.6 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - FCCH bursts */ /* GMR-1 SDR - FCCH bursts */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 8.1 */ /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 8.1 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - Normal bursts */ /* GMR-1 SDR - Normal bursts */
/* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */ /* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* GMR-1 SDR - pi4-CBPSK and pi4-CQPSK modulation support */ /* GMR-1 SDR - pi4-CBPSK and pi4-CQPSK modulation support */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 5.1 & 5.2 */ /* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 5.1 & 5.2 */
/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com> /* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify