Add ranap_decode_rab_releaseditemies_fromlist()

This function is analogous to existing ranap_decode_*_itemies_fromlist()
which we already had.

This is needed in an upcoming osmo-hnbgw patchset where we need to parse
the ReleasedItems in order to track RAB release progess in order to
gather KPIs on RAB release.

Change-Id: I328819c650fc6cefe735093a846277b4f03e6b29
2 files changed
tree: 7e2a00fb3b42b1da42de32ccaa0196bbe54f7de9
  1. asn1/
  2. contrib/
  3. debian/
  4. doc/
  5. include/
  6. pcap/
  7. specs/
  8. src/
  9. tests/
  10. .gitignore
  11. .gitreview
  12. configure.ac
  13. COPYING
  14. git-version-gen
  15. libosmo-hnbap.pc.in
  16. libosmo-ranap.pc.in
  17. libosmo-rua.pc.in
  18. libosmo-sabp.pc.in
  19. Makefile.am
  20. move-asn1-header-files.sh
  21. README.md
  22. TODO-RELEASE
README.md

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 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-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: