Pau Espin Pedrol 3764c5efea ranap: Fix wrong PTMSI vs TMSI field passed during ranap_new_msg_paging_cmd()
Change-Id: I3c47cf7d80864bbdd141a9da546c7ad545da1adc
2025-09-02 19:18:20 +02:00
2022-01-04 18:59:46 +01:00
2016-02-18 13:21:30 +01:00
2025-06-23 16:40:57 +02:00
2015-12-21 21:01:00 +01:00
2024-05-08 14:40:59 +02:00
2024-06-05 18:34:07 +07:00

osmo-iuh - Osmocom Iuh implementation

This repository contains a C-language implementation of the 3GPP Iuh interface. You can use it to interface Iuh-speaking femtocells/small cells to Iu-speaking MSCs and SGSNs.

It is part of the Osmocom Open Source Mobile Communications project.

Homepage

The official homepage of the project is https://osmocom.org/projects/osmohnbgw/wiki

GIT Repository

You can clone from the official libosmocore.git repository using

git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh

Documentation

There is currently no documentation beyond the wiki available on the homepage. We would love to see somebody contributing a manual that can be part of the osmo-gsm-manuals suite.

Mailing List

Discussions related to osmo-iuh are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We use a Gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-iuh can be seen at https://gerrit.osmocom.org/#/q/project:osmo-iuh+status:open

Building

It is generally best to check the wiki for the most up-to-date build instructions.

As external library dependencies, you will need

To bootstrap the build, in the root directory, run:

autoreconf --install

After that, run the usual

./configure [options]
make
[sudo] make install

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:

Description
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Readme 21 MiB
Languages
C 97.4%
Makefile 1.7%
Python 0.5%
Shell 0.2%