commit | c3c1bdf514d7b7de9e2a8e62afba5567201cc1f7 | [log] [tgz] |
---|---|---|
author | czichy <thoralf.czichy@nokia.com> | Fri Sep 01 09:24:01 2023 +0300 |
committer | czichy <thoralf.czichy@nokia.com> | Fri Sep 01 10:44:43 2023 +0300 |
tree | de93cba11d928ff97d062d2ad84343abea7575d3 | |
parent | 2ba43a8a5d2ec586dd87bab27b24ecf4d04de85b [diff] |
Removing deprecated functions from readthedocs Change-Id: If39e4da6528a90b756aea36ec76bfc533e44b8de Signed-off-by: czichy <thoralf.czichy@nokia.com>
This repo contains code that is generated from ASN1 descriptions as well as CMake bits that allow it to be used as a submodule to other projects.
├── src │ ├── e2ap // E2AP v1.0 message structure │ └── wrapper // E2AP message encoding and decoding
Use cmake and then make to build code from project root.
$ cmake . +++ riclibe2ap library install target directory: lib +++ mmp version from tag: '1;0;0' +++ pkg name: riclibe2ap-rotten_1.0.0_amd64.deb ### make package will generate only deb package; cannot find support to generate rpm packages +++ profiling is off -- Configuring done -- Generating done -- Build files have been written to: <path>/libe2ap
Use make to generate shared library (.so).
$ sudo make
Use make to install shared library (.so).
$ sudo make install