aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-01-04 16:59:23 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-01-04 18:59:46 +0100
commite91b57d963846fe1629c7fb12924f2c676964c92 (patch)
treeeb71216a0106148f62f73a3fbaf5c75170e81ab6 /README.md
parent1562225332d7ad30f315bab124d3f23f9ed2908f (diff)
Drop osmo-hnbgw
OsmoHNBGW is now available in its own repository osmo-hnbgw.git. Change-Id: I4e17c578b432f0c997ea4e13b1c468b112278854
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 984ac85..c0d7bae 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
-osmo-iuh - Osmocom Iuh and HNB-GW implementation
+osmo-iuh - Osmocom Iuh implementation
================================================
This repository contains a C-language implementation of the 3GPP Iuh
-interface, together with a HNB-GW (Home NodeB Gateway). You can use it
-to interface Iuh-speaking femtocells/small cells to Iu-speaking MSCs and
-SGSNs.
+interface. You can use it to interface Iuh-speaking femtocells/small cells to
+Iu-speaking MSCs and SGSNs.
It is part of the [Osmocom](https://osmocom.org/) Open Source Mobile
Communications project.
@@ -87,11 +86,6 @@ Using
Note: osmo-iuh just left very active development (December 2015, January
2016), so your mileage may vary.
-If you run the 'hnbgw' executable, it will open a listening SCTP socket
-and wait for incoming Iuh connections. It will accept any
-HNB-REGISTER-REQUEST, and it will establish Iu (over SUA) connections
-towards the MSC and SGSN.
-
Regenerating C code from ASN.1 source
-------------------------------------