(upper layers of) HomeNodeB https://osmocom.org/projects/osmo-hnodeb
Go to file
Pau Espin 69682c8deb rua: Fix null ptr access in hnb->llsk.srv
At startup, osmo-hnodeb connects the Iuh socket to the HNBGW, and start
the LLSK unix socket link_server waiting for lower layers to connect.
If for some reason the lower layers don't connect and an Iuh messages
arrives which was to be forwarded to LLSK, it would try to access it
without first checking if it was already available.
This patch adds a check to avoid a crash when accessing the null
pointer.

Change-Id: I32d8f91b2fc5401ace386e1085c248476228cd18
2023-07-25 11:27:59 +02:00
contrib systemd: depend on networking-online.target 2023-05-26 14:10:45 +02:00
debian debian: set compat level to 10 2023-04-25 16:48:23 +02:00
doc Add example default config file 2021-12-20 11:57:57 +01:00
include copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 18:46:29 +07:00
src rua: Fix null ptr access in hnb->llsk.srv 2023-07-25 11:27:59 +02:00
tests tests: do not depend on undefined $(BUILT_SOURCES) 2023-03-30 03:02:45 +07:00
.gitignore gitignore: add src/osmo-hnodeb/osmo-hnodeb 2021-11-03 09:08:05 +01:00
.gitreview Add project skeleton 2021-10-21 13:48:46 +02:00
AUTHORS Add project skeleton 2021-10-21 13:48:46 +02:00
COPYING Add project skeleton 2021-10-21 13:48:46 +02:00
Makefile.am Add project skeleton 2021-10-21 13:48:46 +02:00
README.md update git URLs (git -> https; gitea) 2022-06-18 12:12:44 +02:00
TODO-RELEASE Bump version: 0.0.1.30-5263-dirty → 0.1.0 2022-06-29 12:37:29 +02:00
configure.ac Bump version: 0.1.0.3-1bad-dirty → 0.1.1 2023-02-07 18:03:49 +01:00
git-version-gen Add project skeleton 2021-10-21 13:48:46 +02:00
osmoappdesc.py copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 18:46:29 +07:00

README.md

osmo-hnodeb - Osmocom hNodeB Implementation

This repository contains a C-language implementation of a 3G Home NodeB (hNodeB). It is part of the Osmocom Open Source Mobile Communications project.

You can use it to interface Iuh-speaking Home NodeB Gateway (HNB-GW), such as osmo-hnbgw.

IMPORTANT: This is a first step towards implementing a minimal hNodeB upper layer part, mainly handling HNBAP/RUA/RANAP messages on the Iuh interface. This is not expected to be a full / usable hNodeB anytime soon [if ever].

Homepage

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

GIT Repository

You can clone from the official osmo-hnodeb.git repository using

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

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

Documentation

User Manuals and VTY reference manuals are [optionally] built in PDF form as part of the build process.

Pre-rendered PDF version of the current "master" can be found at User Manual as well as the VTY Reference Manual

Mailing List

Discussions related to osmo-hnodeb 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 us 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-hnodeb can be seen at https://gerrit.osmocom.org/#/q/project:osmo-hnodeb+status:open