aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 12:16:00 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-18 14:01:45 +0200
commit23f9c3701d3d400a1134b9d4023e433414e9780c (patch)
tree0ecaddc57490ae88d33c44ffff8b453e1d633e74 /README.md
parent3ae6e812f17b98263a11c25d332d1c664112f9b1 (diff)
update git URLs (git -> https; gitea)
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index c0d7bae..9c8f2f5 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ GIT Repository
You can clone from the official libosmocore.git repository using
- git clone git://git.osmocom.org/osmo-iuh.git
+ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
-There is a cgit interface at http://git.osmocom.org/osmo-iuh/
+There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh>
Documentation
-------------
@@ -64,11 +64,11 @@ It is generally best to check the wiki for the most up-to-date build
instructions.
As external library dependencies, you will need
-* libosmocore from git://git.osmocom.org/libosmocore
-* libasn1c from git://git.osmocom.org/libasn1c
+* libosmocore from https://gitea.osmocom.org/osmocom/libosmocore
+* libasn1c from https://gitea.osmocom.org/cellular-infrastructure/libasn1c
* libsctp-dev (this is the package name in Debian)
-* libosmo-netif from git://git.osmocom.org/libosmo-netif (sysmocom/sctp branch)
-* libosmo-sccp from git://git.osmocom.org/libosmo-sccp (sysmocom/iu branch)
+* libosmo-netif from https://gitea.osmocom.org/osmocom/libosmo-netif
+* libosmo-sccp from https://gitea.osmocom.org/osmocom/libosmo-sccp
To bootstrap the build, in the root directory, run:
@@ -92,7 +92,7 @@ Regenerating C code from ASN.1 source
In order to re-generate the C source code from the ASN.1 source,
you will need a modified asn1c which has the following features:
* APER support (the patch from Eurecom, or its forward-ported version
- from the aper branch of git://git.osmocom.org/asn1c)
+ from the aper branch of https://gitea.osmocom.org/osmocom/asn1c)
* Support for prefixing the generated types (aper-prefix branch of
- git://git.osmocom.org/asn1c)
+ https://gitea.osmocom.org/osmocom/asn1c)
* Then in osmo-iuh.git: make -C src/ regen