osmo-gmr.git branch sylvain/gmr-1-3g created. v0.2-99-gb8bf70a

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Sep 14 14:29:53 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Software for ETSI GMR (GEO Mobile Radio)".

The branch, sylvain/gmr-1-3g has been created
        at  b8bf70a333b6b8fe1052b642939d6c161db95a57 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-gmr/commit/?id=b8bf70a333b6b8fe1052b642939d6c161db95a57

commit b8bf70a333b6b8fe1052b642939d6c161db95a57
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Sep 14 08:29:41 2016 -0600

    [hack] use 3G signal

http://cgit.osmocom.org/osmo-gmr/commit/?id=3eb52cea3b5b4fbcf8da421c388c6d145c03cf16

commit 3eb52cea3b5b4fbcf8da421c388c6d145c03cf16
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Sep 14 07:04:28 2016 -0600

    [hack] Import some utils
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=b9700ddb2d86d60d003f8cc7d40235a6eed9a49e

commit b9700ddb2d86d60d003f8cc7d40235a6eed9a49e
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Wed Mar 14 10:48:46 2012 +0100

    [hack] Add first attempt at live stream processing
    
    rtfwk: Create a new rxfwk subdir to contain the 'RealTime framework' files
    
    So that other apps can re-use it. Note that it's not part of the gmr1
    lib proper and so include files are in that dir and not installed.
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=a8b5bf1a9c4e6e05f95a1825398f405795f6fa79

commit a8b5bf1a9c4e6e05f95a1825398f405795f6fa79
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Sep 11 22:05:39 2016 -0600

    l1/xch_dc12: Add channel coding for various channel types over DC12 bursts
    
    Used in GMR-1 3G
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=8013c3de4261761497293cebb269612f7ce4efce

commit 8013c3de4261761497293cebb269612f7ce4efce
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Tue Mar 8 10:16:31 2016 +0100

    l1/punct: Add all puncturing codes used in GMR-1 3G
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=eb9d362e6225e340a937f552ca2115cdfca4cf2b

commit eb9d362e6225e340a937f552ca2115cdfca4cf2b
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Mon Mar 7 19:01:09 2016 +0100

    l1/conv: Add all convolutional codes used in GMR-1 3G
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=7c936827ddf502bb4bc7959d18df98ea9a805ac9

commit 7c936827ddf502bb4bc7959d18df98ea9a805ac9
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Tue Mar 8 12:53:40 2016 +0100

    sdr/nb: Add DC12 burst definition used in GMR-1 3G
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=22022252083f8833ef8d46d062edc877957a67a0

commit 22022252083f8833ef8d46d062edc877957a67a0
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Mon Mar 7 15:22:07 2016 +0100

    sdr/pi4cxpsk: Add support for pi/2-CBPSK
    
    The rotation is not always pi/4 now.
    Ideally everything should get renamed but that's a big diff and
    will be done later.
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=35ed5379ca29c083e0868cd7adb4404a9c1a0934

commit 35ed5379ca29c083e0868cd7adb4404a9c1a0934
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Mon Feb 1 09:18:39 2016 +0100

    sdr/fcch: Add support for FCCH3 used in GMR-1 3G
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=7bf5c1e1df8d64491baf2e084589d4d21f431a2a

commit 7bf5c1e1df8d64491baf2e084589d4d21f431a2a
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Tue Mar 8 18:08:19 2016 +0100

    General copyright notice update
    
    find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \;
    find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \;
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
Software for ETSI GMR (GEO Mobile Radio)



More information about the osmocom-commitlog mailing list