osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/gapk/+/42134?usp=email )
Change subject: libgsmhr/fetch_sources: set protocol to https ...................................................................... libgsmhr/fetch_sources: set protocol to https The http version gives a 403 forbidden error since 2026-01-26. Change-Id: I5679bc519e7891e3342d8e78c11bf5eb6b44a217 --- M libgsmhr/fetch_sources.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/34/42134/1 diff --git a/libgsmhr/fetch_sources.py b/libgsmhr/fetch_sources.py index 178125c..330af9b 100755 --- a/libgsmhr/fetch_sources.py +++ b/libgsmhr/fetch_sources.py @@ -8,7 +8,7 @@ import zipfile -URL = "http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip" +URL = "https://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip" def get_zipfile(data: bytes) -> zipfile.ZipFile: -- To view, visit https://gerrit.osmocom.org/c/gapk/+/42134?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: gapk Gerrit-Branch: master Gerrit-Change-Id: I5679bc519e7891e3342d8e78c11bf5eb6b44a217 Gerrit-Change-Number: 42134 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]>
