From 38fce218f8897d120aeba56e811ef7dada898c2c Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 13 Dec 2013 15:51:50 +0100 Subject: [PATCH] GSM HR reference codec download location has changed --- libgsmhr/fetch_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgsmhr/fetch_sources.py b/libgsmhr/fetch_sources.py index cb37e0c..6a3cf00 100755 --- a/libgsmhr/fetch_sources.py +++ b/libgsmhr/fetch_sources.py @@ -11,7 +11,7 @@ except: import StringIO -SRC = "http://ftp.3gpp.org/Specs/2001-06/Ph2/06_series/0606-421/0606_421.zip" +SRC = "http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip" def get_zipfile(data): -- 2.13.6